summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/foomatic-rip-read-multiple-input-files.patch11
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 12 deletions
diff --git a/debian/patches/foomatic-rip-read-multiple-input-files.patch b/debian/patches/foomatic-rip-read-multiple-input-files.patch
deleted file mode 100644
index 30dc65c..0000000
--- a/debian/patches/foomatic-rip-read-multiple-input-files.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/foomaticrip.c
-+++ b/foomaticrip.c
-@@ -1383,7 +1383,7 @@
- dstrcpyf(filelist, "<STDIN>");
-
- /* Check filelist */
-- p = strtok(filelist->data, " ");
-+ p = strtok(strdup(filelist->data), " ");
- while (p) {
- if (strcmp(p, "<STDIN>") != 0) {
- if (p[0] == '-')
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 40c8e30..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-foomatic-rip-read-multiple-input-files.patch