[postgis] 05/10: Update make commands for *_upgrade.sql files.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Sep 25 21:31:04 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 00df6492b509ce8ecf5b67c714089bad2f59a026
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Sep 25 17:38:47 2015 +0200

    Update make commands for *_upgrade.sql files.
---
 debian/changelog | 1 +
 debian/rules     | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 10376d4..43844b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,7 @@ postgis (2.2.0~rc1+dfsg-1) UNRELEASED; urgency=medium
     - Add license & copyright for bytebuffer files
     - Drop license & copyright for java/* (separate project now)
   * Drop patches for java bindings, refresh remaining patches.
+  * Update make commands for *_upgrade.sql files.
 
  -- Markus Wanner <markus at bluegap.ch>  Fri, 25 Sep 2015 19:19:19 +0200
 
diff --git a/debian/rules b/debian/rules
index 034545b..b7f02a0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -120,9 +120,9 @@ build-indep-stamp: configuration-stamp
 
 #	Create a few SQL scripts that the Makefiles are not clever enough
 #	to resolve, when building arch-indep only.
-	$(MAKE) -C postgis postgis.sql postgis_upgrade_21_minor.sql
-	$(MAKE) -C raster/rt_pg rtpostgis.sql rtpostgis_upgrade_21_minor.sql
-	$(MAKE) -C topology topology.sql topology_upgrade_21_minor.sql
+	$(MAKE) -C postgis postgis.sql postgis_upgrade.sql
+	$(MAKE) -C raster/rt_pg rtpostgis.sql rtpostgis_upgrade.sql
+	$(MAKE) -C topology topology.sql topology_upgrade.sql
 
 #	This creates the required SQL scripts. Again, the Makefile is not
 #	clever enough to run this before 'install'.

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