[geos] 01/02: Use dh_install -a instead of deprecated --same-arch option.
Bas Couwenberg
sebastic at debian.org
Sat Oct 29 20:14:08 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch experimental-3.5
in repository geos.
commit 0b88417b15c513440754a993d22ea11c8c7e6cb9
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Oct 29 21:56:26 2016 +0200
Use dh_install -a instead of deprecated --same-arch option.
---
debian/changelog | 6 ++++++
debian/rules | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index fad3314..e37f165 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+geos (3.5.1-1~exp2) UNRELEASED; urgency=medium
+
+ * Use dh_install -a instead of deprecated --same-arch option.
+
+ -- Bas Couwenberg <sebastic at debian.org> Sat, 29 Oct 2016 21:54:57 +0200
+
geos (3.5.1-1~exp1) experimental; urgency=medium
* New upstream release.
diff --git a/debian/rules b/debian/rules
index 8ea15be..f44936f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -81,7 +81,7 @@ override_dh_install-arch:
# Remove static library for Ruby
rm -f debian/tmp/usr/lib/*/ruby/*/*/*.a
- dh_install --same-arch --list-missing
+ dh_install -a --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