[SCM] live-magic branch, master, updated. 1.13-5-gee749e3

Daniel Baumann daniel at debian.org
Tue Jan 11 13:25:30 UTC 2011


The following commit has been merged in the master branch:
commit 76e6b7192a90ed3e1d37745ab00fd968fa276f08
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Jan 11 14:20:40 2011 +0100

    Updating to debhelper version 8.

diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index bb5c77c..b8fe330 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: misc
 Priority: optional
 Maintainer: Debian Live Project <debian-live at lists.debian.org>
 Uploaders: Chris Lamb <lamby at debian.org>, Daniel Baumann <daniel at debian.org>
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: python-support, gettext
 Standards-Version: 3.9.1
 Homepage: http://live.debian.net/
diff --git a/debian/rules b/debian/rules
index 7434fc2..d0938f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,8 @@
 %:
 	dh $@
 
-clean:
-	dh $@
+override_dh_auto_clean:
+	dh_auto_clean
+
 	rm -rf mo/
 	find -type f -name "*.pyc" -print0 | xargs -0 rm -f

-- 
live-magic



More information about the debian-live-changes mailing list