Change logs for apt-setup source package in Groovy

  • apt-setup (1:0.157ubuntu2) groovy; urgency=medium
    
      * Add InRelease file support.
    
     -- Dimitri John Ledkov <email address hidden>  Wed, 03 Jun 2020 12:28:01 +0100
  • apt-setup (1:0.157ubuntu1) groovy; urgency=medium
    
      * Merge from Debian unstable.  Remaining changes:
        - Install the Ubuntu mirror generator instead of Debian's.
        - Set apt-setup/security_host to security.ubuntu.com, or
          ports.ubuntu.com on ports architectures; adjust directory and
          distribution to match.
        - Add security sources for restricted, universe, and multiverse,
          commented out unless the respective components are enabled. Disable
          security generator checks for contrib and non-free.
        - For CD installs, leave the sources.list created by apt-setup in
          /etc/apt/sources.list.apt-setup, and restore the sources.list created
          during base installation for the rest of the installation.
        - Honour OVERRIDE_BASE_INSTALLABLE when checking
          /cdrom/.disk/base_installable.
        - Set the mirror verification timeout to 30 seconds.
        - Adjust services-select for Ubuntu, removing volatile and adding
          partner (apt-setup/partner) and extras (apt-setup/extras).
        - Always disable the CD at the end of installation if any mirrors are
          present, even if it's a complete CD.
        - Pre-populate apt's lists directory with signed Release files for
          archive.ubuntu.com (and mirrors) and security.ubuntu.com, to protect
          against downgrade attacks right from initial installation.
        - Run 'apt-get update' for all sources.list lines produced by a single
          generator in one go, and don't comment out sources.list lines if it
          fails.
        - Make the path to security updates configurable, as well as the host.
        - Remove restricted from cdrom entry if apt-setup/restricted is false.
        - Make sure apt-cdrom doesn't unmount the CD if cd_type ends with
          /single.
        - Enable all network sources, including security updates, even if the
          network is unconfigured.
        - Honour apt-setup/restricted, apt-setup/universe, and
          apt-setup/multiverse when writing -backports lines.
        - Run 'apt-get update', without downloading package lists or cleaning up
          old files, after moving the sources.list generated during base system
          installation back into place.
        - If OVERRIDE_LEAVE_CD_MOUNTED is set, don't unmount /cdrom; this is a
          bad idea in a live CD environment!
        - Enable backports by default now that we have NotAutomatic enabled and
          working.
        - Add Release files.
        - generators/50mirror.ubuntu: universe incorrectly mentions some software
          being unfree, which is not true. Remove that mention from the notice we
          write to sources.list. Patch from Dan Watkins. (LP: #1590358)
        - Allow setting apt-setup/enable-source-repositories=true to control
          deb-src entries.
        - Ship current Release and Release.gpg files.
    
    apt-setup (1:0.157) unstable; urgency=medium
    
      * Team upload.
    
      [ Updated translations ]
      * Estonian (et.po) by Kristjan Räts
      * Hebrew (he.po) by Yaron Shahrabani
      * Croatian (hr.po) by gogogogi
      * Korean (ko.po) by Changwoo Ryu
      * Dutch (nl.po) by Frans Spiesschaert
      * Portuguese (Brazil) (pt_BR.po) by Adriano Rafael Gomes
      * Romanian (ro.po) by Andrei POPESCU
      * Tamil (ta.po) by Jeyanthinath MuthuRam
    
    apt-setup (1:0.156) unstable; urgency=medium
    
      * Team upload.
    
      [ Updated translations ]
      * Estonian (et.po) by Mario
      * Galician (gl.po) by anonymous
      * Lithuanian (lt.po) by Tautvydas Zukauskas
      * Marathi (mr.po) by Prachi Joshi
    
    apt-setup (1:0.155) unstable; urgency=medium
    
      * Team upload.
    
      [ Samuel Thibault ]
      * generators/50mirror: unreleased does not support sources yet.
    
      [ Updated translations ]
      * Czech (cs.po) by Miroslav Kure
      * Esperanto (eo.po) by Felipe Castro
      * Hebrew (he.po) by Yaron Shahrabani
      * Croatian (hr.po) by Milo Ivir
      * Marathi (mr.po) by Prachi Joshi
      * Norwegian Bokmal (nb.po) by Petter Reinholdtsen
      * Punjabi (Gurmukhi) (pa.po) by Aman ALam
      * Serbian (sr.po) by Filipovic Dragan
      * Simplified Chinese (zh_CN.po) by 玉堂白鹤
    
    apt-setup (1:0.154) unstable; urgency=medium
    
      [ Holger Wansing ]
      * Update generation of apt sources lines for security (starting with
        bullseye, that changed from <dist>/updates to <dist>-security).
        Thanks to Philip Hands for the patch! (Closes: #935540, #942238)
    
    apt-setup (1:0.153) unstable; urgency=medium
    
      * Team upload.
    
      * Rephrase templates, to rename "CD"/"CD-ROM" into "installation media".
    
      [ Updated translations ]
      * German (de.po) by Holger Wansing
      * Indonesian (id.po) by Andika Triwidada
      * Icelandic (is.po) by Sveinn í Felli
      * Portuguese (pt.po) by Miguel Figueiredo
      * Traditional Chinese (zh_TW.po) by Walter Cheuk
    
    apt-setup (1:0.152) unstable; urgency=medium
    
      * Team upload.
    
      [ Updated translations ]
      * Hebrew (he.po) by Yaron Shahrabani
    
      [ Philip Hands ]
      * Update the Salsa CI config.
    
      [ Karsten Merker ]
      * Enable the "unreleased" suite for architectures in the Debian-Ports
        archive when configuring a network mirror.
    
    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
    
    apt-setup (1:0.150) unstable; urgency=medium
    
      * Team upload
    
      * Remove Christian Perrier from Uploaders, with many thanks for all
        his contributions over the years! (Closes: #927494)
    
      [ Updated translations ]
      * Hebrew (he.po) by Yaron Shahrabani
    
    apt-setup (1:0.149) unstable; urgency=medium
    
      * Team upload
    
      [ Updated translations ]
      * Ukrainian (uk.po) by Anton Gladky
    
    apt-setup (1:0.148) unstable; urgency=medium
    
      * Team upload
    
      [ Updated translations ]
      * Punjabi (pa.po) by Aman ALam
      * Vietnamese (vi.po) by Trần Ngọc Quân
    
    apt-setup (1:0.147) unstable; urgency=medium
    
      [ Steve McIntyre ]
      * Tweak how media sets are used in generators/41cdset. Live and
        full_cd/single media already won't prompt for more media. Re-arrange
        to make all "bluray" media work the same way. Will help with Debian
        Edu standalone media without affecting other uses. Closes: #919982
    
    apt-setup (1:0.146) unstable; urgency=medium
    
      * Team upload
    
      * Fix missing space and superfluous colon in templates file (and sync
        translations).
    
      [ Updated translations ]
      * German (de.po) by Holger Wansing
      * Finnish (fi.po) by Juhani Numminen
      * Hebrew (he.po) by Yaron Shahrabani
      * Kazakh (kk.po) by Baurzhan Muftakhidinov
      * Traditional Chinese (zh_TW.po) by Louies
    
    apt-setup (1:0.145) unstable; urgency=medium
    
      * Team upload
    
      [ Holger Wansing ]
      * Remove trailing whitespaces from changelog file, to fix lintian tag.
    
      [ Updated translations ]
      * Persian (fa.po) by Nima Sahraneshin
      * Finnish (fi.po) by Juhani Numminen
    
    apt-setup (1:0.144) unstable; urgency=medium
    
      * Team upload
    
      [ Updated translations ]
      * Asturian (ast.po) by Xuacu Saturio
      * Latvian (lv.po) by Tranzistors
      * Marathi (mr.po) by Nayan Nakhare
    
    apt-setup (1:0.143) unstable; urgency=medium
    
      * Team upload
    
      [ Updated translations ]
      * Finnish (fi.po) by Juhani Numminen
      * French (fr.po) by Alban Vidal
      * Galician (gl.po) by mantinan
      * Hindi (hi.po) by Himanshu Awasthi
    
      [ Holger Wansing ]
      * Change deprecated Priority: extra into optional.
    
    apt-setup (1:0.142) unstable; urgency=medium
    
      * Team upload
    
      [ Cyril Brulebois ]
      * Update Vcs-{Browser,Git} to point to salsa (alioth's replacement).
    
      [ Updated translations ]
      * Finnish (fi.po)
      * Hebrew (he.po) by Yaron Shahrabani
      * Telugu (te.po) by Praveen Illa
    
     -- Dimitri John Ledkov <email address hidden>  Fri, 29 May 2020 01:00:41 +0100
  • apt-setup (1:0.141ubuntu5) eoan; urgency=medium
    
      * Re-add i386 multiarch support, since i386 is not being dropped
        altogether.
    
     -- Steve Langasek <email address hidden>  Tue, 06 Aug 2019 18:21:11 -0700