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 <[email protected]> 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 <[email protected]> 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 _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

