debian/0000755000000000000000000000000011651476100007167 5ustar debian/printer-driver-sag-gdi.ppd-updater0000644000000000000000000000010311651476100015615 0ustar DRIVER_REGEXP='^drv:///rastertosag-gdi.drv/' GENNICKNAME_REGEXP='' debian/control0000644000000000000000000000235311651476100010575 0ustar Source: rastertosag-gdi Section: text Priority: optional Maintainer: Debian Printing Team Uploaders: Didier Raboud Build-Depends: debhelper (>= 7.0.50~) Homepage: http://www.openprinting.org/driver/rastertosag-gdi/ Vcs-Git: git://anonscm.debian.org/collab-maint/rastertosag-gdi.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/rastertosag-gdi.git Standards-Version: 3.9.2 Package: printer-driver-sag-gdi Architecture: all Depends: ${misc:Depends}, python, ghostscript Breaks: cups (<< 1.5.0-3), rastertosag-gdi (<< 0.1-3) Replaces: rastertosag-gdi (<< 0.1-3) Recommends: cups | foomatic-filters Description: printer driver for Ricoh Aficio SP 1000s/SP 1100s The rastertosag-gdi driver is an open source Linux driver for the Ricoh Aficio SP 1000s/SP 1100s printers. These are some of the few Ricoh printers which do not understand PostScript or PCL, but only a proprietary raster format. Package: rastertosag-gdi Depends: printer-driver-sag-gdi, ${misc:Depends} Architecture: all Section: oldlibs Priority: extra Description: transitional dummy package for rastertosag-gdi printer driver This is a transitional dummy package to transition to uniformly named printer-driver-sag-gdi. debian/printer-driver-sag-gdi.docs0000644000000000000000000000000711651476100014323 0ustar README debian/source/0000755000000000000000000000000011622513147010470 5ustar debian/source/format0000644000000000000000000000001411622513147011676 0ustar 3.0 (quilt) debian/printer-driver-sag-gdi.install0000644000000000000000000000016311651476100015044 0ustar usr/lib/cups/filter/* usr/share/cups/drv/* debian/printer-driver-sag-gdi.ppd-updater /usr/share/cups/ppd-updaters/ debian/ubuntu/0000755000000000000000000000000011622513147010512 5ustar debian/ubuntu/apport-hook.py0000644000000000000000000000033711622513147013332 0ustar '''apport package hook for rastertosag-gdi (c) 2009 Canonical Ltd. Author: Brian Murray ''' from apport.hookutils import * def add_info(report): attach_hardware(report) attach_printing(report) debian/copyright0000644000000000000000000000167411625735516011144 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174 Upstream-Name: rastertosag-gdi Upstream-Contact: http://forums.linux-foundation.org/read.php?30,13489,13557 Source: http://www.openprinting.org/download/printing/rastertosag-gdi/ Files: rastertosag-gdi rastertosag-gdi.drv README ppd/* Copyright: 2011 palz License: GPL Files: debian/* Copyright: 2011 Till Kamppeter Copyright: 2011 Didier Raboud License: GPL Files: debian/ubuntu/apport-hook.py Copyright: 2009 Canonical Ltd. Author: Brian Murray License: GPL License: GPL CUPS raster filter for Ricoh Aficio SP1000s this printer uses SAG-GDI raster format by Sagem Communication licence: GPL created by palz Feb 2011, Moscow, Russia . On Debian systems, the full text of the GNU General Public License can be found in the file `/usr/share/common-licenses/GPL'. debian/changelog0000644000000000000000000000275211651476100011047 0ustar rastertosag-gdi (0.1-3) unstable; urgency=low [ Vincent Blut ] * Fix description typos. (Closes: 639714) [ Didier Raboud ] * Rename rastertosag-gdi to printer-driver-sag-gdi, add transitional package. -- Didier Raboud Tue, 25 Oct 2011 11:00:08 +0200 rastertosag-gdi (0.1-2) unstable; urgency=low * Merge from Ubuntu. [ Till Kamppeter ] * Use the CUPS PPD generator (.drv file) instead of including ready-made PPD files. - Drop cups-ppdc Build-Depends. - Use cups | foomatic-filters Recommends. - Update the ppd-updater -- Didier Raboud Mon, 29 Aug 2011 10:59:09 +0200 rastertosag-gdi (0.1-1) unstable; urgency=low * Initial Debian release (Closes: #637866). * Start from the Ubuntu packaging, thanks! * Put under Debian Printing Team umbrella. * Demote cups and cups-client to Recommends. * Add Vcs-* fields * Drop shlibs:Depends. * Recompile the PPD files from the *.drv using ppdc. * Uncapitalize description. * Update watchfile to use upstream's versioning scheme. * Use the CUPS trigger to update the PPD queues. - Breaks cups << 1.0.5-3 - Add rastertosag-gdi.ppd-updater, install it in /usr/share/cups/ppd-updaters/ - Remove now-superfluous postinst. -- Didier Raboud Fri, 26 Aug 2011 17:26:25 +0200 rastertosag-gdi (0.1-0ubuntu1) oneiric; urgency=low * Initial release (LP: #700141). -- Till Kamppeter Sat, 5 Aug 2011 16:11:00 +0200 debian/rules0000755000000000000000000000115011651476100010244 0ustar #!/usr/bin/make -f derives_from_ubuntu := $(shell (dpkg-vendor --derives-from Ubuntu && echo "yes") || echo "no") %: dh $@ override_dh_auto_install: install -D -m 755 rastertosag-gdi $(CURDIR)/debian/tmp/usr/lib/cups/filter/rastertosag-gdi install -D -m 644 rastertosag-gdi.drv $(CURDIR)/debian/tmp/usr/share/cups/drv/rastertosag-gdi.drv override_dh_install: dh_install ifeq ($(derives_from_ubuntu),yes) # Install the apport hook on Ubuntu and derivatives install -D -m 644 debian/ubuntu/apport-hook.py $(CURDIR)/debian/printer-driver-sag-gdi/usr/share/apport/package-hooks/source_rastertosag-gdi.py endif debian/watch0000644000000000000000000000014611622513147010222 0ustar version=3 http://www.openprinting.org/download/printing/rastertosag-gdi/rastertosag-gdi-(.*)\.tar\.gz debian/compat0000644000000000000000000000000211622513147010366 0ustar 7