[shapelib] 13/22: Override dh_install to use --list-missing.

Bas Couwenberg sebastic at debian.org
Tue Dec 6 20:41:38 UTC 2016


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

sebastic pushed a commit to branch master
in repository shapelib.

commit 5c7c90c5d63e29d948a2d2cd628745bb474bf673
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Dec 6 20:47:38 2016 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 308ebec..59ab8b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ shapelib (1.4.0~rc1-1) UNRELEASED; urgency=medium
   * Add patch to re-bump SONAME (see 1.3.0-1).
   * Override dh_makeshlibs to strip Debian revision from symbols version.
   * Update symbols for 1.4.0~rc1.
+  * Override dh_install to use --list-missing.
 
  -- Bas Couwenberg <sebastic at debian.org>  Tue, 06 Dec 2016 19:46:29 +0100
 
diff --git a/debian/rules b/debian/rules
index 373bbdd..c9da674 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,6 +43,9 @@ override_dh_auto_build:
 #		cp contrib/$$prg debian/tmp/usr/bin/. ; \
 #	done
 
+override_dh_install:
+	dh_install --list-missing
+
 override_dh_makeshlibs:
 	dh_makeshlibs -- -v$(UPSTREAM_VERSION)
 

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



More information about the Pkg-grass-devel mailing list