[DebianGIS-dev] r499 - packages/mapserver/debian

Paul Wise pabs-guest at costa.debian.org
Tue Aug 1 11:04:08 UTC 2006


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 <pabs3 at bonedaddy.net>  Tue,  1 Aug 2006 18:57:17 +0800
+ -- Paul Wise <pabs3 at bonedaddy.net>  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 \




More information about the Pkg-grass-devel mailing list