diff options
author | Daniel Baumann <daniel@debian.org> | 2009-09-11 12:02:03 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:05 +0100 |
commit | 6ee64586b53dcabfef9825c10fb6bc21c9a3a1fc (patch) | |
tree | 474c4c2296cfb09a8dcb967eedaaf53707cc2573 /debian | |
parent | a974d9cd39ed0ed6490c7894056c7c0666855994 (diff) | |
download | live-boot-6ee64586b53dcabfef9825c10fb6bc21c9a3a1fc.tar.gz live-boot-6ee64586b53dcabfef9825c10fb6bc21c9a3a1fc.zip |
Adding presubj for reportbug.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/bug/live-initramfs.presubj | 11 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/debian/bug/live-initramfs.presubj b/debian/bug/live-initramfs.presubj new file mode 100644 index 0000000..994219a --- /dev/null +++ b/debian/bug/live-initramfs.presubj @@ -0,0 +1,11 @@ +Before submitting a bug report against live-initramfs, please make sure +that you have read your guidlines for Debian Live bug reports: + + http://live.debian.net/manual/html/bugs.html + +By providing the required information as outlined in the guidlines makes +sure that we can optimally reproduce and fix bugs, not doing so wastes a +lot of time for both the maintainers and the submitters. + +Pleae bear in mind that bugs that lack the required information will +likely be ignored when the submitter doesn't follow up to questions. diff --git a/debian/rules b/debian/rules index e3c67f1..c6b79a2 100755 --- a/debian/rules +++ b/debian/rules @@ -33,6 +33,7 @@ install: build # Installing bug control install -D -m 0755 debian/bug/live-initramfs.script debian/live-initramfs/usr/share/bug/live-initramfs + install -D -m 0644 debian/bug/live-initramfs.presubj debian/live-initramfs/usr/share/bug/live-initramfs/presubj binary: binary-indep |