[SCM] postgis branch, master, updated. upstream/2.0.1-48-g604bb4d

Markus Wanner markus at bluegap.ch
Fri Jun 7 12:36:20 UTC 2013


The following commit has been merged in the master branch:
commit c91058587431fb57cfd8f63d738e8d095b0aafe2
Author: Markus Wanner <markus at bluegap.ch>
Date:   Wed Jun 5 23:01:11 2013 +0200

    debian/rules: tweak some comments - no functional change.

diff --git a/debian/rules b/debian/rules
index 6d504a5..135f653 100755
--- a/debian/rules
+++ b/debian/rules
@@ -82,7 +82,7 @@ build-indep-stamp: configuration-stamp
 	$(MAKE) -C raster/rt_pg rtpostgis.sql rtpostgis_upgrade_20_minor.sql
 	$(MAKE) -C topology topology.sql topology_upgrade_20_minor.sql
 
-#	This create the required SQL scripts. Again, the Makefile is not
+#	This creates the required SQL scripts. Again, the Makefile is not
 #	clever enough to run this before 'install'.
 	$(MAKE) -C extensions
 
@@ -132,6 +132,7 @@ install-indep: build-indep
 	dh_prep -i 
 	dh_installdirs -i
 
+#	Install extensions
 	$(MAKE) -C extensions install DESTDIR=$(CURDIR)/debian/tmp
 	$(MAKE) -C doc docs-install \
 			DESTDIR=$(CURDIR)/debian/tmp \
@@ -150,6 +151,7 @@ install-arch: build-arch
 	dh_prep -s
 	dh_installdirs -s
 
+#	Install docs
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 	$(MAKE) -C doc man-install \
 			DESTDIR=$(CURDIR)/debian/tmp \

-- 
PostGIS for PostgreSQL



More information about the Pkg-grass-devel mailing list