diff -Nru splix-2.0.0+svn300/debian/changelog splix-2.0.0+svn300/debian/changelog --- splix-2.0.0+svn300/debian/changelog 2012-02-14 12:32:52.000000000 +0000 +++ splix-2.0.0+svn300/debian/changelog 2012-03-06 08:20:53.000000000 +0000 @@ -1,3 +1,10 @@ +splix (2.0.0+svn300-1.1ubuntu2) precise; urgency=low + + * debian/rules: Removed PPD files for the Samsung CLP-610 and CLP-610ND, + these printers do not work with SpliX (LP: #898986). + + -- Till Kamppeter Tue, 6 Mar 2012 09:20:00 +0100 + splix (2.0.0+svn300-1.1ubuntu1) precise; urgency=low * Merge from debian unstable. Remaining changes: diff -Nru splix-2.0.0+svn300/debian/rules splix-2.0.0+svn300/debian/rules --- splix-2.0.0+svn300/debian/rules 2012-02-14 12:35:30.000000000 +0000 +++ splix-2.0.0+svn300/debian/rules 2012-03-05 23:48:22.000000000 +0000 @@ -42,13 +42,15 @@ # Also supply paths to libjbig85 here, as otherwise "make" falls into # infinite loop $(MAKE) OPTIM_CXXFLAGS="$(CXXFLAGS) -I`pwd`/debian/local/jbigkit-libjbig85/" rastertoqpdl_LDFLAGS="$(LDFLAGS) -L`pwd`/debian/local/jbigkit-libjbig85/" V=1 DESTDIR=$(CURDIR)/debian/printer-driver-splix CUPSPPD=/usr/share/ppd/splix install + # Remove the PPD files for the Samsung CLP-610 and CLP-610ND, these + # printers do not work with SpliX + rm debian/printer-driver-splix/usr/share/ppd/splix/samsung/clp610*.ppd # Compress the PPD files with pyppd dh_pyppd -pprinter-driver-splix # Install the ppd updater data file so that CUPS can update the # PPDs of the already existing queues after each update of the # splix package install -D --mode=644 debian/splix.ppd-updater $(CURDIR)/debian/printer-driver-splix/usr/share/cups/ppd-updaters/splix.ppd-updater - # 10 times smaller. # Install Apport hook install -D -m 644 debian/local/apport-hook.py $(CURDIR)/debian/printer-driver-splix/usr/share/apport/package-hooks/source_splix.py