[kernel] r5309 - in dists/trunk/linux-2.6/debian: . patches patches-debian

Sven Luther luther at costa.debian.org
Fri Jan 6 07:58:56 UTC 2006


Author: luther
Date: Fri Jan  6 07:58:54 2006
New Revision: 5309

Added:
   dists/trunk/linux-2.6/debian/patches/
      - copied from r5308, dists/trunk/linux-2.6/debian/patches-debian/
Removed:
   dists/trunk/linux-2.6/debian/patches-debian/
Modified:
   dists/trunk/linux-2.6/debian/rules.real
Log:
Now that Bastian moved patches-arch under the arch directory, rename
patches-debian to patches.


Modified: dists/trunk/linux-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-2.6/debian/rules.real	(original)
+++ dists/trunk/linux-2.6/debian/rules.real	Fri Jan  6 07:58:54 2006
@@ -106,7 +106,7 @@
 	rm -rf '$(DIR)'
 
 define patch_cmd
-cd '$(DIR)'; python2.4 '$(CURDIR)/debian/bin/apply.py' --overwrite-home='$(CURDIR)/debian/patches-debian' --overwrite-source='$(SOURCE_VERSION)' --overwrite-revisions='$(REVISIONS)'
+cd '$(DIR)'; python2.4 '$(CURDIR)/debian/bin/apply.py' --overwrite-home='$(CURDIR)/debian/patches' --overwrite-source='$(SOURCE_VERSION)' --overwrite-revisions='$(REVISIONS)'
 endef
 
 srcfiles := $(filter-out debian, $(wildcard *))
@@ -251,7 +251,7 @@
 	dh_testroot
 	dh_clean -d -k $(DH_OPTIONS)
 	dh_installdirs $(DH_OPTIONS) '$(pbase)/apply' '$(pbase)/debian' '$(pbase)/unpatch'
-	dh_install $(DH_OPTIONS) debian/patches-debian/* '$(pbase)/debian'
+	dh_install $(DH_OPTIONS) debian/patches/* '$(pbase)/debian'
 #	Install the debian patches
 	sed \
 	  -e 's, at home@,$(pbase)/debian,' \



More information about the Kernel-svn-changes mailing list