debian/0000755000000000000000000000000011650252250007164 5ustar debian/changelog0000644000000000000000000000641711650252250011046 0ustar c2050 (0.3b-4) unstable; urgency=low [ Didier Raboud ] * Rename c2050 to printer-driver-c2050, add transitional package. * Drop superfluous Recommends/Suggests. * Change Section to text and Priority to optional. * Slightly rewrite description. -- Marco Nenciarini Fri, 21 Oct 2011 13:16:01 +0200 c2050 (0.3b-3) unstable; urgency=low * Install apport-hook only in Ubuntu and derivatives -- Marco Nenciarini Tue, 31 May 2011 11:27:39 +0200 c2050 (0.3b-2) unstable; urgency=low * Merge changes from Ubuntu. (Closes: #539650, #601261, #626290) * Switch to dpkg-source 3.0 (quilt) format * Add Homepage and Vcs-* control fields * Bump standard version to 3.9.2.0; no changes required * Update build system to use simplified dh8 syntax. * Change maintainer to Debian Printing Team * Add myself as uploader -- Marco Nenciarini Mon, 30 May 2011 18:53:18 +0200 c2050 (0.3b-1ubuntu1) maverick; urgency=low * debian/control: Cleaned up dependencies: Do not depend on the transitional package gs, the package's name is ghostscript now. Recommend foomatic-db-compressed-ppds and foomatic-db only as alternative. Also do not suggest the obsolete package foomatic-filters-ppds. * debian/rules, debian/local/apport-hook.py: Added apport hook. -- Till Kamppeter Tue, 31 Aug 2010 20:24:45 +0200 c2050 (0.3b-1) unstable; urgency=low * New upstream release + Merge changes from debian package * Removed debian/c2050.1 and debian/ps2lexmark.i now shipped upstream -- Marco Nenciarini Mon, 11 Jun 2007 13:01:32 +0200 c2050 (0.3a-1) unstable; urgency=low * New upstream release. + Correct copyright notice to mention Christian Kornblum, the author of c2070 driver. -- Marco Nenciarini Sat, 09 Jun 2007 16:29:26 +0200 c2050 (0.3-7) unstable; urgency=low * Added watch file * debian/copyright: Updated FSF address * debian/control: Added recommendation for foomati-db and suggestion for foomatic-filters-ppds -- Marco Nenciarini Mon, 23 Jan 2006 18:09:31 +0100 c2050 (0.3-6) unstable; urgency=low * Bumped standards version. * Changed download url in copyright file -- Marco Nenciarini Wed, 22 Jun 2005 12:28:42 +0200 c2050 (0.3-5) unstable; urgency=low * Closes: #302953: Improper copyright file -- Marco Nenciarini Fri, 17 Jun 2005 18:49:41 +0200 c2050 (0.3-4) unstable; urgency=low * Changed the description of package (Closes: #133960) -- Marco Nenciarini Tue, 5 Mar 2002 13:51:24 +0100 c2050 (0.3-3) unstable; urgency=low * Changed the type of some variables from 'char' to 'signed char' to make it working on arm, powerpc and s390. -- Marco Nenciarini Mon, 14 Jan 2002 15:09:00 +0000 c2050 (0.3-2) unstable; urgency=low * Changed priority from optional to extra. * Added gs check to ps2lexmark script. -- Marco Nenciarini Fri, 13 Apr 2001 09:51:53 +0000 c2050 (0.3-1) unstable; urgency=low * Initial Release. (Closes: #91765) -- Marco Nenciarini Fri, 9 Mar 2001 20:08:29 +0100 Local variables: mode: debian-changelog End: debian/compat0000644000000000000000000000000211650252250010362 0ustar 8 debian/control0000644000000000000000000000202411650252250010565 0ustar Source: c2050 Section: text Priority: optional Maintainer: Debian Printing Team Uploaders: Marco Nenciarini Build-Depends: debhelper (>= 8.0.0) Homepage: http://www.prato.linux.it/~mnencia/lexmark2050/ Vcs-Git: git://anonscm.debian.org/git/collab-maint/c2050.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/c2050.git Standards-Version: 3.9.2.0 Package: printer-driver-c2050 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ghostscript Replaces: c2050 (<< 0.3b-4~) Breaks: c2050 (<< 0.3b-4~) Description: printer driver for Lexmark 2050 Color Jetprinter Filter to convert a Postscript file to Lexmark 2050 format. . This driver allows you to print at 300dpi in color on A4 paper. Package: c2050 Depends: printer-driver-c2050, ${misc:Depends} Architecture: all Section: oldlibs Priority: extra Description: transitional dummy package for c2050 printer driver This is a transitional dummy package to transition to uniformly named printer-driver-c2050. debian/copyright0000644000000000000000000000223611650252250011122 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: c2050 Source: http://www.prato.linux.it/~mnencia/lexmark2050/files/ Files: * Copyright: Copyright 2001-2011 Marco Nenciarini Copyright 2000-2001 Christian Kornblum License: GPL-2.0+ Files: debian/* Copyright: 2001-2011 Marco Nenciarini License: GPL-2.0+ License: GPL-2.0+ This package 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 package 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 program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/local/0000755000000000000000000000000011650252250010256 5ustar debian/local/apport-hook.py0000644000000000000000000000032511650252250013073 0ustar '''apport package hook for c2050 (c) 2009 Canonical Ltd. Author: Brian Murray ''' from apport.hookutils import * def add_info(report): attach_hardware(report) attach_printing(report) debian/printer-driver-c2050.dirs0000644000000000000000000000003311650252250013546 0ustar usr/bin usr/share/man/man1 debian/printer-driver-c2050.docs0000644000000000000000000000000711650252250013536 0ustar README debian/rules0000755000000000000000000000104711650252250010246 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 derives_from_ubuntu := $(shell (dpkg-vendor --derives-from Ubuntu && echo "yes") || echo "no") %: dh $@ override_dh_auto_install: dh_auto_install --destdir=debian/printer-driver-c2050/ override_dh_install: dh_install ifeq ($(derives_from_ubuntu),yes) # Install the apport hook on Ubuntu and derivatives install -D -m 644 debian/local/apport-hook.py $(CURDIR)/debian/printer-driver-c2050/usr/share/apport/package-hooks/source_c2050.py endif debian/source/0000755000000000000000000000000011650252250010464 5ustar debian/source/format0000644000000000000000000000001411650252250011672 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000014011650252250010210 0ustar version=3 http://www.prato.linux.it/~mnencia/lexmark2050/files/c2050-(.*).tar.gz debian uupdate