add needed deep
This commit is contained in:
parent
7ffe302bd9
commit
8cb1593144
2
debian/control
vendored
2
debian/control
vendored
@ -2,7 +2,7 @@ Source: arcconf
|
|||||||
Section: admin
|
Section: admin
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Adam Cécile (Le_Vert) <gandalf@le-vert.net>
|
Maintainer: Adam Cécile (Le_Vert) <gandalf@le-vert.net>
|
||||||
Build-Depends: debhelper (>= 5)
|
Build-Depends: debhelper (>= 5), ${dist:Depends}
|
||||||
Standards-Version: 3.9.3
|
Standards-Version: 3.9.3
|
||||||
|
|
||||||
Package: arcconf
|
Package: arcconf
|
||||||
|
9
debian/rules
vendored
9
debian/rules
vendored
@ -4,11 +4,14 @@
|
|||||||
#export DH_VERBOSE=1
|
#export DH_VERBOSE=1
|
||||||
|
|
||||||
ifeq ($(DEB_BUILD_ARCH),amd64)
|
ifeq ($(DEB_BUILD_ARCH),amd64)
|
||||||
SUBSTVARS = -Vdist:Build-Depends="debhelper (>= 5), libc6-i386"
|
SUBSTVARS = -Vdist:Depends="libc6-i386"
|
||||||
else
|
else
|
||||||
SUBSTVARS = -Vdist:Build-Depends="debhelper (>= 5)"
|
SUBSTVARS = -Vdist:Depends="libc6"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
override_dh_gencontrol:
|
||||||
|
dh_gencontrol -- $(SUBSTVARS)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
dh_testdir
|
dh_testdir
|
||||||
dh_testroot
|
dh_testroot
|
||||||
@ -124,7 +127,7 @@ binary-arch: build install
|
|||||||
dh_strip
|
dh_strip
|
||||||
dh_installdeb
|
dh_installdeb
|
||||||
LD_LIBRARY_PATH=$$(pwd)/debian/arcconf/usr/lib/arcconf:$${LD_LIBRARY_PATH} dh_shlibdeps
|
LD_LIBRARY_PATH=$$(pwd)/debian/arcconf/usr/lib/arcconf:$${LD_LIBRARY_PATH} dh_shlibdeps
|
||||||
dh_gencontrol -- $(SUBSTVARS)
|
dh_gencontrol
|
||||||
dh_md5sums
|
dh_md5sums
|
||||||
dh_builddeb
|
dh_builddeb
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user