[postgis] 01/01: Use dh_install -a instead of deprecated -s option.

Bas Couwenberg sebastic at debian.org
Sat Oct 29 19:53:21 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository postgis.

commit 8e2a88413936d839a142a9945c961443ef67556b
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Oct 29 21:52:58 2016 +0200

    Use dh_install -a instead of deprecated -s option.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 494a6c2..8b7a326 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 postgis (2.3.0+dfsg-4) UNRELEASED; urgency=medium
 
   * Drop unused override for hardening-no-pie.
+  * Use dh_install -a instead of deprecated -s option.
 
  -- Bas Couwenberg <sebastic at debian.org>  Wed, 26 Oct 2016 19:06:29 +0200
 
diff --git a/debian/rules b/debian/rules
index a70e07f..db237de 100755
--- a/debian/rules
+++ b/debian/rules
@@ -302,7 +302,7 @@ override_dh_auto_install-arch:
 		$(CURDIR)/debian/postgis-gui/usr/share/
 
 override_dh_install-arch:
-	dh_install -s
+	dh_install -a
 
 override_dh_makeshlibs:
 	dh_makeshlibs -Xusr/lib/postgis -- -v$(UPSTREAM_VERSION)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git



More information about the Pkg-grass-devel mailing list