diff -Nru foomatic-filters-4.0.16/debian/changelog foomatic-filters-4.0.16/debian/changelog --- foomatic-filters-4.0.16/debian/changelog 2012-06-18 21:23:53.000000000 +0000 +++ foomatic-filters-4.0.16/debian/changelog 2012-07-02 16:28:45.000000000 +0000 @@ -1,3 +1,12 @@ +foomatic-filters (4.0.16-0ubuntu0.2) precise-proposed; urgency=low + + * debian/patches/path_max_65536.patch: Raised length of fixed-length strings + for CUPS filter calls to 65536 bytes, to assure that the filter command + lines get built correctly also with very many command line options + (LP: #1019662). + + -- Till Kamppeter Mon, 2 Jul 2012 18:27:03 +0200 + foomatic-filters (4.0.16-0ubuntu0.1) precise-proposed; urgency=low * New upstream release diff -Nru foomatic-filters-4.0.16/debian/patches/path_max_65536.patch foomatic-filters-4.0.16/debian/patches/path_max_65536.patch --- foomatic-filters-4.0.16/debian/patches/path_max_65536.patch 1970-01-01 00:00:00.000000000 +0000 +++ foomatic-filters-4.0.16/debian/patches/path_max_65536.patch 2012-07-02 10:23:23.000000000 +0000 @@ -0,0 +1,11 @@ +--- a/foomaticrip.h ++++ b/foomaticrip.h +@@ -93,7 +93,7 @@ + extern int spooler; + + +-#define PATH_MAX 1024 ++#define PATH_MAX 65536 + + typedef struct { + char printer[256]; diff -Nru foomatic-filters-4.0.16/debian/patches/series foomatic-filters-4.0.16/debian/patches/series --- foomatic-filters-4.0.16/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ foomatic-filters-4.0.16/debian/patches/series 2012-07-02 10:22:38.000000000 +0000 @@ -0,0 +1 @@ +path_max_65536.patch