[postgis] 01/01: Fix cleanup of generated .install files.

Bas Couwenberg sebastic at debian.org
Sat Jan 7 20:55:09 UTC 2017


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

sebastic pushed a commit to branch master
in repository postgis.

commit 0cc31a0759def73fc722fe839c3a510f20f937db
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Jan 7 21:54:52 2017 +0100

    Fix cleanup of generated .install files.
---
 debian/changelog | 6 ++++++
 debian/rules     | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8c082e7..8b3ea2b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+postgis (2.3.1+dfsg-2) UNRELEASED; urgency=medium
+
+  * Fix cleanup of generated .install files.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sat, 07 Jan 2017 21:54:45 +0100
+
 postgis (2.3.1+dfsg-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index db237de..9d51e9c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -124,8 +124,8 @@ override_dh_auto_clean: debian/control
 		raster/rt_pg/rtpostgis_upgrade_cleanup.sql
 
 #	Cleanup auto-generated packaging control files
-	rm -f $(CURDIR)/debian/postgresql-*-postgis-2.2.install
-	rm -f $(CURDIR)/debian/postgresql-*-postgis-2.2-scripts.install
+	rm -f $(CURDIR)/debian/postgresql-*-postgis-*.install
+	rm -f $(CURDIR)/debian/postgresql-*-postgis-*-scripts.install
 	rm -f loader/cunit/cu_tester
 	rm -rf liblwgeom/cunit/.libs
 

-- 
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