Codebase list c2050 / 0709d0c
Merge changes from Ubuntu Marco Nenciarini 12 years ago
4 changed file(s) with 32 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
0 c2050 (0.3b-2) unstable; urgency=low
1
2 * Merge changes from Ubuntu. (Closes: #539650, #601261, #626290)
3
4 -- Marco Nenciarini <mnencia@debian.org> Mon, 30 May 2011 15:57:58 +0200
5
6 c2050 (0.3b-1ubuntu1) maverick; urgency=low
7
8 * debian/control: Cleaned up dependencies: Do not depend on the transitional
9 package gs, the package's name is ghostscript now. Recommend
10 foomatic-db-compressed-ppds and foomatic-db only as alternative. Also do
11 not suggest the obsolete package foomatic-filters-ppds.
12
13 * debian/rules, debian/local/apport-hook.py: Added apport hook.
14
15 -- Till Kamppeter <till.kamppeter@gmail.com> Tue, 31 Aug 2010 20:24:45 +0200
16
017 c2050 (0.3b-1) unstable; urgency=low
118
219 * New upstream release
66
77 Package: c2050
88 Architecture: any
9 Depends: ${shlibs:Depends}, gs
10 Recommends: foomatic-db
11 Enhances: foomatic-db
12 Suggests: a2ps, foomatic-filters-ppds
9 Depends: ${shlibs:Depends}, ghostscript
10 Recommends: foomatic-db-compressed-ppds | foomatic-db
11 Suggests: a2ps
1312 Description: Lexmark 2050 Color Jetprinter Linux Driver
1413 Filter to convert a Postscript file to Lexmark 2050 format.
1514 .
0 '''apport package hook for c2050
1
2 (c) 2009 Canonical Ltd.
3 Author: Brian Murray <brian@ubuntu.com>
4 '''
5
6 from apport.hookutils import *
7
8 def add_info(report):
9 attach_hardware(report)
10 attach_printing(report)
88 configure-stamp:
99 dh_testdir
1010 # Add here commands to configure the package.
11
1211
1312 touch configure-stamp
1413
4039
4140 # Add here commands to install the package into debian/c2050.
4241 $(MAKE) install DESTDIR=$(CURDIR)/debian/c2050
43
42 install -D -m 644 debian/local/apport-hook.py $(CURDIR)/debian/c2050/usr/share/apport/package-hooks/source_c2050.py
4443
4544 # Build architecture-independent files here.
4645 binary-indep: build install