r1305 - packages/libimage-librsvg-perl/trunk/debian

Antonio S. de A. Terceiro terceiro-guest at costa.debian.org
Mon Aug 22 04:14:36 UTC 2005


Author: terceiro-guest
Date: 2005-08-22 04:14:36 +0000 (Mon, 22 Aug 2005)
New Revision: 1305

Modified:
   packages/libimage-librsvg-perl/trunk/debian/rules
Log:
adding Gunnar's suggestions



Modified: packages/libimage-librsvg-perl/trunk/debian/rules
===================================================================
--- packages/libimage-librsvg-perl/trunk/debian/rules	2005-08-22 03:56:49 UTC (rev 1304)
+++ packages/libimage-librsvg-perl/trunk/debian/rules	2005-08-22 04:14:36 UTC (rev 1305)
@@ -26,6 +26,9 @@
 	# Add here commands to compile the package.
 	$(MAKE) OPTIMIZE="-O2 -g -Wall"
 
+        # test the package
+	$(MAKE) test
+
 	touch build-stamp
 
 clean:
@@ -34,7 +37,8 @@
 	rm -f build-stamp configure-stamp
 
 	# Add here commands to clean up after the build process.
-	make realclean
+	-$(MAKE) realclean
+	rm -f examples/test.png
 
 	dh_clean 
 




More information about the Pkg-perl-cvs-commits mailing list