summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2009-04-02 14:20:45 +0200
committerReinhard Tartler <siretart@tauware.de>2009-04-02 14:20:45 +0200
commit324250499857a4c344f965bb78cc2d05c6b31c05 (patch)
treea8aa604042a24277195debb57910b15541c25966 /debian/patches
parent7ea0db364611d3c1cd7b2069d60d1841383d9d14 (diff)
remove 04-fix-exception-code-generation.diff, doesn't apply upstream anymore
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/04-fix-exception-code-generation.diff19
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 20 deletions
diff --git a/debian/patches/04-fix-exception-code-generation.diff b/debian/patches/04-fix-exception-code-generation.diff
deleted file mode 100644
index fb367dd8..00000000
--- a/debian/patches/04-fix-exception-code-generation.diff
+++ /dev/null
@@ -1,19 +0,0 @@
-=== 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
-
diff --git a/debian/patches/series b/debian/patches/series
index 707ef85a..83d47c0a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
01-adjust_config_basedir.diff
02-gcc-4.4-fixes.diff
03-adjust-syslog-facility.diff
-04-fix-exception-code-generation.diff