[DebianGIS-dev] r2117 - packages/thuban/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Tue Mar 31 08:59:01 UTC 2009


Author: frankie
Date: 2009-03-31 08:59:01 +0000 (Tue, 31 Mar 2009)
New Revision: 2117

Modified:
   packages/thuban/trunk/debian/changelog
   packages/thuban/trunk/debian/rules
Log:


Modified: packages/thuban/trunk/debian/changelog
===================================================================
--- packages/thuban/trunk/debian/changelog	2009-03-31 08:44:47 UTC (rev 2116)
+++ packages/thuban/trunk/debian/changelog	2009-03-31 08:59:01 UTC (rev 2117)
@@ -21,8 +21,9 @@
   * Revised against python policy: now supports only private modules
     for the default python version at build-time.
     (closes: #520573) 
+  * Removed create_espg script in /usr/bin.
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Tue, 31 Mar 2009 10:04:59 +0200
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Tue, 31 Mar 2009 10:58:23 +0200
 
 thuban (1.2.0-2) unstable; urgency=low
 

Modified: packages/thuban/trunk/debian/rules
===================================================================
--- packages/thuban/trunk/debian/rules	2009-03-31 08:44:47 UTC (rev 2116)
+++ packages/thuban/trunk/debian/rules	2009-03-31 08:59:01 UTC (rev 2117)
@@ -42,6 +42,7 @@
 	dh_installdirs
 	
 	python setup.py install --prefix=/usr --no-compile --root=$(CURDIR)/debian/thuban
+	rm -f $(CURDIR)/debian/thuban/usr/bin/create_epsg
 	echo $(PYDEFVER) >$(CURDIR)/debian/pyversions
 
 binary-arch: build install




More information about the Pkg-grass-devel mailing list