[geos] 03/07: Use dh_install --list-missing.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Aug 1 18:20:20 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository geos.
commit 2ff8612e9e1c2fa6bee46fa709f56b3ae505613f
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Aug 1 18:12:01 2015 +0200
Use dh_install --list-missing.
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index cf0ea77..a114570 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ geos (3.4.2-8) UNRELEASED; urgency=medium
* Sync control & control.in to not lose libjs-jquery dependency.
* Append v5 to library package names for GCC 5 transition.
* Update symbols for amd64.
+ * Use dh_install --list-missing.
-- Bas Couwenberg <sebastic at debian.org> Sun, 19 Jul 2015 23:36:12 +0200
diff --git a/debian/rules b/debian/rules
index 5bcd9bf..32737ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -84,7 +84,7 @@ override_dh_install-arch:
# Strip RPATH
chrpath --delete debian/tmp/usr/lib/php5/*/geos.so
- dh_install --same-arch
+ dh_install --same-arch --list-missing
# remove the library from the -dev package
rm -f $(CURDIR)/debian/libgeos-dev/usr/lib/libgeos-*.so
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/geos.git
More information about the Pkg-grass-devel
mailing list