summaryrefslogtreecommitdiff
path: root/debian/patches/04-fix-exception-code-generation.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/04-fix-exception-code-generation.diff')
-rw-r--r--debian/patches/04-fix-exception-code-generation.diff19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/04-fix-exception-code-generation.diff b/debian/patches/04-fix-exception-code-generation.diff
new file mode 100644
index 00000000..fb367dd8
--- /dev/null
+++ b/debian/patches/04-fix-exception-code-generation.diff
@@ -0,0 +1,19 @@
+=== modified file 'documentation/generate_except_xml.pl'
+--- old/documentation/generate_except_xml.pl 2009-03-31 13:58:19 +0000
++++ new/documentation/generate_except_xml.pl 2009-03-31 19:44:12 +0000
+@@ -1,7 +1,7 @@
+ #!/usr/bin/perl -w
+ use strict;
+
+-open (EXCEPT, "<../../ExceptionCodes.txt") or die "Can't open ../../ExceptionCodes.txt: $!\n";
++open (EXCEPT, "<../ExceptionCodes.txt") or die "Can't open ../ExceptionCodes.txt: $!\n";
+ open (DOCBOOK, ">ExceptionCodes.xml") or die "Can't open Exceptioncodes.xml for writing: $!\n";
+
+ print DOCBOOK <<EOD;
+@@ -71,4 +71,3 @@ print DOCBOOK "</appendix>\n";
+
+ close EXCEPT;
+ close DOCBOOK;
+-
+\ No newline at end of file
+