Prefixing debhelper files with package name.

This commit is contained in:
Daniel Baumann 2009-02-08 10:49:03 +01:00
parent 43bc965d5a
commit 301d507f12
9 changed files with 2 additions and 2 deletions

4
debian/rules vendored
View File

@ -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