[pkg-nvidia-devel] r805 - in /packages/nvidia-graphics-drivers/trunk: debian.binary/rules debian/changelog debian/control
rra at users.alioth.debian.org
rra at users.alioth.debian.org
Fri Apr 9 08:28:50 UTC 2010
Author: rra
Date: Fri Apr 9 08:28:45 2010
New Revision: 805
URL: http://svn.debian.org/wsvn/pkg-nvidia/?sc=1&rev=805
Log:
Make nvidia-kernel-source depend on module-assistant
* Make nvidia-kernel-source depend on module-assistant. At least for
right now, it uses the make fragments provided by module-assistant to
implement required rules for the module building interface.
Modified:
packages/nvidia-graphics-drivers/trunk/debian.binary/rules
packages/nvidia-graphics-drivers/trunk/debian/changelog
packages/nvidia-graphics-drivers/trunk/debian/control
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=805&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/trunk/debian.binary/rules (original)
+++ packages/nvidia-graphics-drivers/trunk/debian.binary/rules Fri Apr 9 08:28:45 2010
@@ -19,8 +19,8 @@
# Prefix of the target package name
PACKAGE = nvidia-kernel
--include /usr/share/modass/include/generic.make
--include /usr/share/modass/include/common-rules.make
+include /usr/share/modass/include/generic.make
+include /usr/share/modass/include/common-rules.make
configure:
sed 's/#KVERS#/$(KVERS)/g' debian/control.template > $(CURDIR)/debian/control
Modified: packages/nvidia-graphics-drivers/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/trunk/debian/changelog?rev=805&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/trunk/debian/changelog (original)
+++ packages/nvidia-graphics-drivers/trunk/debian/changelog Fri Apr 9 08:28:45 2010
@@ -6,6 +6,9 @@
* Remove empty postrm from generated module packages.
* Tell update-rc.d to only start the nvidia-glx script and not create
stop links, matching the LSB script header.
+ * Make nvidia-kernel-source depend on module-assistant. At least for
+ right now, it uses the make fragments provided by module-assistant to
+ implement required rules for the module building interface.
-- Russ Allbery <rra at debian.org> Fri, 09 Apr 2010 01:11:41 -0700
Modified: packages/nvidia-graphics-drivers/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers/trunk/debian/control?rev=805&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers/trunk/debian/control (original)
+++ packages/nvidia-graphics-drivers/trunk/debian/control Fri Apr 9 08:28:45 2010
@@ -164,8 +164,9 @@
Package: nvidia-kernel-source
Section: non-free/kernel
Architecture: i386 amd64
-Depends: debhelper (>> 4.0.0), make, sed (>> 3.0), quilt (>= 0.46-7~), ${misc:Depends}
-Recommends: nvidia-glx (>= ${nvidia:Version}), kernel-package (>= 8.082), module-assistant, devscripts
+Depends: debhelper (>> 4.0.0), make, sed (>> 3.0), quilt (>= 0.46-7~),
+ module-assistant, ${misc:Depends}
+Recommends: nvidia-glx (>= ${nvidia:Version}), kernel-package (>= 8.082), devscripts
Conflicts: nvidia-kernel-src
Replaces: nvidia-kernel-src
Description: NVIDIA binary kernel module source
More information about the Pkg-nvidia-devel
mailing list