Now that Bastian moved patches-arch under the arch directory, rename

patches-debian to patches.

svn path=/dists/trunk/linux-2.6/; revision=5309
This commit is contained in:
Sven Luther 2006-01-06 07:58:54 +00:00
parent e6073f87ab
commit d679b6ec6a
31 changed files with 2 additions and 2 deletions

4
debian/rules.real vendored
View File

@ -106,7 +106,7 @@ $(BUILD_DIR)/linux-source-$(UPSTREAM_VERSION).tar.bz2: $(STAMPS_DIR)/source
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 @@ install-patch:
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,@home@,$(pbase)/debian,' \