From b3b5b8a3c63ccb3646c48bf63a6353130771fc46 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Fri, 18 Feb 2011 16:28:29 +0100 Subject: foomatic-filters 4.0.7-0ubuntu1 --- debian/changelog | 11 +++++++++++ debian/patches/foomatic-rip-read-multiple-input-files.patch | 11 ----------- debian/patches/series | 1 - 3 files changed, 11 insertions(+), 12 deletions(-) delete mode 100644 debian/patches/foomatic-rip-read-multiple-input-files.patch delete mode 100644 debian/patches/series (limited to 'debian') 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 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, ""); - - /* Check filelist */ -- p = strtok(filelist->data, " "); -+ p = strtok(strdup(filelist->data), " "); - while (p) { - if (strcmp(p, "") != 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 -- cgit v1.2.3