[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r3931 - tzdata/trunk/debian



Author: schizo
Date: 2009-11-03 18:44:52 +0000 (Tue, 03 Nov 2009)
New Revision: 3931

Modified:
   tzdata/trunk/debian/changelog
   tzdata/trunk/debian/rules
Log:
Don't remove .pc/ in clean target.

Modified: tzdata/trunk/debian/changelog
===================================================================
--- tzdata/trunk/debian/changelog	2009-11-03 09:20:23 UTC (rev 3930)
+++ tzdata/trunk/debian/changelog	2009-11-03 18:44:52 UTC (rev 3931)
@@ -1,6 +1,12 @@
+tzdata (2009q-3) UNRELEASED; urgency=low
+
+  * Don't remove .pc/ in clean target.
+
+ -- Clint Adams <schizo@debian.org>  Tue, 03 Nov 2009 13:44:07 -0500
+
 tzdata (2009q-2) unstable; urgency=low
 
-  * Fix the "DST" offset of Dhaka, broken by the fix for #552110. 
+  * Fix the "DST" offset of Dhaka, broken by the fix for #552110.
 
  -- Clint Adams <schizo@debian.org>  Tue, 03 Nov 2009 04:10:24 -0500
 
@@ -21,7 +27,7 @@
 tzdata (2009o-2) unstable; urgency=low
 
   * debian/patches/bangladesh-openended.diff: Fix broken Asia/Dhaka
-    DST.  closes: #552110. 
+    DST.  closes: #552110.
 
  -- Clint Adams <schizo@debian.org>  Fri, 23 Oct 2009 10:36:14 -0400
 

Modified: tzdata/trunk/debian/rules
===================================================================
--- tzdata/trunk/debian/rules	2009-11-03 09:20:23 UTC (rev 3930)
+++ tzdata/trunk/debian/rules	2009-11-03 18:44:52 UTC (rev 3931)
@@ -111,7 +111,7 @@
 clean:
 	dh_testdir
 	dh_testroot
-	-rm -rf $(TZGEN) $(TZGEN_JAVA) .pc
+	-rm -rf $(TZGEN) $(TZGEN_JAVA)
 	rm -f build-stamp
 	rm -f patch-log
 	dh_clean


Reply to: