[med-svn] [libquazip] 04/05: debhelper with --fail-missing

Andreas Tille tille at debian.org
Wed Dec 20 09:54:47 UTC 2017


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

tille pushed a commit to branch master
in repository libquazip.

commit 68a288fb06a8d0ebe6a6bbb3e79c13cbf338f736
Author: Andreas Tille <tille at debian.org>
Date:   Wed Dec 20 10:48:01 2017 +0100

    debhelper with --fail-missing
---
 debian/changelog | 1 +
 debian/rules     | 5 ++---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ad9df19..ca2f227 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libquazip (0.7.3-3) UNRELEASED; urgency=medium
   * libquazip5-1 depends on libquazip5-headers instead of libquazip-headers
   * Install cmake files
     Closes: #778768
+  * debhelper with --fail-missing
 
  -- Andreas Tille <tille at debian.org>  Wed, 20 Dec 2017 10:43:51 +0100
 
diff --git a/debian/rules b/debian/rules
index c24d804..5d7e1e7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,6 +62,5 @@ override_dh_installdocs:
 	dh_installdocs
 	find debian -name "*.md5" -delete
 
-override_dh_install:
-	dh_install --list-missing
-
+override_dh_missing:
+	dh_missing --fail-missing

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libquazip.git



More information about the debian-med-commit mailing list