[libcitygml] 19/35: Override dh_install to use --list-missing.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri Jul 24 23:35:00 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository libcitygml.
commit 97d68c3352d9f202f60fa0960b88ea1ece67a1e8
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Jul 24 17:02:58 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 56192d0..97fc575 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libcitygml (1.4.3-1) UNRELEASED; urgency=medium
* Update Homepage & Source URLs for move to GitHub.
* Update copyright file, use Comment instead of extended Copyright.
* Refresh information-typo.diff patch.
+ * Override dh_install to use --list-missing.
-- Bas Couwenberg <sebastic at debian.org> Fri, 24 Jul 2015 16:31:57 +0200
diff --git a/debian/rules b/debian/rules
index 1aaaa2d..d142875 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,9 @@ override_dh_auto_clean:
dh_auto_clean
-rm -rf obj-*-*
+override_dh_install:
+ dh_install --list-missing
+
override_dh_gencontrol:
sh debian/gencontrol
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libcitygml.git
More information about the Pkg-grass-devel
mailing list