r14021 - packages/trunk/libphysfs/debian

Patrick Matthäi pmatthaei at alioth.debian.org
Mon May 6 09:34:46 UTC 2013


Author: pmatthaei
Date: 2013-05-06 09:34:46 +0000 (Mon, 06 May 2013)
New Revision: 14021

Modified:
   packages/trunk/libphysfs/debian/rules
Log:
Remove docs dir on cleaning.


Modified: packages/trunk/libphysfs/debian/rules
===================================================================
--- packages/trunk/libphysfs/debian/rules	2013-05-06 09:31:48 UTC (rev 14020)
+++ packages/trunk/libphysfs/debian/rules	2013-05-06 09:34:46 UTC (rev 14021)
@@ -17,6 +17,10 @@
 	dh_auto_build
 	doxygen
 
+override_dh_clean:
+	dh_clean
+	rm -rf $(CURDIR)/docs/
+
 override_dh_strip:
 	dh_strip --dbg-package=libphysfs1-dbg
 




More information about the Pkg-games-commits mailing list