summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorTill Kamppeter <till.kamppeter@gmail.com>2011-02-18 16:28:29 +0100
committerTill Kamppeter <till.kamppeter@gmail.com>2011-02-18 16:28:29 +0100
commitb3b5b8a3c63ccb3646c48bf63a6353130771fc46 (patch)
treeed5c7feb38768fd38cc896fb78e75985b869de04 /debian
parent8b67196bb13016099f50e877b1cf403e6923fa49 (diff)
foomatic-filters 4.0.7-0ubuntu1ubuntu/4.0.7-0ubuntu1
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog11
-rw-r--r--debian/patches/foomatic-rip-read-multiple-input-files.patch11
-rw-r--r--debian/patches/series1
3 files changed, 11 insertions, 12 deletions
diff --git a/debian/changelog b/debian/changelog
index 303b83b..d89e77d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+foomatic-filters (4.0.7-0ubuntu1) natty; urgency=low
+
+ * New upstream release
+ - foomatic-rip printed only the first file supplied on the command line
+ when multiple files are supplied (spooler-less printing mode,
+ LP: #676680).
+ * debian/patches/foomatic-rip-read-multiple-input-files.patch: Removed
+ patches with fix backported from upstream.
+
+ -- Till Kamppeter <till.kamppeter@gmail.com> Fri, 18 Feb 2010 16:24:03 +0100
+
foomatic-filters (4.0.6-1) unstable; urgency=low
* Upload to unstable.
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