Dropping conditional multiarch support for pre-wheezy.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
a473fb6037
commit
70a75382ce
4 changed files with 4 additions and 34 deletions
14
debian/rules
vendored
14
debian/rules
vendored
|
@ -11,26 +11,12 @@ override_dh_auto_configure:
|
|||
override_dh_auto_install:
|
||||
dh_auto_install -- LDCONFIG=/bin/true
|
||||
|
||||
# adding missing symlink
|
||||
ifeq ($(DEB_HOST_MULTIARCH),)
|
||||
ln -s liblz.so.1.1 debian/tmp/usr/lib/liblz.so
|
||||
else
|
||||
ln -s liblz.so.1.1 debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/liblz.so
|
||||
endif
|
||||
|
||||
# removing unused files
|
||||
rm -f debian/tmp/usr/share/info/dir*
|
||||
|
||||
override_dh_builddeb:
|
||||
dh_builddeb -- -Zxz -z9
|
||||
|
||||
override_dh_gencontrol:
|
||||
ifeq ($(DEB_HOST_MULTIARCH),)
|
||||
dh_gencontrol
|
||||
else
|
||||
dh_gencontrol -- -Vmultiarch:Pre-Depends="multiarch-support"
|
||||
endif
|
||||
|
||||
override_dh_install:
|
||||
dh_install --fail-missing
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue