[mozo] 01/02: debian/rules: Switch from DEB_DH_INSTALL_ARGS += --fail-missing to list-missing target from CDBS's utils.mk.

Mike Gabriel sunweaver at debian.org
Tue Jul 25 17:14:31 UTC 2017


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository mozo.

commit 9924fb63366a8b99f174a0e2f40833312047a59b
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Jul 25 19:10:39 2017 +0200

    debian/rules: Switch from DEB_DH_INSTALL_ARGS += --fail-missing to list-missing target from CDBS's utils.mk.
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index ae74460..b9d1561 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,13 +2,12 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/utils.mk
 
 DEB_BUILD_PARALLEL = 1
 
 DEB_DH_INSTALL_ARGS +=
 
-DEB_DH_MISSING_ARGS += --fail-missing
-
 # use the NEWS file as upstream ChangeLog...
 DEB_DH_INSTALLCHANGELOGS_ARGS = NEWS
 DEB_INSTALL_DOCS_ALL = README AUTHORS
@@ -21,5 +20,7 @@ DEB_CONFIGURE_EXTRA_FLAGS += --disable-silent-rules \
 install/mozo::
 	dh_python2
 
+common-binary-post-install-arch:: list-missing
+
 get-orig-source:
 	uscan --noconf --force-download --rename --download-current-version --destdir=..

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mozo.git



More information about the pkg-mate-commits mailing list