[pkg-nvidia-devel] r1294 - in /packages/nvidia-graphics-drivers-legacy-173xx/trunk/debian: changelog nvidia-glx.postinst nvidia-glx.postrm nvidia-glx.preinst

anbe-guest at users.alioth.debian.org anbe-guest at users.alioth.debian.org
Sun Jul 4 17:52:14 UTC 2010


Author: anbe-guest
Date: Sun Jul  4 17:52:12 2010
New Revision: 1294

URL: http://svn.debian.org/wsvn/pkg-nvidia/?sc=1&rev=1294
Log:
retry removing the init script and defaults file

Modified:
    packages/nvidia-graphics-drivers-legacy-173xx/trunk/debian/changelog
    packages/nvidia-graphics-drivers-legacy-173xx/trunk/debian/nvidia-glx.postinst
    packages/nvidia-graphics-drivers-legacy-173xx/trunk/debian/nvidia-glx.postrm
    packages/nvidia-graphics-drivers-legacy-173xx/trunk/debian/nvidia-glx.preinst

Modified: packages/nvidia-graphics-drivers-legacy-173xx/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers-legacy-173xx/trunk/debian/changelog?rev=1294&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers-legacy-173xx/trunk/debian/changelog (original)
+++ packages/nvidia-graphics-drivers-legacy-173xx/trunk/debian/changelog Sun Jul  4 17:52:12 2010
@@ -18,6 +18,7 @@
     - lots of small fixes and cleanup
   * only list the GPUs supported in this legacy series for the last time in
     the long description, do not list models in the libgl1-nvidia* packages
+  * really remove the init script and defaults file
 
  -- Andreas Beckmann <debian at abeckmann.de>  Tue, 29 Jun 2010 13:51:58 +0200
 

Modified: packages/nvidia-graphics-drivers-legacy-173xx/trunk/debian/nvidia-glx.postinst
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers-legacy-173xx/trunk/debian/nvidia-glx.postinst?rev=1294&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers-legacy-173xx/trunk/debian/nvidia-glx.postinst (original)
+++ packages/nvidia-graphics-drivers-legacy-173xx/trunk/debian/nvidia-glx.postinst Sun Jul  4 17:52:12 2010
@@ -3,8 +3,8 @@
 
 
 # <target: squeeze>
-dpkg-maintscript-helper rm_conffile /etc/default/nvidia-glx 173.14.25-2~ -- "$@"
-dpkg-maintscript-helper rm_conffile /etc/init.d/nvidia-glx 173.14.25-2~ -- "$@"
+dpkg-maintscript-helper rm_conffile /etc/default/$DPKG_MAINTSCRIPT_PACKAGE 173.14.25-3~ -- "$@"
+dpkg-maintscript-helper rm_conffile /etc/init.d/$DPKG_MAINTSCRIPT_PACKAGE 173.14.25-3~ -- "$@"
 # </target: squeeze>
 
 
@@ -12,15 +12,15 @@
     configure)
 
 	# <target: squeeze>
-	if dpkg --compare-versions "$2" lt-nl 173.14.25-2 ; then
-	    update-rc.d nvidia-glx remove || true
+	if dpkg --compare-versions "$2" lt-nl 173.14.25-3 ; then
+	    update-rc.d $DPKG_MAINTSCRIPT_PACKAGE remove || true
 	fi
 	# </target: squeeze>
 
 	# <target: squeeze>
-        if dpkg --compare-versions "$2" lt-nl 173.14.25-2 ; then
-	    if [ -f /etc/default/nvidia-glx.dpkg-new ]; then
-		rm -f /etc/default/nvidia-glx.dpkg-new
+        if dpkg --compare-versions "$2" lt-nl 173.14.25-3 ; then
+	    if [ -f /etc/default/$DPKG_MAINTSCRIPT_PACKAGE.dpkg-new ]; then
+		rm -f /etc/default/$DPKG_MAINTSCRIPT_PACKAGE.dpkg-new
 	    fi
 	fi
 	# </target: squeeze>

Modified: packages/nvidia-graphics-drivers-legacy-173xx/trunk/debian/nvidia-glx.postrm
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers-legacy-173xx/trunk/debian/nvidia-glx.postrm?rev=1294&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers-legacy-173xx/trunk/debian/nvidia-glx.postrm (original)
+++ packages/nvidia-graphics-drivers-legacy-173xx/trunk/debian/nvidia-glx.postrm Sun Jul  4 17:52:12 2010
@@ -5,8 +5,8 @@
 #DIVERT_QUIET="--quiet"
 
 # <target: squeeze>
-dpkg-maintscript-helper rm_conffile /etc/default/nvidia-glx 173.14.25-2~ -- "$@"
-dpkg-maintscript-helper rm_conffile /etc/init.d/nvidia-glx 173.14.25-2~ -- "$@"
+dpkg-maintscript-helper rm_conffile /etc/default/$DPKG_MAINTSCRIPT_PACKAGE 173.14.25-3~ -- "$@"
+dpkg-maintscript-helper rm_conffile /etc/init.d/$DPKG_MAINTSCRIPT_PACKAGE 173.14.25-3~ -- "$@"
 # </target: squeeze>
 
 

Modified: packages/nvidia-graphics-drivers-legacy-173xx/trunk/debian/nvidia-glx.preinst
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers-legacy-173xx/trunk/debian/nvidia-glx.preinst?rev=1294&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers-legacy-173xx/trunk/debian/nvidia-glx.preinst (original)
+++ packages/nvidia-graphics-drivers-legacy-173xx/trunk/debian/nvidia-glx.preinst Sun Jul  4 17:52:12 2010
@@ -5,8 +5,8 @@
 #DIVERT_QUIET="--quiet"
 
 # <target: squeeze>
-dpkg-maintscript-helper rm_conffile /etc/default/nvidia-glx 173.14.25-2~ -- "$@"
-dpkg-maintscript-helper rm_conffile /etc/init.d/nvidia-glx 173.14.25-2~ -- "$@"
+dpkg-maintscript-helper rm_conffile /etc/default/$DPKG_MAINTSCRIPT_PACKAGE 173.14.25-3~ -- "$@"
+dpkg-maintscript-helper rm_conffile /etc/init.d/$DPKG_MAINTSCRIPT_PACKAGE 173.14.25-3~ -- "$@"
 # </target: squeeze>
 
 




More information about the Pkg-nvidia-devel mailing list