add needed deep
This commit is contained in:
parent
619a7aeed5
commit
7b5ac349f1
2
debian/control
vendored
2
debian/control
vendored
@ -2,7 +2,7 @@ Source: arcconf
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Maintainer: Adam Cécile (Le_Vert) <gandalf@le-vert.net>
|
||||
Build-Depends: debhelper (>= 5)
|
||||
Build-Depends: debhelper (>= 5), libc6-i386 | atop
|
||||
Standards-Version: 3.9.3
|
||||
|
||||
Package: arcconf
|
||||
|
5
debian/rules
vendored
5
debian/rules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user