diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-12 08:19:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-08 04:05:58 +0000 |
commit | 7a9aca8cfaac2016d87f317d2a0506db8d39ddc3 (patch) | |
tree | c338b636a2ec659b57d5490d228512881bed5f2a | |
parent | Setting CONFIG_DEFAULT_HOSTNAME to system. (diff) | |
download | linux-7a9aca8cfaac2016d87f317d2a0506db8d39ddc3.tar.xz linux-7a9aca8cfaac2016d87f317d2a0506db8d39ddc3.zip |
Setting abiname for Progress Linux 7.99 (graograman-backports).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | debian/bin/gencontrol.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/debian/bin/gencontrol.py b/debian/bin/gencontrol.py index f55ca9bb6e..8568d7f27b 100755 --- a/debian/bin/gencontrol.py +++ b/debian/bin/gencontrol.py @@ -630,15 +630,7 @@ linux-signed-{vars['arch']} (@signedtemplate_sourceversion@) {dist}; urgency={ur def process_changelog(self) -> None: version = self.version = self.changelog[0].version - - if self.changelog[0].distribution == 'UNRELEASED': - self.abiname = f'{version.linux_upstream}+unreleased' - elif self.changelog[0].distribution == 'experimental': - self.abiname = f'{version.linux_upstream}' - elif version.linux_revision_backports: - self.abiname = f'{version.linux_upstream_full}+bpo' - else: - self.abiname = f'{version.linux_upstream_full}' + self.abiname = f'{version.linux_upstream_full}-progress7.99' self.vars = { 'upstreamversion': self.version.linux_upstream, |