[spatialite-gui] 02/03: Override dh_install to use --list-missing.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Aug 29 14:33:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository spatialite-gui.
commit f0532acfe961b7a663120a0fe2ef7306b000b7ef
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Aug 29 16:19:07 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 fc8f336..d9c2df4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
spatialite-gui (2.0.0~devel2-2) UNRELEASED; urgency=medium
* Update Vcs-Browser URL to use HTTPS.
+ * Override dh_install to use --list-missing.
-- Bas Couwenberg <sebastic at debian.org> Sat, 29 Aug 2015 15:56:29 +0200
diff --git a/debian/rules b/debian/rules
index a577d58..cbf9ddd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,5 +11,9 @@
override_dh_autoreconf:
dh_autoreconf --as-needed
+override_dh_install:
+ dh_install --list-missing
+
override_dh_strip:
dh_strip --dbg-package=spatialite-gui-dbg
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/spatialite-gui.git
More information about the Pkg-grass-devel
mailing list