From: Andre Noll Date: Wed, 24 Apr 2024 00:48:30 +0000 (+0200) Subject: debian: Activate the dh sequencer. X-Git-Tag: v1.0.5~8 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=0545b9ddf122029690e2e1314e724e4f7a7bae0e;hp=35358aa48b19bdc64f6a081ea225a83586b08ef8;p=lopsub.git debian: Activate the dh sequencer. Maintainers are strongly encouraged to use it. Suggested-by: lintian(1) --- diff --git a/debian/rules b/debian/rules index 94248ff..0cafdd6 100755 --- a/debian/rules +++ b/debian/rules @@ -19,6 +19,10 @@ DOCS_DIR := $(DESTDIR)/usr/share/doc/$(package) DEVDOCS_DIR := $(DEVDIR)/usr/share/doc/$(devpackage) TRIPLET := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) +# activate the dh sequencer +%: + dh "$@" + build-arch: $(checkdir) $(MAKE)