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

r5606 - tzdata/trunk/debian



Author: aurel32
Date: 2013-05-22 04:29:05 +0000 (Wed, 22 May 2013)
New Revision: 5606

Modified:
   tzdata/trunk/debian/changelog
   tzdata/trunk/debian/rules
Log:
  * debian/rules: use dh_prep instead of dh_clean -k.



Modified: tzdata/trunk/debian/changelog
===================================================================
--- tzdata/trunk/debian/changelog	2013-05-21 20:46:07 UTC (rev 5605)
+++ tzdata/trunk/debian/changelog	2013-05-22 04:29:05 UTC (rev 5606)
@@ -3,6 +3,7 @@
   * Use rdfind + symlinks instead of fdupes + handcoded shell script to
     get rid of hardlinks.
   * Provides: tzdata-jessie instead of tzdata-wheezy.
+  * debian/rules: use dh_prep instead of dh_clean -k.
 
  -- Aurelien Jarno <aurel32@debian.org>  Sat, 11 May 2013 17:22:18 +0200
 

Modified: tzdata/trunk/debian/rules
===================================================================
--- tzdata/trunk/debian/rules	2013-05-21 20:46:07 UTC (rev 5605)
+++ tzdata/trunk/debian/rules	2013-05-22 04:29:05 UTC (rev 5606)
@@ -128,7 +128,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	# Do nothing
 
 # Build architecture-dependent files here.


Reply to: