debian/bin/gencontrol.py: Delete code that enumerates Debian revisions

Gencontrol.parse_changelog() makes a list of all Debian versions with
the same upstream version, but doesn't use it.  This is left over from
the old multiple-series patch system which was removed in 2012.
This commit is contained in:
Ben Hutchings 2018-10-03 01:25:54 +01:00
parent 487f6f2253
commit 3fedd6e488
1 changed files with 0 additions and 7 deletions

View File

@ -613,13 +613,6 @@ class Gencontrol(Base):
os.chmod(debug_lintian_over, 0o755)
def process_changelog(self):
act_upstream = self.changelog[0].version.upstream
versions = []
for i in self.changelog:
if i.version.upstream != act_upstream:
break
versions.append(i.version)
self.versions = versions
version = self.version = self.changelog[0].version
if self.version.linux_modifier is not None:
self.abiname_part = ''