File: 99-debug-fix.dpatch

package info (click to toggle)
poppass-cgi 3-5
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 76 kB
  • ctags: 5
  • sloc: perl: 121; sh: 89; makefile: 45
file content (19 lines) | stat: -rw-r--r-- 600 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /bin/sh /usr/share/dpatch/dpatch-run
## 99-debug-fix.dpatch by martin f. krafft <madduck@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
diff -urNad trunk~/poppass trunk/poppass
--- trunk~/poppass	2000-01-19 18:58:45.000000000 +0100
+++ trunk/poppass	2006-07-12 01:07:09.194638141 +0200
@@ -54,7 +54,7 @@
                  -author=>$AUTHOR,
                  -base=>'true',
                  -meta=>{'copyright'=>$COPYRIGHT});
-print CGI::dump() if $DEBUG;
+print CGI::Dump() if $DEBUG;
 if(!param()) {
   showform();
 } else {