Update to 3.4

Drop the '.0'; everything in wheezy and beyond should cope with
2-component versions.

svn path=/dists/trunk/linux-2.6/; revision=19021
This commit is contained in:
Ben Hutchings 2012-05-21 12:06:54 +00:00
parent 59868c12b9
commit 978dc23547
2 changed files with 7 additions and 4 deletions

View File

@ -379,10 +379,7 @@ class Gencontrol(Base):
self.abiname_part = ''
else:
self.abiname_part = '-%s' % self.config['abi', ]['abiname']
# XXX: We need to add another part until after wheezy
self.abiname = (re.sub('^(\d+\.\d+)(?=-|$)', r'\1.0',
self.version.linux_upstream)
+ self.abiname_part)
self.abiname = self.version.linux_upstream + self.abiname_part
self.vars = {
'upstreamversion': self.version.linux_upstream,
'version': self.version.linux_version,

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
linux-2.6 (3.4-1~experimental.1) UNRELEASED; urgency=low
* New upstream release: http://kernelnewbies.org/Linux_3.4
-- Ben Hutchings <ben@decadent.org.uk> Mon, 21 May 2012 01:37:21 +0100
linux-2.6 (3.3.6-1~experimental.1) experimental; urgency=low
* New upstream stable update: