[SCM] Debian Live build scripts branch, master, updated. 1.0.3-1-12-g51c0224

Daniel Baumann daniel at debian.org
Sun Feb 8 10:00:08 UTC 2009


The following commit has been merged in the master branch:
commit 9bbd904c0e4a3ce6e3e8e134e3f919337bfdb96d
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Feb 8 10:58:30 2009 +0100

    Cleaning up rules file.

diff --git a/debian/rules b/debian/rules
index 7cde5f8..f150427 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,22 +1,15 @@
 #!/usr/bin/make -f
 
-upstream:
-	cd .. && git clone git://git.debian.org/git/users/daniel/live-helper.git
-	rm -rf ../live-helper/.git
-
 clean:
 	dh_testdir
 	dh_testroot
 
-	# Cleaning message catalogs
 	$(MAKE) -C po clean
 
 	dh_clean
 
 build:
 	$(MAKE) test
-
-	# Updating message catalogs
 	$(MAKE) -C po update-po
 
 install: build
@@ -55,7 +48,6 @@ binary-indep: install
 	dh_testroot
 	dh_installchangelogs docs/ChangeLog
 	dh_installdocs
-	dh_install
 	dh_installlogrotate
 	dh_installcron
 	dh_installman
@@ -66,4 +58,4 @@ binary-indep: install
 	dh_md5sums
 	dh_builddeb
 
-.PHONY: upstream clean build install binary binary-arch binary-indep
+.PHONY: clean build install binary binary-arch binary-indep

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list