[Pkg-cups-devel] r774 - in cupsys/trunk: . debian
Martin Pitt
mpitt at alioth.debian.org
Tue Apr 29 22:21:34 UTC 2008
Author: mpitt
Date: Tue Apr 29 22:21:33 2008
New Revision: 774
Log:
* debian/cupsys.install: Install oopstops.{convs,types} in /etc/cups, they
do not work in /usr/share/cups/mime (loaded too early). (Closes: #474109)
Modified:
cupsys/trunk/ (props changed)
cupsys/trunk/debian/changelog
cupsys/trunk/debian/cupsys.install
Modified: cupsys/trunk/debian/changelog
==============================================================================
--- cupsys/trunk/debian/changelog (original)
+++ cupsys/trunk/debian/changelog Tue Apr 29 22:21:33 2008
@@ -1,3 +1,10 @@
+cupsys (1.3.7-6) UNRELEASED; urgency=low
+
+ * debian/cupsys.install: Install oopstops.{convs,types} in /etc/cups, they
+ do not work in /usr/share/cups/mime (loaded too early). (Closes: #474109)
+
+ -- Martin Pitt <mpitt at debian.org> Wed, 30 Apr 2008 00:12:37 +0200
+
cupsys (1.3.7-5) unstable; urgency=low
* debian/cupsys-bsd.install: Remove daemon/cups-lpd. It really does not
Modified: cupsys/trunk/debian/cupsys.install
==============================================================================
--- cupsys/trunk/debian/cupsys.install (original)
+++ cupsys/trunk/debian/cupsys.install Tue Apr 29 22:21:33 2008
@@ -37,7 +37,7 @@
../local/backends/* usr/lib/cups/backend-available/
../local/filters/* usr/lib/cups/filter/
../local/*.ppd usr/share/ppd/cups-included/
-../local/*.types usr/share/cups/mime/
-../local/*.convs usr/share/cups/mime/
+../local/*.types etc/cups/
+../local/*.convs etc/cups/
../local/pdftops.conf etc/cups/
../local/acroread.conf etc/cups/
More information about the Pkg-cups-devel
mailing list