diff options
-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 52139e5..52139e5 100644 --- a/debian/bug/presubj +++ b/debian/bug/live-helper.presubj diff --git a/debian/bug/script b/debian/bug/live-helper.script index 54ef8dd..54ef8dd 100644 --- a/debian/bug/script +++ b/debian/bug/live-helper.script diff --git a/debian/cron.daily b/debian/live-helper.cron.daily index a146f09..a146f09 100644 --- a/debian/cron.daily +++ b/debian/live-helper.cron.daily diff --git a/debian/default b/debian/live-helper.default index b2ed78f..b2ed78f 100644 --- a/debian/default +++ b/debian/live-helper.default diff --git a/debian/logrotate b/debian/live-helper.logrotate index 91b5ed5..91b5ed5 100644 --- a/debian/logrotate +++ b/debian/live-helper.logrotate diff --git a/debian/postinst b/debian/live-helper.postinst index 9137a2c..9137a2c 100644 --- a/debian/postinst +++ b/debian/live-helper.postinst diff --git a/debian/postrm b/debian/live-helper.postrm index 9778835..9778835 100644 --- a/debian/postrm +++ b/debian/live-helper.postrm diff --git a/debian/prerm b/debian/live-helper.prerm index e30345b..e30345b 100644 --- a/debian/prerm +++ b/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 |