[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 3681dd98e6de214ae88464c473d2cc21fd7f9d37
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Feb 8 10:49:03 2009 +0100

    Prefixing debhelper files with package name.

diff --git a/debian/bug/presubj b/debian/bug/live-helper.presubj
similarity index 100%
rename from debian/bug/presubj
rename to debian/bug/live-helper.presubj
diff --git a/debian/bug/script b/debian/bug/live-helper.script
similarity index 100%
rename from debian/bug/script
rename to debian/bug/live-helper.script
diff --git a/debian/cron.daily b/debian/live-helper.cron.daily
similarity index 100%
rename from debian/cron.daily
rename to debian/live-helper.cron.daily
diff --git a/debian/default b/debian/live-helper.default
similarity index 100%
rename from debian/default
rename to debian/live-helper.default
diff --git a/debian/logrotate b/debian/live-helper.logrotate
similarity index 100%
rename from debian/logrotate
rename to debian/live-helper.logrotate
diff --git a/debian/postinst b/debian/live-helper.postinst
similarity index 100%
rename from debian/postinst
rename to debian/live-helper.postinst
diff --git a/debian/postrm b/debian/live-helper.postrm
similarity index 100%
rename from debian/postrm
rename to debian/live-helper.postrm
diff --git a/debian/prerm b/debian/live-helper.prerm
similarity index 100%
rename from debian/prerm
rename to debian/live-helper.prerm
diff --git a/debian/rules b/debian/rules
index d500965..7cde5f8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,8 +43,8 @@ install: build
 	mv debian/live-helper/usr/share/doc/live-helper/ChangeLog.live-package debian/live-helper/usr/share/doc/live-helper/changelog.live-package
 
 	# Installing bug control
-	install -D -m 0644 debian/bug/presubj debian/live-helper/usr/share/bug/live-helper
-	install -D -m 0755 debian/bug/script debian/live-helper/usr/share/bug/live-helper
+	install -D -m 0644 debian/bug/live-helper.presubj debian/live-helper/usr/share/bug/live-helper
+	install -D -m 0755 debian/bug/live-helper.script debian/live-helper/usr/share/bug/live-helper
 
 binary: binary-indep
 

-- 
Debian Live build scripts



More information about the debian-live-changes mailing list