[mate-power-manager] 03/07: debian/rules: Add new block for override_dh_missing.
Vangelis Mouhtsis
gnugr-guest at moszumanska.debian.org
Tue Jul 25 11:48:47 UTC 2017
This is an automated email from the git hooks/post-receive script.
gnugr-guest pushed a commit to branch master
in repository mate-power-manager.
commit c1beca244fbde45075ecf44ba683cc1ae7ac7212
Author: Vangelis Mouhtsis <vangelis at gnugr.org>
Date: Mon Jul 3 09:52:23 2017 +0300
debian/rules: Add new block for override_dh_missing.
---
debian/rules | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 0e3c890..c660bbb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,8 +9,11 @@ include /usr/share/dpkg/buildflags.mk
%:
dh $@ $(DHFLAGS)
+override_dh_missing:
+ dh_missing --fail-missing
+
override_dh_install:
- dh_install --fail-missing
+ dh_install
override_dh_installchangelogs:
dh_installchangelogs NEWS
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/mate-power-manager.git
More information about the pkg-mate-commits
mailing list