[mate-themes] 03/04: debian/rules: Add override_dh_missing target (--fail-missing).

Mike Gabriel sunweaver at debian.org
Mon Jul 24 14:47:01 UTC 2017


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

sunweaver pushed a commit to branch master
in repository mate-themes.

commit 00499e5892fbc00cc8a1e25f512cf8266a918e73
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Jul 24 16:44:54 2017 +0200

    debian/rules: Add override_dh_missing target (--fail-missing).
---
 debian/rules | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 6576780..0dcfb2d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,10 @@ override_dh_install:
 	# remove extra-license-file
 	rm -rfv debian/mate-themes/usr/share/themes/*/COPYING
 	rm -rfv debian/mate-themes/usr/share/themes/TraditionalOk/doc/gpl-3.0*.txt
-	dh_install --fail-missing
+	dh_install
+
+override_dh_missing:
+	dh_missing --fail-missing
 
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS

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



More information about the pkg-mate-commits mailing list