Harmonizing rules file.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
ba4e17597c
commit
0068c1c09d
1 changed files with 2 additions and 2 deletions
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -15,7 +15,7 @@ override_dh_auto_configure:
|
||||||
override_dh_auto_install:
|
override_dh_auto_install:
|
||||||
dh_auto_install -- DESTDIR=$(CURDIR)/debian/plzip
|
dh_auto_install -- DESTDIR=$(CURDIR)/debian/plzip
|
||||||
|
|
||||||
# alternative handling
|
# update-alternatives
|
||||||
mv debian/plzip/usr/bin/plzip debian/plzip/usr/bin/lzip.plzip
|
mv debian/plzip/usr/bin/plzip debian/plzip/usr/bin/lzip.plzip
|
||||||
ln -s /usr/bin/lzip.plzip debian/plzip/usr/bin/plzip
|
ln -s /usr/bin/lzip.plzip debian/plzip/usr/bin/plzip
|
||||||
|
|
||||||
|
@ -30,5 +30,5 @@ override_dh_auto_install:
|
||||||
|
|
||||||
ifeq ($(DEB_BUILD_ARCH),sparc)
|
ifeq ($(DEB_BUILD_ARCH),sparc)
|
||||||
override_dh_auto_test:
|
override_dh_auto_test:
|
||||||
# disabled, see #608642 for more information
|
# disabled (see #608642)
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue