add needed deep
This commit is contained in:
parent
c702884d9d
commit
619a7aeed5
4
debian/rules
vendored
4
debian/rules
vendored
@ -6,11 +6,9 @@
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
ifeq ($(DEB_BUILD_ARCH),amd64)
|
ifeq ($(DEB_BUILD_ARCH),amd64)
|
||||||
SUBSTVARS = -Vdist:Depends="libc6-i386"
|
|
||||||
sed -e "s/@BUILD_DEPENDS@/libc6-i386/" debian/control.in >debian/control
|
sed -e "s/@BUILD_DEPENDS@/libc6-i386/" debian/control.in >debian/control
|
||||||
else
|
else
|
||||||
SUBSTVARS = -Vdist:Depends="libc6"
|
sed -e "s/@BUILD_DEPENDS@/libc6/" debian/control.in >debian/control
|
||||||
sed -e "s/@BUILD_DEPENDS@//" debian/control.in >debian/control
|
|
||||||
endif
|
endif
|
||||||
dh_testdir
|
dh_testdir
|
||||||
dh_testroot
|
dh_testroot
|
||||||
|
Loading…
Reference in New Issue
Block a user