diff -Nru cups-2.2.3/debian/changelog cups-2.2.3/debian/changelog --- cups-2.2.3/debian/changelog 2017-04-18 21:24:32.000000000 +0200 +++ cups-2.2.3/debian/changelog 2017-06-05 14:03:42.000000000 +0200 @@ -1,3 +1,9 @@ +cups (2.2.3-1ubuntu1) artful; urgency=medium + + * Blacklist Epson TM-T70. (LP: #1695884) + + -- Dariusz Gadomski Mon, 05 Jun 2017 14:02:36 +0200 + cups (2.2.3-1) experimental; urgency=medium * New 2.2.3 upstream release diff -Nru cups-2.2.3/debian/control cups-2.2.3/debian/control --- cups-2.2.3/debian/control 2017-04-18 21:22:07.000000000 +0200 +++ cups-2.2.3/debian/control 2017-06-05 14:03:56.000000000 +0200 @@ -2,7 +2,8 @@ Standards-Version: 3.9.8 Priority: optional Section: net -Maintainer: Debian Printing Team +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian Printing Team Uploaders: Didier Raboud , Till Kamppeter , diff -Nru cups-2.2.3/debian/patches/blacklist-epson-tm-t70.patch cups-2.2.3/debian/patches/blacklist-epson-tm-t70.patch --- cups-2.2.3/debian/patches/blacklist-epson-tm-t70.patch 1970-01-01 01:00:00.000000000 +0100 +++ cups-2.2.3/debian/patches/blacklist-epson-tm-t70.patch 2017-06-05 14:08:07.000000000 +0200 @@ -0,0 +1,24 @@ +Description: Blacklists Epson TM-T70 label printer. + Because of the CUPS USB probing the TM-T70 printer configuration + is being damaged causing the printouts to differ from what is + expected (different font sizes, styles and orientation). + . + cups (2.2.3-1ubuntu1) artful; urgency=medium + . + * Blacklist Epson TM-T70. (LP: #1695884) +Author: Dariusz Gadomski +Bug-Ubuntu: https://bugs.launchpad.net/bugs/1695884 + +--- cups-2.2.3.orig/backend/org.cups.usb-quirks ++++ cups-2.2.3/backend/org.cups.usb-quirks +@@ -109,8 +109,8 @@ + # Seiko Epson Corp. Stylus Color 670 (https://bugs.launchpad.net/bugs/872483) + 0x04b8 0x0005 no-reattach + +-# Seiko Epson Receipt Printer M129C +-0x04b8 0x0202 vendor-class ++# Seiko Epson Receipt Printer M129C (https://bugs.launchpad.net/bugs/1695884) ++0x04b8 0x0202 blacklist + + # Prolific Technology, Inc. PL2305 Parallel Port (USB -> Parallel adapter) (https://bugs.launchpad.net/bugs/987485) + 0x067b 0x2305 no-reattach soft-reset unidir diff -Nru cups-2.2.3/debian/patches/series cups-2.2.3/debian/patches/series --- cups-2.2.3/debian/patches/series 2017-04-18 21:22:08.000000000 +0200 +++ cups-2.2.3/debian/patches/series 2017-06-05 14:04:57.000000000 +0200 @@ -43,3 +43,4 @@ 0043-Build-mantohtml-with-the-build-architecture-compiler.patch 0044-Do-not-execute-genstrings-during-build.patch manpage-translations.patch +blacklist-epson-tm-t70.patch