Adding custom reportbug script.

This commit is contained in:
Daniel Baumann 2007-11-11 11:09:33 +01:00
parent 174bc9ede5
commit 7922892146
2 changed files with 10 additions and 0 deletions

7
debian/bug/script vendored Normal file
View File

@ -0,0 +1,7 @@
#!/bin/sh
# Checking depends
dpkg -l debootstrap cdebootstrap
# Checking suggests
dpkg -l dosfstools genisoimage memtest86+ memtest86 mtools parted squashfs-tools genext2fs sudo fakeroot syslinux grub

3
debian/rules vendored
View File

@ -37,6 +37,9 @@ install: build
rm -f debian/live-helper/usr/share/doc/live-helper/ChangeLog
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 0755 debian/bug/script debian/live-helper/usr/share/bug/live-helper
binary-arch: build install
binary-indep: build install