[pkg-nvidia-devel] r571 - in /packages/nvidia-graphics-drivers-legacy-173xx/trunk: debian/rules patches.h
rdonald at users.alioth.debian.org
rdonald at users.alioth.debian.org
Mon Jul 27 19:14:18 UTC 2009
Author: rdonald
Date: Mon Jul 27 19:14:17 2009
New Revision: 571
URL: http://svn.debian.org/wsvn/pkg-nvidia/?sc=1&rev=571
Log:
add patches.h
Added:
packages/nvidia-graphics-drivers-legacy-173xx/trunk/patches.h
Modified:
packages/nvidia-graphics-drivers-legacy-173xx/trunk/debian/rules
Modified: packages/nvidia-graphics-drivers-legacy-173xx/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers-legacy-173xx/trunk/debian/rules?rev=571&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers-legacy-173xx/trunk/debian/rules (original)
+++ packages/nvidia-graphics-drivers-legacy-173xx/trunk/debian/rules Mon Jul 27 19:14:17 2009
@@ -122,7 +122,8 @@
# We have new conftest files that work purely with kbuild and doesn't require root
cp $(CURDIR)/Makefile $(CURDIR)/conftest.* $(CURDIR)/debian/temp/modules/nvidia-kernel$(LEGACY)/
-
+ cp $(CURDIR)/patches.h $(CURDIR)/debian/temp/modules/nvidia-kernel$(LEGACY)/
+
# Fix permissions
chmod 755 $(CURDIR)/debian/temp/modules/nvidia-kernel$(LEGACY)/debian/rules
chown -R root:src $(CURDIR)/debian/temp/modules
Added: packages/nvidia-graphics-drivers-legacy-173xx/trunk/patches.h
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers-legacy-173xx/trunk/patches.h?rev=571&op=file
==============================================================================
--- packages/nvidia-graphics-drivers-legacy-173xx/trunk/patches.h (added)
+++ packages/nvidia-graphics-drivers-legacy-173xx/trunk/patches.h Mon Jul 27 19:14:17 2009
@@ -1,0 +1,5 @@
+static struct {
+ const char *short_description;
+ const char *description;
+} __nv_patches[] = {
+{ NULL, NULL } };
More information about the Pkg-nvidia-devel
mailing list