[DebianGIS-dev] r1368 - packages/gdal/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Thu Jan 31 11:48:18 UTC 2008


Author: frankie
Date: 2008-01-31 11:48:18 +0000 (Thu, 31 Jan 2008)
New Revision: 1368

Modified:
   packages/gdal/trunk/debian/changelog
   packages/gdal/trunk/debian/rules
Log:
Minor fix and preparing for release


Modified: packages/gdal/trunk/debian/changelog
===================================================================
--- packages/gdal/trunk/debian/changelog	2008-01-30 16:03:19 UTC (rev 1367)
+++ packages/gdal/trunk/debian/changelog	2008-01-31 11:48:18 UTC (rev 1368)
@@ -1,4 +1,4 @@
-gdal (1.5.0-3) UNRELEASED; urgency=low
+gdal (1.5.0-3) unstable; urgency=low
 
   * [debian/rules] Removing LICENSE.TXT placed in the data dir.
   * [debian/rules] Added explicit python-binding generation previously missing
@@ -10,8 +10,9 @@
     new-generation python support.
   * [debian/rules] Added missing dh_perl call.
     (closes: #463086)
+  * Added a doc file exclusion at dh_pycentral call.
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Wed, 30 Jan 2008 17:02:19 +0100
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Thu, 31 Jan 2008 12:46:26 +0100
 
 gdal (1.5.0-2) unstable; urgency=low
 

Modified: packages/gdal/trunk/debian/rules
===================================================================
--- packages/gdal/trunk/debian/rules	2008-01-30 16:03:19 UTC (rev 1367)
+++ packages/gdal/trunk/debian/rules	2008-01-31 11:48:18 UTC (rev 1368)
@@ -106,6 +106,8 @@
 	
 	# removing license file
 	rm -f $(CURDIR)/debian/tmp/usr/share/gdal15/LICENSE.TXT
+	# removing information file
+	rm -f $(CURDIR)/debian/tmp/usr/lib/python-cetral/GDAL-1.5.0.egg-info
 	# removing empty packlist MakeMaker files 
 	-find $(CURDIR)/debian/tmp/usr/local/lib/perl -type f -name .packlist -exec rm -f {} \;
 	# removing embedded rpath in perl shlibs
@@ -128,7 +130,7 @@
 	dh_strip
 	dh_compress
 	dh_fixperms
-	dh_pycentral
+	dh_pycentral -XGDAL-1.5.0.egg-info
 	dh_perl
 	dh_makeshlibs
 	dh_installdeb




More information about the Pkg-grass-devel mailing list