[med-svn] r3219 - trunk/packages/arb/trunk/debian
tille at alioth.debian.org
tille at alioth.debian.org
Fri Mar 27 15:21:21 UTC 2009
Author: tille
Date: 2009-03-27 15:21:21 +0000 (Fri, 27 Mar 2009)
New Revision: 3219
Modified:
trunk/packages/arb/trunk/debian/changelog
trunk/packages/arb/trunk/debian/rules
Log:
s/dh_clean -k/dh_clean; dh_prep/ as requested by linitan for using debhelper version 7
Modified: trunk/packages/arb/trunk/debian/changelog
===================================================================
--- trunk/packages/arb/trunk/debian/changelog 2009-03-27 14:37:23 UTC (rev 3218)
+++ trunk/packages/arb/trunk/debian/changelog 2009-03-27 15:21:21 UTC (rev 3219)
@@ -1,6 +1,7 @@
arb (0.0.20071207.1-7) unstable; urgency=low
* Bumped debhelper to version 7
+ -> dh_clean -k -> dh_clean; dh_prep
* Standards-Version: 3.8.1 (no changes needed)
* Enhanced package description of arb-common and arb-doc
Closes: #517710
Modified: trunk/packages/arb/trunk/debian/rules
===================================================================
--- trunk/packages/arb/trunk/debian/rules 2009-03-27 14:37:23 UTC (rev 3218)
+++ trunk/packages/arb/trunk/debian/rules 2009-03-27 15:21:21 UTC (rev 3219)
@@ -82,7 +82,8 @@
install: build
dh_testdir
dh_testroot
- dh_clean -k
+ dh_clean
+ dh_prep
dh_installdirs
dh_install
More information about the debian-med-commit
mailing list