[plank] 03/05: debian/rules: Move --fail-missing option from dh_install to dh_missing.
Mike Gabriel
sunweaver at debian.org
Tue Aug 1 22:30:46 UTC 2017
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository plank.
commit c1c5b812f75e854ce4cd7a4012c9dac8513a1627
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Aug 1 18:26:07 2017 -0400
debian/rules: Move --fail-missing option from dh_install to dh_missing.
---
debian/rules | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 0021416..493fbba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,10 @@ include /usr/share/dpkg/buildflags.mk
override_dh_install:
find debian/tmp -name *.la -delete
find debian/tmp -name *.a -delete
- dh_install --fail-missing
+ dh_install
+
+override_dh_missing:
+ dh_missing --fail-missing
override_dh_strip:
dh_strip -p libplank1 --dbgsym-migration='libplank1-dbg (<< 0.11.2-2~)'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/plank.git
More information about the pkg-mate-commits
mailing list