[protozero] 07/08: Override dh_install to use --list-install.

Bas Couwenberg sebastic at debian.org
Fri Jul 22 14:39:24 UTC 2016


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

sebastic pushed a commit to branch master
in repository protozero.

commit a097bed53fa054e8276bb06d1816ae9fe568bec9
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Jul 22 15:00:26 2016 +0200

    Override dh_install to use --list-install.
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d7e5148..7c35888 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ protozero (1.4.0-1) UNRELEASED; urgency=medium
   * Bump Standards-Version to 3.9.8, no changes.
   * Update watch file to handle more tag conventions in filenamemangle.
   * Override dh_auto_install to set appropriate DESTDIR.
+  * Override dh_install to use --list-install.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 22 Jul 2016 13:06:38 +0200
 
diff --git a/debian/rules b/debian/rules
index b3cca36..42324b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,6 +29,9 @@ endif
 override_dh_auto_install:
 	dh_auto_install --destdir=$(CURDIR)/debian/tmp/usr
 
+override_dh_install:
+	dh_install --list-missing
+
 override_dh_installchangelogs:
 	dh_installchangelogs CHANGELOG.md
 

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



More information about the Pkg-grass-devel mailing list