[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#363054: marked as done (linuxprinting.org-ppds should only contain PostScript PPDs)



Your message dated Thu, 30 Jan 2020 21:48:45 +0100
with message-id <2254476.uLmtk3aC0U@odyx.org>
and subject line Re: Bug#363054: linuxprinting.org-ppds should only contain PostScript PPDs
has caused the Debian Bug report #363054,
regarding linuxprinting.org-ppds should only contain PostScript PPDs
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
363054: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=363054
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: linuxprinting.org-ppds
Version: 20060408-1
Tags: patch

linuxprinting.org-ppds should only contain PostScript PPDs.
Currently there are manufacturer provided non-PostScript PPDs in this package (e.g. PXL PPDs under Ricoh, Savin, NRG, ...) which belong in package foomatic-filters-ppds. These can easily be deleted by looking for PPDs which have "FoomaticRIPCommandLine" inside.
A patch is provided in attachment.

Regards,
Pascal De Vuyst
--- debian/rules.orig	2006-04-15 15:03:47.000000000 +0200
+++ debian/rules	2006-04-15 15:06:05.000000000 +0200
@@ -74,6 +74,10 @@
 
 	# And move them all into linuxprinting.org-ppds
 	mv $(CURDIR)/debian/foomatic-db/usr/share/ppd $(CURDIR)/debian/linuxprinting.org-ppds/usr/share
+
+	# Delete non-PostScript PPDs
+	(cd $(CURDIR)/debian/linuxprinting.org-ppds/usr/share/ppd/postscript; mfrs=`echo *`; for mfr in $$mfrs; do cd $(CURDIR)/debian/linuxprinting.org-ppds/usr/share/ppd/postscript/$$mfr; zgrep -l 'FoomaticRIPCommandLine' * >> nonps; rm -f `cat nonps`; rm nonps; done)
+
 	# And remove them from foomatic-db
 	rm -rf $(CURDIR)/debian/foomatic-db/usr/share/foomatic/db/source/PPD
 

--- End Message ---
--- Begin Message ---
Control: tags -1 +wontfix

Le lundi, 17 avril 2006, 13.13:56 h CET Pascal De Vuyst a écrit :
> linuxprinting.org-ppds should only contain PostScript PPDs.

This is a train long gone, and not something I'm going to change; sorry. 
Closing as wontfix.

Cheers,
    OdyX

Attachment: signature.asc
Description: This is a digitally signed message part.


--- End Message ---

Reply to: