[ossim] 01/04: Override dh_install to use --list-missing.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Aug 18 13:48:11 UTC 2015


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

sebastic pushed a commit to branch master
in repository ossim.

commit 653d1f03a8d64f98e2ef31ea53b3ec7cf204cf75
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Aug 1 22:54:43 2015 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 08407c5..04e0532 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ossim (1.8.16-5) UNRELEASED; urgency=medium
 
   * Add initial watch file by Tobias Frost, add uscan options for passive FTP
     and version mangling. (closes: #789367)
+  * Override dh_install to use --list-missing.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 20 Jun 2015 15:13:39 +0200
 
diff --git a/debian/rules b/debian/rules
index e89bf19..eebc2d9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,3 +62,7 @@ override_dh_auto_clean:
 	rm -rf debian/build
 	rm -f include/ossim/ossimConfig.h include/ossim/ossimVersion.h
 	dh_auto_clean
+
+override_dh_install:
+	dh_install --list-missing
+

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



More information about the Pkg-grass-devel mailing list