From 4fa4671f8d58e255298f69e1da57c99ee3755f35 Mon Sep 17 00:00:00 2001 From: Bastian Blank Date: Thu, 1 Dec 2011 12:19:31 +0000 Subject: [PATCH] * 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 --- debian/bin/gencontrol.py | 4 ++-- debian/changelog | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/bin/gencontrol.py b/debian/bin/gencontrol.py index 6931c5a22..b34633492 100755 --- a/debian/bin/gencontrol.py +++ b/debian/bin/gencontrol.py @@ -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 diff --git a/debian/changelog b/debian/changelog index 6054ca1b4..c1b9ddcc5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +linux-2.6 (3.1.4-2) UNRELEASED; urgency=low + + * Fix generation of revisions for the patch list. + + -- Bastian Blank Thu, 01 Dec 2011 13:17:34 +0100 + linux-2.6 (3.1.4-1) unstable; urgency=low * New upstream stable updates: