[SCM] GUI front-end for Debian Live. branch, master, updated. 72023d3200637edc6b81b8cc8d240b376a0d14df

Chris Lamb chris at chris-lamb.co.uk
Wed Jul 9 23:14:01 UTC 2008


The following commit has been merged in the master branch:
commit bc7d921dae84ab90d60dd9723b7bde5e323a01d4
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date:   Wed Jul 9 23:51:57 2008 +0100

    Tidy debian/rules, move manpages to non-Debian specific location.
    
    Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>

diff --git a/debian/live-magic.manpages b/debian/live-magic.manpages
deleted file mode 100644
index 2fb19fb..0000000
--- a/debian/live-magic.manpages
+++ /dev/null
@@ -1 +0,0 @@
-debian/manpages/*
diff --git a/debian/rules b/debian/rules
index 9cbade8..a137661 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,6 @@ upstream:
 
 build: build-stamp
 build-stamp:
-	python tests/test_all.py
 	python setup.py build
 	touch $@
 
@@ -30,7 +29,7 @@ binary-indep: build install
 	dh_pysupport
 	dh_installchangelogs
 	dh_installdocs
-	dh_installman
+	dh_installman live-magic.1
 	dh_compress
 	dh_fixperms
 	dh_installdeb
@@ -38,7 +37,7 @@ binary-indep: build install
 	dh_md5sums
 	dh_builddeb
 
-binary-arch: build install
+binary-arch:
 
 binary: binary-arch binary-indep
 .PHONY: build clean binary-indep binary-arch binary install upstream
diff --git a/debian/manpages/live-magic.1 b/live-magic.1
similarity index 100%
rename from debian/manpages/live-magic.1
rename to live-magic.1

-- 
GUI front-end for Debian Live.



More information about the debian-live-changes mailing list