Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package calamares-settings-debian This upload fixes the following important issues: * Fix Debian name (too long to fit into label size) * Fix Debian release notes URL (still refered to stretch) * Fix stale EFI file (BTS #927102) Full DebDiff: """ diff -Nru calamares-settings-debian-10.0.18/calamares/branding/debian/branding.desc calamares-settings-debian-10.0.19/calamares/branding/debian/branding.desc --- calamares-settings-debian-10.0.18/calamares/branding/debian/branding.desc 2019-02-15 14:03:55.000000000 +0000 +++ calamares-settings-debian-10.0.19/calamares/branding/debian/branding.desc 2019-04-15 12:59:42.000000000 +0000 @@ -7,12 +7,12 @@ shortProductName: Debian version: 10 (buster) shortVersion: 10 - versionedName: Debian GNU/Linux 10 (buster) + versionedName: Debian 10 (buster) shortVersionedName: Debian 10 bootloaderEntryName: Debian productUrl: https://debian.org supportUrl: https://www.debian.org/support - releaseNotesUrl: https://www.debian.org/releases/stretch/releasenotes + releaseNotesUrl: https://www.debian.org/releases/buster/releasenotes images: productLogo: "debian-logo.png" diff -Nru calamares-settings-debian-10.0.18/calamares/modules/bootloader.conf calamares-settings-debian-10.0.19/calamares/modules/bootloader.conf --- calamares-settings-debian-10.0.18/calamares/modules/bootloader.conf 2019-02-15 14:03:55.000000000 +0000 +++ calamares-settings-debian-10.0.19/calamares/modules/bootloader.conf 2019-04-15 12:59:42.000000000 +0000 @@ -51,4 +51,4 @@ # seems to be the only one). If you set this to false, take care # to add another module to optionally install the fallback on those # boards that need it. -installEFIFallback: true +installEFIFallback: false diff -Nru calamares-settings-debian-10.0.18/debian/changelog calamares-settings-debian-10.0.19/debian/changelog --- calamares-settings-debian-10.0.18/debian/changelog 2019-02-15 14:06:39.000000000 +0000 +++ calamares-settings-debian-10.0.19/debian/changelog 2019-04-15 13:32:36.000000000 +0000 @@ -1,3 +1,12 @@ +calamares-settings-debian (10.0.19-1) unstable; urgency=medium + + * New upstream release + - Don't install unnecessary efi file (Closes: #927102) + - Fix distribution description + - Fix release notes URL + + -- Jonathan Carter <j...@debian.org> Mon, 15 Apr 2019 13:32:36 +0000 + calamares-settings-debian (10.0.18-1) unstable; urgency=medium * New upstream releas """ thanks, -Jonathan