debian/0000755000000000000000000000000012263615565007201 5ustar debian/watch0000644000000000000000000000025612262536214010225 0ustar version=3 https://dymo.custhelp.com/app/answers/detail/a_id/101 http://download.dymo.com/Software/Linux/dymo-cups-drivers-(\d[\d.]*)\.(?:zip|tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) debian/compat0000644000000000000000000000000212262465236010374 0ustar 9 debian/copyright0000644000000000000000000000222412262502550011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: dymo-cups-drivers Source: https://dymo.custhelp.com/app/answers/detail/a_id/101#lw_linux Files: * Copyright: 2008, Sanford L.P. License: GPL-2+ Files: debian/* Copyright: 2013, Didier Raboud License: GPL-2+ License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/control0000644000000000000000000000211412262502446010572 0ustar Source: dymo-cups-drivers Section: text Priority: optional Maintainer: Debian Printing Team Uploaders: Didier Raboud Build-Depends: debhelper (>= 9), dh-autoreconf, pyppd, libcups2-dev, libcupsimage2-dev, libcppunit-dev, cups-client, Vcs-Git: git://anonscm.debian.org/collab-maint/dymo-cups-drivers.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/dymo-cups-drivers.git Homepage: https://dymo.custhelp.com/app/answers/detail/a_id/101#lw_linux Standards-Version: 3.9.5 Package: printer-driver-dymo Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: printer driver for DYMO label printers CUPS filter driver for various DYMO label printers: LabelManager 400, 450, PC, PC II and PnP; LabelPoint 350 and LabelWriter 300, 310, 315, 320, 330, 330 Turbo, 400, 400 Turbo, 450, 450 DUO Label, 450 DUO Tape, 450 Turbo, 450 Twin Turbo, 4XL, DUO Label, DUO Tape, DUO Tape 128, SE450 and Twin Turbo. . This package contains the CUPS filter driver and the compressed PPDs for the supported label printers. debian/source/0000755000000000000000000000000012262465260010473 5ustar debian/source/format0000644000000000000000000000001412262465257011707 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012263615126010621 5ustar debian/patches/series0000644000000000000000000000015712263615126012041 0ustar inheritate_CXXFLAGS.patch port_tests_to_newer_cups_headers.patch dont_fail_on_uninstalled_filter_ppdtest.patch debian/patches/inheritate_CXXFLAGS.patch0000644000000000000000000000102112263615126015267 0ustar Description: Inheritate CXXFLAGS from the environment, to use dpkg-buildflags' Author: Didier Raboud Last-Update: 2014-01-09 --- a/configure.ac +++ b/configure.ac @@ -89,7 +89,7 @@ warning_flags="-Wall -Wno-unknown-pragmas" debug_flags="" optimization_flags="-O2" -CXXFLAGS="${optimization_flags} ${warning_flags} ${debug_flags} ${cups_cflags}" +CXXFLAGS+=" ${optimization_flags} ${warning_flags} ${debug_flags} ${cups_cflags}" AC_CHECK_LIB(cups, cupsMarkOptions, , AC_ERROR([Can't find cups library])) debian/patches/dont_fail_on_uninstalled_filter_ppdtest.patch0000644000000000000000000000054712262536214022014 0ustar Description: Don't fail the ppd test if the cups filters is not already installed in the correct path Author: Didier Raboud Origin: vendor Last-Update: 2014-01-06 --- a/ppd/Makefile.am +++ b/ppd/Makefile.am @@ -51,4 +51,4 @@ testppd_SOURCES= testppd: - cupstestppd $(dist_cupsmodel_DATA) + cupstestppd -W filters $(dist_cupsmodel_DATA) debian/patches/port_tests_to_newer_cups_headers.patch0000644000000000000000000000130712262476723020507 0ustar Description: Port tests to newer cups headers: ppd_file_t is only defined in ppd.h Author: Didier Raboud Origin: vendor Last-Update: 2014-01-06 --- a/src/lw/tests/TestLabelWriterFilter.h +++ b/src/lw/tests/TestLabelWriterFilter.h @@ -27,6 +27,7 @@ #include "../DummyLanguageMonitor.h" #include +#include class LabelWriterFilterTest: public CPPUNIT_NS::TestFixture { --- a/src/lm/tests/TestLabelManagerFilter.h +++ b/src/lm/tests/TestLabelManagerFilter.h @@ -26,6 +26,7 @@ #include "../LabelManagerDriver.h" #include "DummyLanguageMonitor.h" #include +#include class LabelManagerFilterTest: public CPPUNIT_NS::TestFixture { debian/printer-driver-dymo.install0000644000000000000000000000010412262473017014477 0ustar debian/printer-driver-dymo.ppd-updater usr/share/cups/ppd-updaters/ debian/printer-driver-dymo.ppd-updater0000644000000000000000000000005512262475141015263 0ustar DRIVER_REGEXP='^dymo:' GENNICKNAME_REGEXP='' debian/rules0000755000000000000000000000006612262471574010262 0ustar #!/usr/bin/make -f %: dh $@ --with autoreconf,pyppd debian/changelog0000644000000000000000000000052412263615126011045 0ustar dymo-cups-drivers (1.4.0-2) unstable; urgency=low * Add patch to inheritate CXXFLAGS from the environment -- Didier Raboud Thu, 09 Jan 2014 22:49:38 +0100 dymo-cups-drivers (1.4.0-1) unstable; urgency=low * Initial release. (Closes: #640246) -- Didier Raboud Mon, 06 Jan 2014 15:17:11 +0100