[pkg-remote-commits] [nx-libs] 01/08: debian/rules: Switch from dh_install --fail-missing to dh_missing --fail-missing.

Mike Gabriel sunweaver at debian.org
Fri Jun 30 21:28:30 UTC 2017


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

sunweaver pushed a commit to branch master
in repository nx-libs.

commit 153d00f9a9061186ebd108f0e014dbf73121cfcf
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sun May 7 19:44:11 2017 +0200

    debian/rules: Switch from dh_install --fail-missing to dh_missing --fail-missing.
---
 debian/rules | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 3a03fdb..01dc0da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,10 @@ override_dh_install:
 	rm -R debian/tmp/usr/include/$(DEB_BUILD_MULTIARCH)/nx-X11/extensions/XI.h
 	rm -R debian/tmp/usr/include/$(DEB_BUILD_MULTIARCH)/nx-X11/Xtrans/
 
-	dh_install --fail-missing
+	dh_install
+
+override_dh_missing:
+	dh_missing --fail-missing
 
 override_dh_auto_install:
 	PREFIX=/usr dh_auto_install -Smakefile

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-remote/nx-libs.git



More information about the pkg-remote-commits mailing list