* debian/bin/gencontrol.py: Fix home of patch apply script.

* debian/changelog: Update.

svn path=/dists/trunk/linux-2.6/; revision=7560
This commit is contained in:
Bastian Blank 2006-09-29 15:11:53 +00:00
parent eee951e689
commit bfd77820c2
2 changed files with 7 additions and 1 deletions

View File

@ -205,7 +205,7 @@ class gencontrol(debian_linux.gencontrol.gencontrol):
unpatch = self.templates['patch.unpatch']
vars = {
'home': '/usr/src/kernel-patches/all/%s' % self.version['linux']['upstream'],
'home': '/usr/src/kernel-patches/all/%s/debian' % self.version['linux']['upstream'],
'revisions': ' '.join([i['Version']['debian'] for i in self.changelog[::-1]]),
}
vars.update(self.version['linux'])

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
linux-2.6 (2.6.18-3) UNRELEASED; urgency=low
* Fix home of patch apply script.
-- Bastian Blank <waldi@debian.org> Fri, 29 Sep 2006 17:10:44 +0200
linux-2.6 (2.6.18-2) unstable; urgency=low
[ Bastian Blank ]