[pkg-nvidia-devel] r1390 - in /packages/nvidia-graphics-drivers/trunk/debian: changelog module/debian/genchanges

rra at users.alioth.debian.org rra at users.alioth.debian.org
Mon Jul 26 22:26:27 UTC 2010


Author: rra
Date: Mon Jul 26 22:26:27 2010
New Revision: 1390

URL: http://svn.debian.org/wsvn/pkg-nvidia/?sc=1&rev=1390
Log:
Fix nvidia-kernel-source's determination of *.changes file name

* Fix determination of the package name in nvidia-kernel-source when
  generating *.changes files.  (Closes: #589949)

Modified:
    packages/nvidia-graphics-drivers/trunk/debian/changelog
    packages/nvidia-graphics-drivers/trunk/debian/module/debian/genchanges

Modified: packages/nvidia-graphics-drivers/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/trunk/debian/changelog?rev=1390&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/trunk/debian/changelog (original)
+++ packages/nvidia-graphics-drivers/trunk/debian/changelog Mon Jul 26 22:26:27 2010
@@ -40,6 +40,10 @@
   * Add helper script debian/extract-pci-ids.sh to extract the PCI IDs of
     supported devices from nv-kernel.o.  Based on the nvidia_supported script
     found in Ubuntu's nvidia-current package.  Refresh nv-kernel.ids.
+
+  [ Russ Allbery ]
+  * Fix determination of the package name in nvidia-kernel-source when
+    generating *.changes files.  (Closes: #589949)
 
  -- Andreas Beckmann <debian at abeckmann.de>  Wed, 23 Jun 2010 08:33:44 +0200
 

Modified: packages/nvidia-graphics-drivers/trunk/debian/module/debian/genchanges
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/trunk/debian/module/debian/genchanges?rev=1390&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/trunk/debian/module/debian/genchanges (original)
+++ packages/nvidia-graphics-drivers/trunk/debian/module/debian/genchanges Mon Jul 26 22:26:27 2010
@@ -10,7 +10,7 @@
 
 set -e
 
-PREFIX=`grep Package: debian/control.module | cut -d' ' -f 2 | cut -d\# -f 1`
+PREFIX=`grep Package: debian/control.template | cut -d' ' -f 2 | cut -d\# -f 1`
 VERSION="${KVERS}${INT_SUBARCH}"
 MODVERS=`cat debian/VERSION | sed s/:/\+/`
 ARCH=`dpkg --print-architecture`




More information about the Pkg-nvidia-devel mailing list