[Pkg-cups-devel] r270 - cupsys/branches/cups-1.2/debian

Kenshi Muto kmuto at costa.debian.org
Sun Jun 18 12:29:33 UTC 2006


Author: kmuto
Date: Sun Jun 18 12:29:32 2006
New Revision: 270

Modified:
   cupsys/branches/cups-1.2/debian/changelog
   cupsys/branches/cups-1.2/debian/rules

Log:
make symlink /usr/share/ppd/cups-transitional-dir -> /usr/share/cups/ppd for the compatibility. (this makes duplicate entries, so this is just for the transitional stage)

Modified: cupsys/branches/cups-1.2/debian/changelog
==============================================================================
--- cupsys/branches/cups-1.2/debian/changelog	(original)
+++ cupsys/branches/cups-1.2/debian/changelog	Sun Jun 18 12:29:32 2006
@@ -3,10 +3,14 @@
   [Kenshi Muto]
   * Apply upstream svn change r5673.
     - Remove unnecessary %s from dirsvc.c and will solve a mysterious
-      cupsd crash. Thanks Neil. (closes: #372696)
+      cupsd crash. Thanks Neil. (closes: #372696, #370611)
     - Support again * character as IP address. (closes: #372291)
   * Improve the wording of NEWS file, thanks Tomas (closes: #372256)
   * 53_usr_share_ppd_support: Use /usr/share/ppd as PPD path.
+    (closes: #365300, #373722)
+    Make symlink /usr/share/ppd/cups-transitional-dir -> /usr/share/cups/ppd
+    for keeping a compatibility. We'll migrate all of PPD files to
+    /usr/share/ppd in the future.
   * Update debconf translations:
     - Danish (closes: #371170)
     - French (closes: #372714) 

Modified: cupsys/branches/cups-1.2/debian/rules
==============================================================================
--- cupsys/branches/cups-1.2/debian/rules	(original)
+++ cupsys/branches/cups-1.2/debian/rules	Sun Jun 18 12:29:32 2006
@@ -66,6 +66,7 @@
 
 	# Compatibility for programs which still look in the old location
 	ln -s ../../ppd/cups-included $(DEB_DESTDIR)/../cupsys/usr/share/cups/model/cups-included
+	ln -s ../cups/model $(DEB_DESTDIR)/../cupsys/usr/share/ppd/cups-transitional-dir
 
 binary-post-install/libcupsimage2-dev::
 	rm -r debian/libcupsimage2-dev/usr/share/doc/libcupsimage2-dev



More information about the Pkg-cups-devel mailing list