* debian/bin/gencontrol.py:

Look on real upstream version during extraction of revisions for patch
  series.
* debian/changelog: Update.

svn path=/dists/sid/linux-2.6/; revision=18337
This commit is contained in:
Bastian Blank 2011-12-01 12:19:31 +00:00
parent 3cc094b7a1
commit 4fa4671f8d
2 changed files with 8 additions and 2 deletions

View File

@ -335,10 +335,10 @@ class Gencontrol(Base):
packages.append(new_package)
def process_changelog(self):
act_upstream = self.changelog[0].version.linux_upstream
act_upstream = self.changelog[0].version.upstream
versions = []
for i in self.changelog:
if i.version.linux_upstream != act_upstream:
if i.version.upstream != act_upstream:
break
versions.append(i.version)
self.versions = versions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
linux-2.6 (3.1.4-2) UNRELEASED; urgency=low
* Fix generation of revisions for the patch list.
-- Bastian Blank <waldi@debian.org> Thu, 01 Dec 2011 13:17:34 +0100
linux-2.6 (3.1.4-1) unstable; urgency=low
* New upstream stable updates: