Codebase list rastertosag-gdi / eb4500f
Rename rastertosag-gdi to printer-driver-sag-gdi, add transitional package. Didier Raboud 11 years ago
8 changed file(s) with 19 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
88 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/rastertosag-gdi.git
99 Standards-Version: 3.9.2
1010
11 Package: rastertosag-gdi
11 Package: printer-driver-sag-gdi
1212 Architecture: all
1313 Depends: ${misc:Depends}, python, ghostscript
14 Breaks: cups (<< 1.5.0-3)
14 Breaks: cups (<< 1.5.0-3), rastertosag-gdi (<< 0.1-3)
15 Replaces: rastertosag-gdi (<< 0.1-3)
1516 Recommends: cups | foomatic-filters
1617 Description: printer driver for Ricoh Aficio SP 1000s/SP 1100s
1718 The rastertosag-gdi driver is an open source Linux driver for the Ricoh Aficio
1819 SP 1000s/SP 1100s printers. These are some of the few Ricoh printers which do
1920 not understand PostScript or PCL, but only a proprietary raster format.
21
22 Package: rastertosag-gdi
23 Depends: printer-driver-sag-gdi, ${misc:Depends}
24 Architecture: all
25 Section: oldlibs
26 Priority: extra
27 Description: transitional dummy package for rastertosag-gdi printer driver
28 This is a transitional dummy package to transition to uniformly named
29 printer-driver-sag-gdi.
0 usr/lib/cups/filter/*
1 usr/share/cups/drv/*
2 debian/printer-driver-sag-gdi.ppd-updater /usr/share/cups/ppd-updaters/
0 DRIVER_REGEXP='^drv:///rastertosag-gdi.drv/'
1 GENNICKNAME_REGEXP=''
+0
-1
debian/rastertosag-gdi.docs less more
0 README
+0
-2
debian/rastertosag-gdi.install less more
0 usr/lib/cups/filter/*
1 usr/share/cups/drv/*
+0
-2
debian/rastertosag-gdi.ppd-updater less more
0 DRIVER_REGEXP='^drv:///rastertosag-gdi.drv/'
1 GENNICKNAME_REGEXP=''
1010
1111 override_dh_install:
1212 dh_install
13 install -D -m 644 debian/rastertosag-gdi.ppd-updater $(CURDIR)/debian/rastertosag-gdi/usr/share/cups/ppd-updaters/rastertosag-gdi
1413 ifeq ($(derives_from_ubuntu),yes)
1514 # Install the apport hook on Ubuntu and derivatives
16 install -D -m 644 debian/ubuntu/apport-hook.py $(CURDIR)/debian/rastertosag-gdi/usr/share/apport/package-hooks/source_rastertosag-gdi.py
15 install -D -m 644 debian/ubuntu/apport-hook.py $(CURDIR)/debian/printer-driver-sag-gdi/usr/share/apport/package-hooks/source_rastertosag-gdi.py
1716 endif