Bug#934827: buster-pu: package apt-setup/1:0.151~deb10u1

2019-08-16 Thread Cyril Brulebois
Adam D. Barratt  (2019-08-16):
> Control: tags -1 + confirmed
> 
> On Thu, 2019-08-15 at 17:01 +0200, Cyril Brulebois wrote:
> > I'd like to get apt-setup updated in buster to fix preeeding apt keys
> > (#851774). This update was kindly tested by Moritz by fetching the
> > updated udebs from unstable, on buster systems:
> >   https://bugs.debian.org/851774#108
> 
> Please go ahead; thanks.

Thanks, uploaded.


Cheers,
-- 
Cyril Brulebois (k...@debian.org)
D-I release manager -- Release team member -- Freelance Consultant


signature.asc
Description: PGP signature


Bug#934827: buster-pu: package apt-setup/1:0.151~deb10u1

2019-08-16 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Thu, 2019-08-15 at 17:01 +0200, Cyril Brulebois wrote:
> I'd like to get apt-setup updated in buster to fix preeeding apt keys
> (#851774). This update was kindly tested by Moritz by fetching the
> updated udebs from unstable, on buster systems:
>   https://bugs.debian.org/851774#108

Please go ahead; thanks.

Regards,

Adam



Bug#934827: buster-pu: package apt-setup/1:0.151~deb10u1

2019-08-15 Thread Cyril Brulebois
Package: release.debian.org
Severity: normal
Tags: buster
User: release.debian@packages.debian.org
Usertags: pu

Hi,

I'd like to get apt-setup updated in buster to fix preeeding apt keys
(#851774). This update was kindly tested by Moritz by fetching the
updated udebs from unstable, on buster systems:
  https://bugs.debian.org/851774#108

I'd think backporting the package currently in unstable would make
sense, and also include some l10n updates:

 debian/changelog   |   30 ++
 debian/po/ar.po|   12 +-
 debian/po/hi.po|5 -
 debian/po/hr.po|  254 ++---
 generators/60local |   18 ++-
 5 files changed, 176 insertions(+), 143 deletions(-)

Changes from buster:
| apt-setup (1:0.151~deb10u1) buster; urgency=medium
| 
|   * Rebuild for buster.
| 
|  -- Cyril Brulebois https://debamax.com/>
D-I release manager -- Release team member -- Freelance Consultant
diff --git a/debian/changelog b/debian/changelog
index 182e8a4..9d6ae16 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,33 @@
+apt-setup (1:0.151~deb10u1) buster; urgency=medium
+
+  * Rebuild for buster.
+
+ -- Cyril Brulebois   Thu, 15 Aug 2019 16:27:55 +0200
+
+apt-setup (1:0.151) unstable; urgency=medium
+
+  [ Moritz Mühlenhoff ]
+  * When preseeding a local repository via apt-setup/localX/repository,
+the repository key for Secure Apt needs to be configured with
+apt-setup/localX/key. This key used to be set up with apt-key, but
+its use is deprecated and apt's former dependency on gnupg has been
+demoted to a Suggests, rendering apt-key non-functional in d-i.
+Apply a patch by Lars Kollstedt (thanks!) which adds the repository
+key(s) to /etc/apt/trusted.gpg.d, following the approach used by
+pbuilder (Closes: #851774, #928931):
+ - .asc suffix if the key file seems to be armoured ASCII (i.e. it
+   contains a “-BEGIN PGP PUBLIC KEY BLOCK-” line);
+ - .gpg suffix otherwise. Please note that only “GPG key public ring”
+   are supported by APT, newer “keybox database” format isn't at the
+   moment.
+
+  [ Updated translations ]
+  * Arabic (ar.po) by ButterflyOfFire
+  * Hindi (hi.po) by KushagraKarira
+  * Croatian (hr.po) by gogogogi
+
+ -- Cyril Brulebois   Fri, 12 Jul 2019 10:49:08 +0200
+
 apt-setup (1:0.150) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/po/ar.po b/debian/po/ar.po
index c467737..45ce0fc 100644
--- a/debian/po/ar.po
+++ b/debian/po/ar.po
@@ -11,6 +11,7 @@
 # Abdelhak Bougouffa, 2017.
 # najib LAARIBI , 2018.
 # ButterflyOfFire , 2018.
+# Osama , 2019.
 #
 # Translations from iso-codes:
 # Translations taken from ICU SVN on 2007-09-09
@@ -27,7 +28,7 @@ msgstr ""
 "Project-Id-Version: ar\n"
 "Report-Msgid-Bugs-To: apt-se...@packages.debian.org\n"
 "POT-Creation-Date: 2019-01-28 21:20+\n"
-"PO-Revision-Date: 2018-01-25 01:44+\n"
+"PO-Revision-Date: 2019-06-10 10:55+\n"
 "Last-Translator: ButterflyOfFire \n"
 "Language-Team: \n"
 "Language: ar\n"
@@ -259,8 +260,9 @@ msgstr ""
 #. Description
 #. :sl3:
 #: ../apt-setup-udeb.templates:12001
+#, fuzzy
 msgid "Enable source repositories in APT?"
-msgstr ""
+msgstr "تمكين المستودعات المصدرية في APT؟"
 
 #. Type: boolean
 #. Description
@@ -396,15 +398,11 @@ msgstr "تغيير القرص"
 #. This template uses the same text as used in the package apt for apt-cdrom
 #. Do not translate "/cdrom/" (the mount point)
 #: ../apt-cdrom-setup.templates:7001
-#, fuzzy
-#| msgid ""
-#| "/cdrom/:Please insert the disc labeled: '${LABEL}' in the drive '/cdrom/' "
-#| "and press enter."
 msgid ""
 "/cdrom/: Please insert the disc labeled '${LABEL}' in the drive '/cdrom/' "
 "and press enter."
 msgstr ""
-"/cdrom/:رجاءً أدخل القرص السمى: '${LABEL}' في السواقة '/cdrom/' واضغط زر "
+"/cdrom/: رجاءً أدخل القرص المسمى '${LABEL}' في السواقة '/cdrom/' واضغط زر "
 "الإدخال."
 
 #. Type: text
diff --git a/debian/po/hi.po b/debian/po/hi.po
index b096ceb..ce85477 100644
--- a/debian/po/hi.po
+++ b/debian/po/hi.po
@@ -32,8 +32,8 @@ msgstr ""
 "Project-Id-Version: debian-installer_packages_po_sublevel1_hi\n"
 "Report-Msgid-Bugs-To: apt-se...@packages.debian.org\n"
 "POT-Creation-Date: 2019-01-28 21:20+\n"
-"PO-Revision-Date: 2018-10-06 15:28+\n"
-"Last-Translator: Kumar Appaiah\n"
+"PO-Revision-Date: 2019-06-18 19:05+\n"
+"Last-Translator: KushagraKarira \n"
 "Language-Team: \n"
 "Language: hi\n"
 "MIME-Version: 1.0\n"
@@ -250,7 +250,6 @@ msgstr ""
 #. Description
 #. :sl1:
 #: ../apt-setup-udeb.templates:11002
-#, fuzzy
 msgid ""
 "Backported software are adapted from the development version to work with "
 "this release. Although this software has not gone through such complete "
diff --git a/debian/po/hr.po b/debian/po/hr.po
index 6abc559..6c55c15 100644
--- a/debian/po/hr.po
+++ b/debian/po/hr.po
@@ -23,15 +23,15 @@ msgstr ""
 "Project-Id-Version: Debian-installer 1st-stage master file HR\n"
 "Report-Msgid-Bugs-To: