[h5utils] 28/39: Override dh_install to use --list-missing.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Tue Jul 21 23:56:10 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository h5utils.
commit e005d0700213afc20aaea55f37c776dbfbd26158
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Tue Jul 21 23:56:49 2015 +0200
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 33b6cc1..2474bf7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ h5utils (1.12.1-3) UNRELEASED; urgency=medium
* Switch to source format 3.0 (quilt).
* Update copyright file using copyright-format 1.0.
* Use minimal dh rules with autoreconf.
+ * Override dh_install to use --list-missing.
-- Bas Couwenberg <sebastic at debian.org> Tue, 21 Jul 2015 23:15:08 +0200
diff --git a/debian/rules b/debian/rules
index 8104d2e..2f7d67a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,3 +31,6 @@ override_dh_clean:
override_dh_auto_configure:
dh_auto_configure -- --with-octave --with-hdf4
+override_dh_install:
+ dh_install --list-missing
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/h5utils.git
More information about the Pkg-grass-devel
mailing list