File: 004-bugs-to-debian-bts.patch

package info (click to toggle)
libapache2-mod-perl2 2.0.4-7%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 9,896 kB
  • ctags: 3,820
  • sloc: perl: 56,663; ansic: 14,001; makefile: 93; sh: 38
file content (21 lines) | stat: -rw-r--r-- 568 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Description: direct bug reports to Debian BTS
Forwarded: not-needed
Author: Gunnar Wolf <gwolf@debian.org>
Last-Update: 2010-04-21

--- a/lib/ModPerl/TestReport.pm
+++ b/lib/ModPerl/TestReport.pm
@@ -97,7 +97,11 @@ sub package2filename {
     return $package;
 }
 
-sub report_to { 'modperl@perl.apache.org' }
-
+# We are reporting to the Debian BTS, not directly to the upstream (Apache)
+sub report_to { 'submit@bugs.debian.org' }
+sub postit_note {
+    # No, no postit notes required :) This report will be typically
+    # embedded in reportbug's, so...
+}
 
 1;