[pktools] 08/19: Override dh_install to list missing files.
Bas Couwenberg
sebastic at xs4all.nl
Fri Nov 14 22:43:02 UTC 2014
This is an automated email from the git hooks/post-receive script.
sebastic-guest pushed a commit to branch master
in repository pktools.
commit 66ae8c8754f12adc6e3dce41bd9d06bc82cf3604
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Nov 8 21:35:44 2014 +0100
Override dh_install to list missing files.
---
debian/changelog | 1 +
debian/rules | 4 ++++
2 files changed, 5 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 2a120a6..aa6a9f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ pktools (2.5.4-1) UNRELEASED; urgency=medium
* Drop fann-va_list.patch, applied upstream.
* Update copyright file, add autotools files.
* Split binaries and libraries into separate packages.
+ * Override dh_install to list missing files.
-- Bas Couwenberg <sebastic at xs4all.nl> Sat, 08 Nov 2014 19:57:34 +0100
diff --git a/debian/rules b/debian/rules
index 25815ef..8f0b720 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,3 +19,7 @@ override_dh_clean:
find $(CURDIR) -name '*.o' -delete
find $(CURDIR) -name '*.so*' -delete
find $(CURDIR) -name '*.a' -delete
+
+override_dh_install:
+ dh_install --list-missing
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pktools.git
More information about the Pkg-grass-devel
mailing list