diff -u min12xxw-0.0.9/debian/rules min12xxw-0.0.9/debian/rules --- min12xxw-0.0.9/debian/rules +++ min12xxw-0.0.9/debian/rules @@ -52,7 +52,8 @@ dh_clean -k dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/min12xxw - + # Install Apport hook + install -D -m 644 debian/local/apport-hook.py $(CURDIR)/debian/min12xxw/usr/share/apport/package-hooks/source_min12xxw.py binary-indep: build install diff -u min12xxw-0.0.9/debian/changelog min12xxw-0.0.9/debian/changelog --- min12xxw-0.0.9/debian/changelog +++ min12xxw-0.0.9/debian/changelog @@ -1,3 +1,13 @@ +min12xxw (0.0.9-2ubuntu1) karmic; urgency=low + + * Merge from debian unstable, remaining changes (LP: #384653): + - debian/local/apport-hook.py, debian/rules: Added apport hook + - debian/control: Don't recommend foomatic-filters-ppds as it is not in + Ubuntu + * debian/copyright: Add copyright for apport hook + + -- Nick Ellery Sat, 13 Jun 2009 10:08:07 -0700 + min12xxw (0.0.9-2) unstable; urgency=low * debian/control: @@ -24,5 +34,24 @@ +min12xxw (0.0.9-1ubuntu2) jaunty; urgency=low + + * debian/local/apport-hook.py, debian/rules: Added apport hook (LP: #338442). + + -- Till Kamppeter Thu, 26 Mar 2009 17:20:50 +0100 + +min12xxw (0.0.9-1ubuntu1) intrepid; urgency=low + + * debian/control: Updated "Recommends:" for the current packages. + + -- Till Kamppeter Wed, 13 Aug 2008 18:22:51 +0200 + +min12xxw (0.0.9-1build1) feisty; urgency=low + + * Rebuild for changes in the amd64 toolchain. + + -- Matthias Klose Mon, 5 Mar 2007 01:22:51 +0000 + min12xxw (0.0.9-1) unstable; urgency=low * Initial release (closes: #334093). -- Stefan Potyra Fri, 6 Jan 2006 14:39:50 +0100 + diff -u min12xxw-0.0.9/debian/copyright min12xxw-0.0.9/debian/copyright --- min12xxw-0.0.9/debian/copyright +++ min12xxw-0.0.9/debian/copyright @@ -10,6 +10,7 @@ Except: getopt.c, getopt1.c, getopt.h: Copyright (C) 1989-99 Free Software Foundation, Inc. +debian/local/apport-hook.py: Copyright (C) 2009 Canonical Ltd. / Brian Murray. Packaging: Copyright (C) 2006-2009 by Stefan Potyra . diff -u min12xxw-0.0.9/debian/control min12xxw-0.0.9/debian/control --- min12xxw-0.0.9/debian/control +++ min12xxw-0.0.9/debian/control @@ -11,7 +11,7 @@ Package: min12xxw Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: cups, foomatic-db, foomatic-db-engine, foomatic-filters-ppds +Recommends: cups, foomatic-db, foomatic-db-engine Description: Printer driver for KonicaMinolta PagePro 1[234]xxW A cups/foomatic printer driver for the KonicaMinolta PagePro 1200W, 1250W, 1300W, 1350W and 1400W. only in patch2: unchanged: --- min12xxw-0.0.9.orig/debian/local/apport-hook.py +++ min12xxw-0.0.9/debian/local/apport-hook.py @@ -0,0 +1,11 @@ +'''apport package hook for min12xxw + +(c) 2009 Canonical Ltd. +Author: Brian Murray +''' + +from apport.hookutils import * + +def add_info(report): + attach_hardware(report) + attach_printing(report)