[pkg-d-commits] [ldc] 07/09: d/rules: Use dh_missing
Matthias Klumpp
mak at moszumanska.debian.org
Mon Nov 6 23:45:55 UTC 2017
This is an automated email from the git hooks/post-receive script.
mak pushed a commit to branch master
in repository ldc.
commit b6c3a22f1749d75c0933b336900664a7f6033335
Author: Matthias Klumpp <mak at debian.org>
Date: Tue Nov 7 00:23:38 2017 +0100
d/rules: Use dh_missing
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index de5bf69..429dd87 100755
--- a/debian/rules
+++ b/debian/rules
@@ -69,8 +69,8 @@ override_dh_auto_install:
(cd build-static && $(MAKE) install DESTDIR="$(CURDIR)/debian/tmp")
(cd build-shared && $(MAKE) install DESTDIR="$(CURDIR)/debian/tmp")
-override_dh_install:
- dh_install --list-missing
+override_dh_missing:
+ dh_missing --fail-missing
override_dh_installman:
dh_installman debian/ldc2.1 debian/ldmd2.1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/ldc.git
More information about the pkg-d-commits
mailing list