From 7b5ac349f18fbcdfcdea4c4d7f7562f56a7c0243 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Fri, 12 Jan 2018 13:41:12 +0100 Subject: [PATCH] add needed deep --- debian/control | 2 +- debian/rules | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/debian/control b/debian/control index a06fe97..0267b86 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: arcconf Section: admin Priority: optional Maintainer: Adam Cécile (Le_Vert) -Build-Depends: debhelper (>= 5) +Build-Depends: debhelper (>= 5), libc6-i386 | atop Standards-Version: 3.9.3 Package: arcconf diff --git a/debian/rules b/debian/rules index 46c411e..f1df4b9 100755 --- a/debian/rules +++ b/debian/rules @@ -5,11 +5,6 @@ clean: -ifeq ($(DEB_BUILD_ARCH),amd64) - sed -e "s/@BUILD_DEPENDS@/libc6-i386/" debian/control.in >debian/control -else - sed -e "s/@BUILD_DEPENDS@/libc6/" debian/control.in >debian/control -endif dh_testdir dh_testroot dh_clean