Reverting previous re-adding of process_version_linux as it is desired to be somewhere else.

svn path=/dists/trunk/linux-2.6/; revision=11308
This commit is contained in:
Daniel Baumann 2008-05-06 11:03:49 +00:00
parent 25eb9d06bf
commit 5920d88945
2 changed files with 0 additions and 13 deletions

4
debian/changelog vendored
View File

@ -14,10 +14,6 @@ linux-2.6 (2.6.26~rc1-1~experimental.1) UNRELEASED; urgency=low
EEEPC_LAPTOP.
* [amd64]: Enable SCSI_DPT_I2O as 64 bit now.
[ Daniel Baumann ]
* Re-adding dropped process_version_linux argument in linux-support to
make conglomeration packages work again.
-- maximilian attems <maks@debian.org> Sat, 26 Apr 2008 23:11:17 +0200
linux-2.6 (2.6.25-1~experimental.1) UNRELEASED; urgency=low

View File

@ -275,15 +275,6 @@ class Gencontrol(object):
entries.append(self.process_package(i, vars))
return entries
def process_version_linux(self, version, abiname):
return {
'upstreamversion': version.linux_upstream,
'version': version.linux_version,
'source_upstream': version.upstream,
'major': version.linux_major,
'abiname': abiname,
}
def substitute(self, s, vars):
if isinstance(s, (list, tuple)):
for i in xrange(len(s)):