Exclude .svn directories when building linux-patch package

svn path=/dists/sid/linux-2.6/; revision=15821
This commit is contained in:
Ben Hutchings 2010-06-02 02:59:55 +00:00
parent 34b3ac241f
commit 37731eba5d
1 changed files with 1 additions and 1 deletions

2
debian/rules.real vendored
View File

@ -483,7 +483,7 @@ install-patch:
dh_testroot
dh_prep
dh_installdirs '$(pbase)/apply' '$(pbase)/debian' '$(pbase)/unpatch'
dh_install debian/patches/* '$(pbase)/debian'
dh_install -X.svn debian/patches/* '$(pbase)/debian'
install debian/bin/patch.apply '$(pfull)/apply/debian'
install debian/templates/patch.unpatch '$(pfull)/unpatch/debian'
find '$(pfull)/debian' ! -path '*/series/*' -type f -execdir bzip2 '{}' ';' -execdir chmod 644 '{}.bz2' ';'