[postgis] 01/03: Set executable bit for postgis_restore.pl to fix lintian warning.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Thu Oct 8 20:06:14 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch experimental
in repository postgis.
commit 1aaf40c6a146e4cd5e7212aa4d30fb07f7889158
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Thu Oct 8 21:08:06 2015 +0200
Set executable bit for postgis_restore.pl to fix lintian warning.
---
debian/changelog | 1 +
debian/rules | 3 +++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 90880d1..39b756f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ postgis (2.2.0+dfsg-1) UNRELEASED; urgency=medium
* New upstream release.
* Drop patches applied upstream.
* Rename liblwgeom package to liblwgeom-2.2-2 to match new SONAME.
+ * Set executable bit for postgis_restore.pl to fix lintian warning.
-- Bas Couwenberg <sebastic at debian.org> Thu, 08 Oct 2015 16:33:29 +0200
diff --git a/debian/rules b/debian/rules
index 913d14d..42e9a93 100755
--- a/debian/rules
+++ b/debian/rules
@@ -232,6 +232,9 @@ install-indep: build-indep
dh_install -i
+# Set executable bit for postgis_restore.pl
+ chmod 755 $(CURDIR)/debian/*/usr/share/postgresql/*/contrib/postgis-*/postgis_restore.pl
+
# De-duplicate upgrade scripts - using hard-links for exactly one
# directory (so we don't generate cross-directory hard ones).
(set -e; \
--
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