[Pkg-samba-maint] r3719 - trunk/ctdb/debian

sathieu at alioth.debian.org sathieu at alioth.debian.org
Sat Mar 26 09:39:43 UTC 2011


Author: sathieu
Date: 2011-03-26 09:39:38 +0000 (Sat, 26 Mar 2011)
New Revision: 3719

Modified:
   trunk/ctdb/debian/changelog
   trunk/ctdb/debian/compat
   trunk/ctdb/debian/control
   trunk/ctdb/debian/rules
Log:
Upgrading to debhelper 7

Replaced 'dh_clean -k -i' by 'dh_prep -i'



Modified: trunk/ctdb/debian/changelog
===================================================================
--- trunk/ctdb/debian/changelog	2011-03-23 22:07:08 UTC (rev 3718)
+++ trunk/ctdb/debian/changelog	2011-03-26 09:39:38 UTC (rev 3719)
@@ -12,8 +12,10 @@
   * Switch to dpkg-source 3.0 (quilt) format
   * Bump Standards-Version to 3.9.1: no changes
   * Added 99-fix-broken-readdir-test.diff (Closes: #603155)
+  * Upgrading to debhelper 7
+    - Replaced 'dh_clean -k -i' by 'dh_prep -i'
 
- -- Mathieu Parent <sathieu at debian.org>  Wed, 23 Mar 2011 23:03:42 +0100
+ -- Mathieu Parent <sathieu at debian.org>  Sat, 26 Mar 2011 10:38:03 +0100
 
 ctdb (1.0.112-12-1) unstable; urgency=low
 

Modified: trunk/ctdb/debian/compat
===================================================================
--- trunk/ctdb/debian/compat	2011-03-23 22:07:08 UTC (rev 3718)
+++ trunk/ctdb/debian/compat	2011-03-26 09:39:38 UTC (rev 3719)
@@ -1 +1 @@
-5
+7

Modified: trunk/ctdb/debian/control
===================================================================
--- trunk/ctdb/debian/control	2011-03-23 22:07:08 UTC (rev 3718)
+++ trunk/ctdb/debian/control	2011-03-26 09:39:38 UTC (rev 3719)
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Samba Maintainers <pkg-samba-maint at lists.alioth.debian.org>
 Uploaders: Mathieu Parent <sathieu at debian.org>
-Build-Depends: debhelper (>= 5), libpopt-dev, libpcap-dev [hurd-i386]
+Build-Depends: debhelper (>= 7), libpopt-dev, libpcap-dev [hurd-i386]
 Homepage: http://ctdb.samba.org/
 Standards-Version: 3.9.1
 Vcs-Svn: svn://svn.debian.org/pkg-samba/trunk/ctdb/

Modified: trunk/ctdb/debian/rules
===================================================================
--- trunk/ctdb/debian/rules	2011-03-23 22:07:08 UTC (rev 3718)
+++ trunk/ctdb/debian/rules	2011-03-26 09:39:38 UTC (rev 3719)
@@ -66,7 +66,7 @@
 install-indep:
 	dh_testdir
 	dh_testroot
-	dh_clean -k -i 
+	dh_prep -i 
 	dh_installdirs -i
 	
 	dh_install -i
@@ -74,7 +74,7 @@
 install-arch:
 	dh_testdir
 	dh_testroot
-	dh_clean -k -s 
+	dh_prep -s 
 	dh_installdirs -s
 	
 	# Create the target build directory hierarchy





More information about the Pkg-samba-maint mailing list