Sorting targets in rules alphabetically.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
d7a230031c
commit
3ca8deb246
1 changed files with 7 additions and 7 deletions
14
debian/rules
vendored
14
debian/rules
vendored
|
@ -5,19 +5,19 @@ DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
|
|||
%:
|
||||
dh ${@}
|
||||
|
||||
ifeq ($(DEB_BUILD_ARCH),sparc)
|
||||
override_dh_auto_test:
|
||||
# disabled, see #608642 for more information
|
||||
endif
|
||||
|
||||
override_dh_auto_install:
|
||||
dh_auto_install -- DESTDIR=$(CURDIR)/debian/plzip
|
||||
|
||||
# removing unused files
|
||||
rm -f debian/plzip/usr/share/info/dir*
|
||||
|
||||
override_dh_strip:
|
||||
dh_strip --dbg-package=plzip-dbg
|
||||
ifeq ($(DEB_BUILD_ARCH),sparc)
|
||||
override_dh_auto_test:
|
||||
# disabled, see #608642 for more information
|
||||
endif
|
||||
|
||||
override_dh_builddeb:
|
||||
dh_builddeb -- -Zgzip -z9
|
||||
|
||||
override_dh_strip:
|
||||
dh_strip --dbg-package=plzip-dbg
|
||||
|
|
Loading…
Add table
Reference in a new issue