diff options
author | Daniel Baumann <daniel@debian.org> | 2009-02-08 10:49:03 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:41 +0100 |
commit | 301d507f12281f15580ad95c48f66fa07d16f48c (patch) | |
tree | aab23d6f38115bbf814af7821a9a7af0f82bc94f /debian | |
parent | 43bc965d5abb41bebad8c8d0e08f897649e7f869 (diff) | |
download | vyos-live-build-301d507f12281f15580ad95c48f66fa07d16f48c.tar.gz vyos-live-build-301d507f12281f15580ad95c48f66fa07d16f48c.zip |
Prefixing debhelper files with package name.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/bug/live-helper.presubj (renamed from debian/bug/presubj) | 0 | ||||
-rw-r--r-- | debian/bug/live-helper.script (renamed from debian/bug/script) | 0 | ||||
-rw-r--r-- | debian/live-helper.cron.daily (renamed from debian/cron.daily) | 0 | ||||
-rw-r--r-- | debian/live-helper.default (renamed from debian/default) | 0 | ||||
-rw-r--r-- | debian/live-helper.logrotate (renamed from debian/logrotate) | 0 | ||||
-rw-r--r-- | debian/live-helper.postinst (renamed from debian/postinst) | 0 | ||||
-rw-r--r-- | debian/live-helper.postrm (renamed from debian/postrm) | 0 | ||||
-rw-r--r-- | debian/live-helper.prerm (renamed from debian/prerm) | 0 | ||||
-rwxr-xr-x | debian/rules | 4 |
9 files changed, 2 insertions, 2 deletions
diff --git a/debian/bug/presubj b/debian/bug/live-helper.presubj index 52139e555..52139e555 100644 --- a/debian/bug/presubj +++ b/debian/bug/live-helper.presubj diff --git a/debian/bug/script b/debian/bug/live-helper.script index 54ef8ddca..54ef8ddca 100644 --- a/debian/bug/script +++ b/debian/bug/live-helper.script diff --git a/debian/cron.daily b/debian/live-helper.cron.daily index a146f0981..a146f0981 100644 --- a/debian/cron.daily +++ b/debian/live-helper.cron.daily diff --git a/debian/default b/debian/live-helper.default index b2ed78ffc..b2ed78ffc 100644 --- a/debian/default +++ b/debian/live-helper.default diff --git a/debian/logrotate b/debian/live-helper.logrotate index 91b5ed577..91b5ed577 100644 --- a/debian/logrotate +++ b/debian/live-helper.logrotate diff --git a/debian/postinst b/debian/live-helper.postinst index 9137a2cc2..9137a2cc2 100644 --- a/debian/postinst +++ b/debian/live-helper.postinst diff --git a/debian/postrm b/debian/live-helper.postrm index 977883516..977883516 100644 --- a/debian/postrm +++ b/debian/live-helper.postrm diff --git a/debian/prerm b/debian/live-helper.prerm index e30345b1f..e30345b1f 100644 --- a/debian/prerm +++ b/debian/live-helper.prerm diff --git a/debian/rules b/debian/rules index d50096552..7cde5f8a2 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 |