Author: pabs-guest
Date: 2006-08-01 11:04:08 +0000 (Tue, 01 Aug 2006)
New Revision: 499

Modified:
   packages/mapserver/debian/changelog
   packages/mapserver/debian/rules
Log:
* Remove python mapscript build dirs on clean

Modified: packages/mapserver/debian/changelog
===================================================================
--- packages/mapserver/debian/changelog 2006-08-01 10:57:57 UTC (rev 498)
+++ packages/mapserver/debian/changelog 2006-08-01 11:04:08 UTC (rev 499)
@@ -7,8 +7,9 @@
   * Remove shp2pdf, since mapserver is build without PDFlib (non-free)
   * Suggest libdbi-perl for mapserver-bin for shp2mysql
   * Fix shebang lines in debian/php*-config
+  * Remove python mapscript build dirs on clean
 
- -- Paul Wise <[EMAIL PROTECTED]>  Tue,  1 Aug 2006 18:57:17 +0800
+ -- Paul Wise <[EMAIL PROTECTED]>  Tue,  1 Aug 2006 19:01:48 +0800
 
 mapserver (4.8.3-2) unstable; urgency=low
 

Modified: packages/mapserver/debian/rules
===================================================================
--- packages/mapserver/debian/rules     2006-08-01 10:57:57 UTC (rev 498)
+++ packages/mapserver/debian/rules     2006-08-01 11:04:08 UTC (rev 499)
@@ -150,6 +150,7 @@
        -cd mapscript/perl && $(MAKE) distclean
        -cd mapscript/python && \
          for python in $(PYVERS); do $$python setup.py clean; done
+       -$(RM) -rf mapscript/python/build
        -$(RM) mapscriptvars
 
        -$(RM) mapscript/perl/mapscript.i \


_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to