Author: frankie
Date: 2008-01-31 13:25:23 +0000 (Thu, 31 Jan 2008)
New Revision: 1371

Modified:
   packages/gdal/trunk/debian/changelog
   packages/gdal/trunk/debian/rules
Log:
Final fixes


Modified: packages/gdal/trunk/debian/changelog
===================================================================
--- packages/gdal/trunk/debian/changelog        2008-01-31 11:58:41 UTC (rev 
1370)
+++ packages/gdal/trunk/debian/changelog        2008-01-31 13:25:23 UTC (rev 
1371)
@@ -10,12 +10,13 @@
     new-generation python support.
   * [debian/rules] Added missing dh_perl call.
     (closes: #463086)
-  * Added a doc file exclusion at dh_pycentral call.
+  * [debian/rules] Added a info file exclusion at dh_pycentral call.
+  * [debian/rules] Now removing info file installed in pycentral area.
   * Added gcc43.dpatch: remove transform() call.
     See http://trac.osgeo.org/gdal/changeset/13615?format=diff&new=13615 for 
fix.
     (closes: #462709)
 
- -- Francesco Paolo Lovergine <[EMAIL PROTECTED]>  Thu, 31 Jan 2008 12:49:55 
+0100
+ -- Francesco Paolo Lovergine <[EMAIL PROTECTED]>  Thu, 31 Jan 2008 14:23:29 
+0100
 
 gdal (1.5.0-2) unstable; urgency=low
 

Modified: packages/gdal/trunk/debian/rules
===================================================================
--- packages/gdal/trunk/debian/rules    2008-01-31 11:58:41 UTC (rev 1370)
+++ packages/gdal/trunk/debian/rules    2008-01-31 13:25:23 UTC (rev 1371)
@@ -106,8 +106,6 @@
        
        # 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
@@ -130,7 +128,8 @@
        dh_strip
        dh_compress
        dh_fixperms
-       dh_pycentral -XGDAL-1.5.0.egg-info
+       dh_pycentral -X.info
+       rm -f 
$(CURDIR)/debian/tmp/usr/share/pycentral/python-gdal/site-packages/GDAL-1.5.0.egg-info
        dh_perl
        dh_makeshlibs
        dh_installdeb


_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to