[Python-modules-commits] r18660 - in packages/quixote1/trunk/debian (changelog rules)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Thu Sep 22 12:01:35 UTC 2011
Date: Thursday, September 22, 2011 @ 12:01:33
Author: jwilk
Revision: 18660
Use dh_prep instead of dh_clean -k.
Modified:
packages/quixote1/trunk/debian/changelog
packages/quixote1/trunk/debian/rules
Modified: packages/quixote1/trunk/debian/changelog
===================================================================
--- packages/quixote1/trunk/debian/changelog 2011-09-22 12:00:32 UTC (rev 18659)
+++ packages/quixote1/trunk/debian/changelog 2011-09-22 12:01:33 UTC (rev 18660)
@@ -31,8 +31,9 @@
* Bump debhelper compat level to 7.
+ Use debian/compat rather than setting DH_COMPAT in debian/rules.
+ Bump minimum required debhelper version.
+ + Use dh_prep instead of dh_clean -k.
- -- Jakub Wilk <jwilk at debian.org> Thu, 22 Sep 2011 13:57:28 +0200
+ -- Jakub Wilk <jwilk at debian.org> Thu, 22 Sep 2011 14:01:17 +0200
quixote1 (1.2-4.1) unstable; urgency=low
Modified: packages/quixote1/trunk/debian/rules
===================================================================
--- packages/quixote1/trunk/debian/rules 2011-09-22 12:00:32 UTC (rev 18659)
+++ packages/quixote1/trunk/debian/rules 2011-09-22 12:01:33 UTC (rev 18660)
@@ -42,7 +42,7 @@
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
for python in $(PYVERS); do \
More information about the Python-modules-commits
mailing list