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

myon pushed a commit to branch experimental
in repository postgis.

commit a5a44a1db1f94dbac86a93ad1a55ace73ca670c0
Author: Christoph Berg <m...@debian.org>
Date:   Wed Sep 13 22:07:46 2017 +0200

    debian/rules: Fix rdfind invocation to find SQL file duplicates properly.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 977736f..edd77de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ postgis (2.4.0~beta1+dfsg-1~exp2) UNRELEASED; urgency=medium
   * debian/control(.in): Bump GEOS build-dependency to 3.4.
   * Clarify -scripts package description; the SQL files are also necessary for
     the initial installation.
+  * debian/rules: Fix rdfind invocation to find SQL file duplicates properly.
 
  -- Christoph Berg <m...@debian.org>  Mon, 11 Sep 2017 20:54:16 +0200
 
diff --git a/debian/rules b/debian/rules
index 41ff3ff..3edcf6e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -257,7 +257,7 @@ override_dh_install-indep:
        (set -e; \
        for PGVER in $(OTHER_POSTGRES_VERSIONS) $(NEWEST_POSTGRES_VERSION); do \
                rdfind -makeresultsfile false -makehardlinks true \
-                       
$(CURDIR)/debian/postgresql-$$PGVER-postgis-2.2-scripts/usr/share/postgresql/$$PGVER/extension;
 \
+                       
$(CURDIR)/debian/postgresql-$$PGVER-postgis-*-scripts/usr/share/postgresql/$$PGVER/extension;
 \
        done)
 
 #      Don't include desktop file & application icons in scripts package

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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to