[Pkg-cups-devel] r334 - cupsys/branches/cups-1.2-ubuntu/debian/patches

Martin Pitt mpitt at costa.debian.org
Mon Jul 24 09:25:29 UTC 2006


Author: mpitt
Date: Mon Jul 24 09:25:28 2006
New Revision: 334

Modified:
   cupsys/branches/cups-1.2-ubuntu/debian/patches/54_cups-config_modeldir.dpatch

Log:
fix 54_cups-config_modeldir.dpatch for real

Modified: cupsys/branches/cups-1.2-ubuntu/debian/patches/54_cups-config_modeldir.dpatch
==============================================================================
--- cupsys/branches/cups-1.2-ubuntu/debian/patches/54_cups-config_modeldir.dpatch	(original)
+++ cupsys/branches/cups-1.2-ubuntu/debian/patches/54_cups-config_modeldir.dpatch	Mon Jul 24 09:25:28 2006
@@ -5,10 +5,10 @@
 ## DP: No description.
 
 @DPATCH@
-diff -urNad cupsys-1.1.99.b1.r4929~/cups-config.in cupsys-1.1.99.b1.r4929/cups-config.in
---- cupsys-1.1.99.b1.r4929~/cups-config.in	2005-10-19 15:48:06.000000000 +0200
-+++ cupsys-1.1.99.b1.r4929/cups-config.in	2006-04-07 16:04:46.000000000 +0200
-@@ -61,6 +61,7 @@
+diff -urNad cups-1.2-ubuntu~/cups-config.in cups-1.2-ubuntu/cups-config.in
+--- cups-1.2-ubuntu~/cups-config.in	2006-07-24 11:24:14.000000000 +0200
++++ cups-1.2-ubuntu/cups-config.in	2006-07-24 11:24:37.000000000 +0200
+@@ -77,6 +77,7 @@
      echo "       cups-config [--image] [--static] --libs"
      echo "       cups-config --serverbin"
      echo "       cups-config --serverroot"
@@ -16,12 +16,13 @@
      echo "       cups-config --version"
  
      exit $1
-@@ -118,6 +119,8 @@
- 	--static)
- 	    static=yes
+@@ -138,6 +139,9 @@
+ 	        static=yes
+ 	    fi
  	    ;;
 +        --modeldir)
 +	    echo /usr/share/ppd
++	    ;;
  	--version)
  	    echo $VERSION
  	    ;;



More information about the Pkg-cups-devel mailing list