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

frankie at alioth.debian.org frankie at alioth.debian.org
Sat Oct 6 08:20:26 UTC 2007


Author: frankie
Date: 2007-10-06 08:20:26 +0000 (Sat, 06 Oct 2007)
New Revision: 1171

Modified:
   packages/gdal/trunk/debian/rules
Log:
Fixing for swig stuff generation


Modified: packages/gdal/trunk/debian/rules
===================================================================
--- packages/gdal/trunk/debian/rules	2007-10-05 20:34:59 UTC (rev 1170)
+++ packages/gdal/trunk/debian/rules	2007-10-06 08:20:26 UTC (rev 1171)
@@ -58,7 +58,7 @@
 	dh_testdir
 
 	cp `ls GDALmake.opt-*|tail -1` GDALmake.opt
-	$(MAKE) lib-target apps-target
+	$(MAKE) lib-target apps-target swig-target
 	$(MAKE) docs
 
 	touch build-stamp
@@ -73,6 +73,7 @@
 	dh_testroot
 
 	-$(MAKE) distclean
+	rm -rf $(CURDIR)/swig/ruby/.libs $(CURDIR)/swig/perl/*.bs
 	rm -f GDALmake.opt-*
 
 	dh_clean build-stamp configure-stamp




More information about the Pkg-grass-devel mailing list