[SCM] GUI front-end for Debian Live. branch, master, updated. 512f191cef20aa7487195b78772b53e5960652cc

Chris Lamb chris at chris-lamb.co.uk
Sat Aug 16 23:00:39 UTC 2008


The following commit has been merged in the master branch:
commit 2fa0fdbcfb6850e3c5e95e995ba6c26fb9df03b6
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Sat Aug 16 23:57:29 2008 +0100

    Move to debhelper 7.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/debian/changelog b/debian/changelog
index d432f0d..b97e721 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ live-magic (1.0) unstable; urgency=low
     - Don't show distribution page when running Lenny as stable.
     - Depend on live-helper >= 1.0.0
   * Add locale and keyboard layout step.
+  * Move to Debhelper 7.
   * Add gettext support and translations:
     - Czech translation by Miroslav Kure (Closes: #494548)
     - French translation by Frederic Daniel Luc Lehobey (Closes: #494742)
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index 75a8415..c89a536 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: misc
 Priority: optional
 Maintainer: Debian Live <debian-live-maint at lists.alioth.debian.org>
 Uploaders: Chris Lamb <chris at chris-lamb.co.uk>, Daniel Baumann <daniel at debian.org>
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: python-support, gettext
 Standards-Version: 3.8.0
 Homepage: http://debian-live.alioth.debian.org/
diff --git a/debian/manpages b/debian/manpages
new file mode 100644
index 0000000..a2c7120
--- /dev/null
+++ b/debian/manpages
@@ -0,0 +1 @@
+live-magic.1
diff --git a/debian/rules b/debian/rules
index ec612a9..4043e1b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,41 +4,10 @@ upstream:
 	cd .. && git clone git://git.debian.org/git/users/lamby-guest/live-magic.git || true
 	rm -rf ../live-magic/.git
 
-build: build-stamp
-build-stamp:
-	python setup.py build
-	touch $@
+%:
+	dh $@
 
 clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp
-	dh_clean
+	dh $@
+	rm -rf mo/
 	find -type f -name "*.pyc" -print0 | xargs -0 rm -f
-	rm -rf build live_magic.egg-info mo/
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean
-	dh_install
-	python setup.py install --root=$(CURDIR)/debian/live-magic
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_pysupport
-	dh_installchangelogs
-	dh_installdocs
-	dh_installman live-magic.1
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary-arch:
-
-binary: binary-arch binary-indep
-.PHONY: build clean binary-indep binary-arch binary install upstream

-- 
GUI front-end for Debian Live.



More information about the debian-live-changes mailing list