r12786 - packages/trunk/libphysfs/debian

Patrick Matthäi pmatthaei at alioth.debian.org
Sat Nov 5 10:41:31 UTC 2011


Author: pmatthaei
Date: 2011-11-05 10:41:31 +0000 (Sat, 05 Nov 2011)
New Revision: 12786

Modified:
   packages/trunk/libphysfs/debian/changelog
   packages/trunk/libphysfs/debian/rules
Log:
* Do not remove the .pc directory in the clean target.
  Closes: #647492


Modified: packages/trunk/libphysfs/debian/changelog
===================================================================
--- packages/trunk/libphysfs/debian/changelog	2011-11-04 16:22:45 UTC (rev 12785)
+++ packages/trunk/libphysfs/debian/changelog	2011-11-05 10:41:31 UTC (rev 12786)
@@ -1,3 +1,10 @@
+libphysfs (2.0.2-5) UNRELEASED; urgency=low
+
+  * Do not remove the .pc directory in the clean target.
+    Closes: #647492
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sat, 05 Nov 2011 11:41:01 +0100
+
 libphysfs (2.0.2-4) unstable; urgency=low
 
   * Team upload.

Modified: packages/trunk/libphysfs/debian/rules
===================================================================
--- packages/trunk/libphysfs/debian/rules	2011-11-04 16:22:45 UTC (rev 12785)
+++ packages/trunk/libphysfs/debian/rules	2011-11-05 10:41:31 UTC (rev 12786)
@@ -45,7 +45,7 @@
 	dh_testroot
 	rm -f build-stamp
 	[ ! -f Makefile ] || [ ! -f config.status ] || $(MAKE) clean
-	rm -fR docs/html docs/latex docs/man
+	rm -fr docs/html docs/latex docs/man
 	rm -f config.log config.status config.sub config.guess
 	find ./ -name Makefile -delete
 	rm -f config.h
@@ -58,7 +58,6 @@
 	rm -f cmake_install.cmake
 	rm -rf docs
 	rm -rf CMakeFiles
-	rm -rf .pc
 	find ./ -name *.o -delete
 	find ./ -name *.a -delete
 	find ./ -name *.bin -delete




More information about the Pkg-games-commits mailing list