[pkg-nvidia-devel] r1185 - in /packages/nvidia-graphics-drivers-legacy-96xx/trunk: debian.binary/patches/ debian.binary/rules debian/changelog debian/control.in debian/rules patches/

anbe-guest at users.alioth.debian.org anbe-guest at users.alioth.debian.org
Sun Jun 27 23:49:32 UTC 2010


Author: anbe-guest
Date: Sun Jun 27 23:49:31 2010
New Revision: 1185

URL: http://svn.debian.org/wsvn/pkg-nvidia/?sc=1&rev=1185
Log:
drop ancient patches and unused patch systems

Removed:
    packages/nvidia-graphics-drivers-legacy-96xx/trunk/debian.binary/patches/
    packages/nvidia-graphics-drivers-legacy-96xx/trunk/patches/
Modified:
    packages/nvidia-graphics-drivers-legacy-96xx/trunk/debian.binary/rules
    packages/nvidia-graphics-drivers-legacy-96xx/trunk/debian/changelog
    packages/nvidia-graphics-drivers-legacy-96xx/trunk/debian/control.in
    packages/nvidia-graphics-drivers-legacy-96xx/trunk/debian/rules

Modified: packages/nvidia-graphics-drivers-legacy-96xx/trunk/debian.binary/rules
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers-legacy-96xx/trunk/debian.binary/rules?rev=1185&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers-legacy-96xx/trunk/debian.binary/rules (original)
+++ packages/nvidia-graphics-drivers-legacy-96xx/trunk/debian.binary/rules Sun Jun 27 23:49:31 2010
@@ -54,7 +54,7 @@
 	dh_builddeb  --destdir=$(KPKG_DEST_DIR)
 	dh_prep
 
-clean:   unpatch
+clean:
 	if [ -f $(CURDIR)/debian/control.template ]; then \
 		cp  $(CURDIR)/debian/control.template $(CURDIR)/debian/control; \
 	fi
@@ -75,14 +75,6 @@
 	-rm $(CURDIR)/debian/override
 
 
-unpatch: 
-	if [ -e patch-stamp ]; then \
-	   dpatch deapply-all ; \
-	   rm -rf patch-stamp debian/patched ; \
-	fi
-
-	
-	   
 
 # The kdist_configure target is called by make-kpkg modules_config. It
 # should configure the module so it is ready for compilation (mostly

Modified: packages/nvidia-graphics-drivers-legacy-96xx/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers-legacy-96xx/trunk/debian/changelog?rev=1185&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers-legacy-96xx/trunk/debian/changelog (original)
+++ packages/nvidia-graphics-drivers-legacy-96xx/trunk/debian/changelog Sun Jun 27 23:49:31 2010
@@ -4,6 +4,7 @@
   * synchronize packaging with nvidia-graphics-drivers 195.36.24-? and
     nvidia-graphics-drivers-legacy-173xx 173.14.25-?
     - remove old cruft
+    - drop ancient patches and unused patch systems
 
  -- Andreas Beckmann <debian at abeckmann.de>  Mon, 28 Jun 2010 01:29:49 +0200
 

Modified: packages/nvidia-graphics-drivers-legacy-96xx/trunk/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers-legacy-96xx/trunk/debian/control.in?rev=1185&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers-legacy-96xx/trunk/debian/control.in (original)
+++ packages/nvidia-graphics-drivers-legacy-96xx/trunk/debian/control.in Sun Jun 27 23:49:31 2010
@@ -66,7 +66,7 @@
 
 Package: nvidia-kernel-legacy-96xx-source
 Architecture: i386 amd64
-Depends: debhelper (>> 4.0.0), make, sed (>> 3.0), dpatch (>= 2.0.0)
+Depends: debhelper (>> 4.0.0), make, sed (>> 3.0)
 Recommends: nvidia-glx-legacy-96xx (>= #VERSION#), kernel-package (>= 8.082), devscripts
 Conflicts: nvidia-kernel-src, nvidia-kernel-legacy-source
 Replaces: nvidia-kernel-src, nvidia-kernel-legacy-source

Modified: packages/nvidia-graphics-drivers-legacy-96xx/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-nvidia/packages/nvidia-graphics-drivers-legacy-96xx/trunk/debian/rules?rev=1185&op=diff
==============================================================================
--- packages/nvidia-graphics-drivers-legacy-96xx/trunk/debian/rules (original)
+++ packages/nvidia-graphics-drivers-legacy-96xx/trunk/debian/rules Sun Jun 27 23:49:31 2010
@@ -60,15 +60,6 @@
 	# extract both so we can fetch the kernel object code for both arches
 	./${filename_x86} --extract-only
 	./${filename_x86_64} --extract-only
-	if test -d $(CURDIR)/patches; \
-	then \
-		pwd; \
-		ls -al; \
-		cd $(dirname)/usr/src/nv; \
-#		for i in $(CURDIR)/patches/*; \
-#			do patch -p3 <$$i; \
-#		done; \
-	fi
 
 	sed 's/^nvidia-graphics-drivers$(LEGACY)/nvidia-kernel$(LEGACY)/g'  debian/changelog > debian.binary/changelog
 
@@ -107,7 +98,6 @@
 		chmod 0644 $(CURDIR)/debian/temp/modules/nvidia-kernel$(LEGACY)/debian/$$f ; \
 	    done
 
-#	    chmod 775 $(CURDIR)/debian/temp/modules/nvidia-kernel$(LEGACY)/debian/patches
 	    cp $(CURDIR)/$(dirname)/usr/src/nv/* $(CURDIR)/debian/temp/modules/nvidia-kernel$(LEGACY)/
 
 		# We don't want these makefiles that don't work with kbuild




More information about the Pkg-nvidia-devel mailing list