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

vorlon at alioth.debian.org vorlon at alioth.debian.org
Sun Nov 6 16:21:03 UTC 2011


Author: vorlon
Date: 2011-11-06 16:21:02 +0000 (Sun, 06 Nov 2011)
New Revision: 3964

Added:
   trunk/ctdb/debian/clean
Modified:
   trunk/ctdb/debian/changelog
   trunk/ctdb/debian/rules
Log:
* Further reduce debian/rules with dh:
  - move dh_auto_clean overrides to debian/clean

Modified: trunk/ctdb/debian/changelog
===================================================================
--- trunk/ctdb/debian/changelog	2011-11-06 14:19:31 UTC (rev 3963)
+++ trunk/ctdb/debian/changelog	2011-11-06 16:21:02 UTC (rev 3964)
@@ -1,3 +1,10 @@
+ctdb (1.11+git20111102-2) UNRELEASED; urgency=low
+
+  * Further reduce debian/rules with dh:
+    - move dh_auto_clean overrides to debian/clean
+
+ -- Steve Langasek <vorlon at debian.org>  Sun, 06 Nov 2011 08:19:59 -0800
+
 ctdb (1.11+git20111102-1) unstable; urgency=low
 
   * New upstream release

Added: trunk/ctdb/debian/clean
===================================================================
--- trunk/ctdb/debian/clean	                        (rev 0)
+++ trunk/ctdb/debian/clean	2011-11-06 16:21:02 UTC (rev 3964)
@@ -0,0 +1,5 @@
+build-arch-stamp
+build-indep-stamp
+configure-stamp
+utils/smnotify/smnotify.h
+utils/smnotify/gen_smnotify.c

Modified: trunk/ctdb/debian/rules
===================================================================
--- trunk/ctdb/debian/rules	2011-11-06 14:19:31 UTC (rev 3963)
+++ trunk/ctdb/debian/rules	2011-11-06 16:21:02 UTC (rev 3964)
@@ -57,11 +57,6 @@
 override_dh_strip:
 	dh_strip --dbg-package=ctdb-dbg
 
-override_dh_auto_clean:
-	rm -f build-arch-stamp build-indep-stamp configure-stamp
-	rm -f utils/smnotify/smnotify.h utils/smnotify/gen_smnotify.c
-	dh_auto_clean
-
 check-external-libs:
 	if [ -e lib/popt ]; then \
               echo " *****************************************"; \





More information about the Pkg-samba-maint mailing list