debian/0000755000000000000000000000000012246130440007162 5ustar debian/watch0000644000000000000000000000017712157264073010233 0ustar version=3 http://download.ebz.epson.net/dsc/op/stable/SRPMS/epson-inkjet-printer-escpr-([\d+\.]*\d+)-1lsb[\d+\.]*\d+\.src\.rpm debian/compat0000644000000000000000000000000212157264072010372 0ustar 9 debian/printer-driver-escpr.install0000644000000000000000000000020712157265104014646 0ustar usr/lib/printer-driver-escpr/libescpr*.so.* usr/lib/cups/filter/* debian/printer-driver-escpr.ppd-updater usr/share/cups/ppd-updaters/ debian/copyright0000644000000000000000000000472712157264072011141 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174 Upstream-Name: epson-inkjet-printer-escpr Upstream-Contact: http://avasys.jp/eng/linux_driver/download/lsb/epson-inkjet/escpr/ Source: http://linux.avasys.jp/drivers/lsb/epson-inkjet/stable/SRPMS/epson-inkjet-printer-escpr-*.src.rpm Files: * Copyright: 1996-2008 Free Software Foundation, Inc. 2000-2009 AVASYS CORPORATION. 2000-2011 Seiko Epson Corporation License: GPL-2+ Files: install-sh Copyright: 1994 X Consortium License: Expat Files: debian/* Copyright: 2011 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'. License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/control0000644000000000000000000000267012246105772010604 0ustar Source: epson-inkjet-printer-escpr Section: text Priority: optional Maintainer: Debian Printing Team Uploaders: Didier Raboud Build-Depends: debhelper (>= 9), dh-autoreconf, libcups2-dev, libcupsimage2-dev, pyppd (>= 1.0.1-2~) Vcs-Git: git://anonscm.debian.org/collab-maint/epson-inkjet-printer-escpr.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/epson-inkjet-printer-escpr.git Homepage: http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX&productName=B700 Standards-Version: 3.9.5 Package: printer-driver-escpr Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Recommends: cups-ppdc Breaks: cups (<< 1.5.0-2~), epson-espcr (<< 1.1.0-1~), libescpr1 (<< 1.2.2) Replaces: epson-escpr (<< 1.1.0-1~) Suggests: psutils Description: printer driver for Epson Inkjet that use ESC/P-R ESC/P-R is a common language for selected Epson printers that supports every media type, paper size and associated printing mode available on those printers. It is suited especially for consumer electronics devices and embedded equipments. ESC/P-R allows many kinds of devices to connect and communicate with Epson inkjet printers, expanding possibilities for use with medical equipment, measuring equipment, electronic whiteboards, and at home with home electronics and game machines. . This package contains the CUPS filter driver and the compressed PPDs for the supported printers. debian/printer-driver-escpr.ppd-updater0000644000000000000000000000005612157264073015433 0ustar DRIVER_REGEXP='^escpr:' GENNICKNAME_REGEXP='' debian/source/0000755000000000000000000000000012157264073010475 5ustar debian/source/format0000644000000000000000000000001412157264073011703 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012157264072010623 5ustar debian/patches/series0000644000000000000000000000003612157264072012037 0ustar dont_touch_debian_files.patch debian/patches/dont_touch_debian_files.patch0000644000000000000000000000135112157264072016476 0ustar Description: The upstream buildsystem touches files under debian/, forbid him to do so. Author: Didier Raboud Last-Update: 2011-10-21 --- a/Makefile.am +++ b/Makefile.am @@ -23,10 +23,6 @@ ACLOCAL_AMFLAGS = -I m4 -noinst_DATA = \ - debian/control \ - debian/rules - debian/control: $(srcdir)/Makefile $(srcdir)/debian/control.in rm -f $@ $@.tmp; \ sed -e 's|[@]PACKAGE_BUGREPORT[@]|$(PACKAGE_BUGREPORT)|' \ @@ -65,14 +61,6 @@ README \ README.ja \ bootstrap \ - debian/changelog \ - debian/compat \ - debian/control.in \ - debian/copyright \ - debian/docs \ - debian/postinst \ - debian/postrm \ - debian/rules.in \ epson-inkjet-printer-escpr.spec \ epson-inkjet-printer-escpr.spec.in \ lsb/lsb-rpm.spec \ debian/rules0000755000000000000000000000157612246105772010265 0ustar #!/usr/bin/make -f %: dh $@ --with autoreconf --with pyppd override_dh_autoreconf: m4 dh_autoreconf --as-needed m4: mkdir $@ override_dh_auto_configure: cp m4-macros debian/m4-macros.backup dh_auto_configure -- \ --libdir=/usr/lib/printer-driver-escpr/ \ --enable-static=no override_dh_makeshlibs: dh_makeshlibs -X/usr/lib/printer-driver-escpr/libescpr override_dh_auto_clean: dh_auto_clean rm -f *.spec - mv debian/m4-macros.backup m4-macros override_dh_auto_install: dh_auto_install --destdir=debian/tmp get-orig-source: [ ! -z $(VERSION) ] uscan --verbose --no-symlink rpm2cpio ../epson-inkjet-printer-escpr-$(VERSION)-1lsb3.2.src.rpm \ | cpio --to-stdout --extract epson-inkjet-printer-escpr-$(VERSION)-1lsb3.2.tar.gz > \ ../epson-inkjet-printer-escpr_$(VERSION).orig.tar.gz git-import-orig --pristine-tar ../epson-inkjet-printer-escpr_$(VERSION).orig.tar.gz debian/changelog0000644000000000000000000001075012246105772011051 0ustar epson-inkjet-printer-escpr (1.3.0-1) unstable; urgency=low * New 1.3.0 upstream version * Bump Standards-Version to 3.9.5 without changes needed * Drop epson-escpr transitional package which reached stable -- Didier Raboud Fri, 29 Nov 2013 13:40:41 +0100 epson-inkjet-printer-escpr (1.2.3-3) unstable; urgency=low * Rebuild against pyppd >= 1.0.1-2~ -- Didier Raboud Fri, 01 Nov 2013 13:45:00 +0100 epson-inkjet-printer-escpr (1.2.3-2) unstable; urgency=low * Rebuild against pyppd >= 1.0.1 -- Didier Raboud Thu, 12 Sep 2013 21:05:27 +0200 epson-inkjet-printer-escpr (1.2.3-1) unstable; urgency=low * New 1.2.3 upstream version * Bump debhelper build-depends to 9 to align with compat * Don't try to install empty /usr/share/cups/ -- Didier Raboud Sun, 16 Jun 2013 09:33:39 +0200 epson-inkjet-printer-escpr (1.2.2-2) unstable; urgency=low * Upload to unstable. -- Didier Raboud Thu, 16 May 2013 22:45:51 +0200 epson-inkjet-printer-escpr (1.2.2-1) experimental; urgency=low * New 1.2.2 upstream version. * Update patches. - Drop the shared files (old .csv file) relocation; - Refresh the debian/ files protector. * Move internal library to private namespace as there is zero ABI guarantee. - 1.1.2 and 1.2.2 have _zero_ symbols in common. - Drop libescpr1 and libescpr-dev packages in favour of an install to a private library folder. * Update homepage and debian/watch to cope with the Avasys => Epson relocation. * Bump Standards-Version to 3.9.4 without changes needed. -- Didier Raboud Sun, 11 Nov 2012 11:01:21 +0100 epson-inkjet-printer-escpr (1.1.1-2) unstable; urgency=low * Install the overseen paper_list.csv. (Closes: #653426) - Override pkgdatadir to install it to /usr/share/printer-driver-escpr; - Add --fail-missing to dh_install to catch future mistakes. Reported-by: Dave Thayer -- Didier Raboud Wed, 28 Dec 2011 11:59:28 +0100 epson-inkjet-printer-escpr (1.1.1-1) unstable; urgency=low * New 1.1.1 upstream release. * Add a check for the VERSION envvar in get-orig-source. -- Didier Raboud Wed, 07 Dec 2011 15:19:44 +0100 epson-inkjet-printer-escpr (1.1.0-2) unstable; urgency=low * Correct the PPD-updater trigger regexp. -- Didier Raboud Mon, 24 Oct 2011 16:16:07 +0200 epson-inkjet-printer-escpr (1.1.0-1) unstable; urgency=low * New 1.1.0 upstream release. - Split SetGlobalBasePointData in two exported symbols. - Make sure package is buildable twice in a row by preserving m4-macros. * Refactoring, action 1: - Rename epson-escpr to printer-driver-escpr, add transitional package. * Patches update: - Drop link_to_debian_libs.patch: not needed anymore. + Add dont_touch_debian_files.patch: needed with the new upstream. * Drop superfluous shebang from ppd-updater snippet. * Correct debian/copyright syntax. * Slightly rewrite short descriptions. * Only recommend cups-ppdc. -- Didier Raboud Fri, 21 Oct 2011 16:27:09 +0200 epson-inkjet-printer-escpr (1.0.4-2) unstable; urgency=low * Replace the PPD-updater postinst by CUPS' trigger. - Breaks against too old cups versions. - Add a ppd-updater file, to trigger with parameters. * Convert libescpr1 library to multiarch. - Bump B-D on debhelper to 8.9.3~. - Bump debhelper compatibility level to 9.. - Override lintian warning about debhelper being too young. - Update *.install files to cope with new library paths. - Add a Pre-Depends on multiarch-support to the libescpr1 package. - Add Multi-Arch: same to the libescpr1 package. * Use dh_pyppd. - Version B-D on pyppd. - Install the PPD files before running pyppd. - Use --with pyppd and drop the hand-launch of pyppd. - Drop the explicit depends needed by pyppd. -- Didier Raboud Wed, 17 Aug 2011 22:22:58 +0200 epson-inkjet-printer-escpr (1.0.4-1) unstable; urgency=low * New 1.0.4 upstream release: - Fixed a problem which streched printout when switching to monochrome mode. * Implement get-orig-source target in debian/rules to cope with upstream source rpms. -- Didier Raboud Tue, 26 Jul 2011 19:59:21 +0200 epson-inkjet-printer-escpr (1.0.3-1) unstable; urgency=low * Initial release. (Closes: #630810, LP: #555200) -- Didier Raboud Fri, 17 Jun 2011 16:43:11 +0200