[pkg-nvidia-devel] r760 - in /packages/nvidia-graphics-drivers/trunk: debian.binary/rules debian/changelog

rra at users.alioth.debian.org rra at users.alioth.debian.org
Wed Apr 7 04:36:13 UTC 2010


Author: rra
Date: Wed Apr  7 04:36:12 2010
New Revision: 760

URL: http://svn.debian.org/wsvn/pkg-nvidia/?sc=1&rev=760
Log:
Do not use $(ROOT_CMD) in kdist_config

* Do not run configure under $(ROOT_CMD) in kdist_config.  kdist_build
  already runs that target under $(ROOT_CMD), so this provokes errors
  from fakeroot about nesting invocations.  Nothing this target does
  requires fakeroot.  Thanks, Bastian Kleineidam.  (Closes:  #416594)

Modified:
    packages/nvidia-graphics-drivers/trunk/debian.binary/rules
    packages/nvidia-graphics-drivers/trunk/debian/changelog

Modified: packages/nvidia-graphics-drivers/trunk/debian.binary/rules
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/trunk/debian.binary/rules?rev=760&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/trunk/debian.binary/rules (original)
+++ packages/nvidia-graphics-drivers/trunk/debian.binary/rules Wed Apr  7 04:36:12 2010
@@ -93,7 +93,7 @@
 # should configure the module so it is ready for compilation (mostly
 # useful for calling configure)
 kdist_config kdist_configure:
-	    $(ROOT_CMD) $(MAKE) $(MFLAGS) -f debian/rules configure
+	$(MAKE) $(MFLAGS) -f debian/rules configure
 
 # the kdist_clean target is called by make-kpkg modules_clean. It is
 # responsible for cleaning up any changes that have been made by the

Modified: packages/nvidia-graphics-drivers/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/trunk/debian/changelog?rev=760&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/trunk/debian/changelog (original)
+++ packages/nvidia-graphics-drivers/trunk/debian/changelog Wed Apr  7 04:36:12 2010
@@ -10,6 +10,12 @@
   * Fix installation of libvdpau_nvidia.so.* for nvidia-vdpau-driver-ia32
     package.
   * Add myself to Uploaders field in answer to bug #568952.
+
+  [ Russ Allbery ]
+  * Do not run configure under $(ROOT_CMD) in kdist_config.  kdist_build
+    already runs that target under $(ROOT_CMD), so this provokes errors
+    from fakeroot about nesting invocations.  Nothing this target does
+    requires fakeroot.  Thanks, Bastian Kleineidam.  (Closes:  #416594)
 
  -- Andres Mejia <mcitadel at gmail.com>  Thu, 18 Mar 2010 18:44:40 -0400
 




More information about the Pkg-nvidia-devel mailing list