Change log for apt-setup package in Ubuntu

150 of 86 results
Deleted in groovy-release (Reason: component of d-i which is not supported post-focal; LP: #...)
Deleted in groovy-proposed (Reason: moved to Release)
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

Available diffs

Superseded in groovy-release
Deleted in groovy-proposed (Reason: moved to Release)
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.

Available diffs

Superseded in groovy-release
Published in focal-release
Obsolete in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
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
Superseded in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
apt-setup (1:0.141ubuntu4) eoan; urgency=medium

  * Don't enable i386 multiarch support on install, since Ubuntu is dropping
    i386 as an architecture.

 -- Steve Langasek <email address hidden>  Tue, 18 Jun 2019 12:55:03 -0700

Available diffs

Published in bionic-updates
Deleted in bionic-proposed (Reason: moved to -updates)
apt-setup (1:0.104ubuntu5.1) bionic; urgency=medium

  * Replace apt-key call by direct inclusion of trusted.gpg.d
    snippets. LP: #1754075

 -- Julian Andres Klode <email address hidden>  Fri, 17 May 2019 13:36:02 +0200

Available diffs

Superseded in eoan-release
Deleted in eoan-proposed (Reason: moved to release)
apt-setup (1:0.141ubuntu3) eoan; urgency=medium

  * Replace apt-key call by direct inclusion of trusted.gpg.d
    snippets. LP: #1754075

 -- Dimitri John Ledkov <email address hidden>  Wed, 08 May 2019 14:40:39 +0100

Available diffs

Superseded in eoan-release
Obsolete in disco-release
Obsolete in cosmic-release
Deleted in cosmic-proposed (Reason: moved to release)
apt-setup (1:0.141ubuntu2) cosmic; urgency=medium

  * Restore execute bits on generators/91security and
    finish-install.d/10apt-cdrom-setup.

 -- Michael Hudson-Doyle <email address hidden>  Mon, 20 Aug 2018 21:58:36 +1200

Available diffs

Superseded in cosmic-release
Deleted in cosmic-proposed (Reason: moved to release)
apt-setup (1:0.141ubuntu1) cosmic; urgency=low

  * 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.
  * Replace xenial Release and Release.gpg files with those for cosmic.

Available diffs

Published in xenial-updates
Deleted in xenial-proposed (Reason: moved to -updates)
apt-setup (1:0.104ubuntu4.1) xenial; urgency=medium

  * 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)

 -- Mathieu Trudel-Lapierre <email address hidden>  Wed, 08 Jun 2016 13:08:55 -0400

Available diffs

Superseded in cosmic-release
Published in bionic-release
Obsolete in artful-release
Obsolete in zesty-release
Obsolete in yakkety-release
Deleted in yakkety-proposed (Reason: moved to release)
apt-setup (1:0.104ubuntu5) yakkety; urgency=medium

  * 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)

 -- Mathieu Trudel-Lapierre <email address hidden>  Wed, 08 Jun 2016 13:15:07 -0400
Superseded in yakkety-release
Published in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
apt-setup (1:0.104ubuntu4) xenial; urgency=medium

  * Now that we have CC.ports.ubuntu.com, fix generators/91security to
    stop assuming all ports work off ports.ubuntu.com. Instead, correctly
    mangle the templates to have the right per-arch
    apt-setup/security_host default.
  * Add release-files for archive.canonical.com xenial-proposed, and
    ports.ubuntu.com/xenial-*

 -- Dimitri John Ledkov <email address hidden>  Wed, 10 Feb 2016 12:20:48 +0000

Available diffs

Superseded in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
apt-setup (1:0.104ubuntu3) xenial; urgency=high

  * Fix apt-setup/enable-source-repositories in security & overlay
    generators.
  * Set apt-setup/enable-source-repositories default to false. LP: #74747
  * For freedom, set apt-setup/enable-source-repositoreis=true. I'm open
    to be overruled by a technical board decision.

 -- Dimitri John Ledkov <email address hidden>  Thu, 28 Jan 2016 20:40:54 +0000

Available diffs

Superseded in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
apt-setup (1:0.104ubuntu2) xenial; urgency=medium

  * Fix mismerge that caused us not to disable the CD at the end of
    installation if any mirrors are present in the case of complete CD
    images (LP: #1529297).

 -- Colin Watson <email address hidden>  Wed, 30 Dec 2015 20:18:05 +0000

Available diffs

Superseded in xenial-release
Deleted in xenial-proposed (Reason: moved to release)
apt-setup (1:0.104ubuntu1) xenial; urgency=medium

  * Resynchronise with Debian.  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.
  * Replace saucy Release and Release.gpg files with those for xenial.

 -- Mathieu Trudel-Lapierre <email address hidden>  Tue, 01 Dec 2015 22:07:12 -0500

Available diffs

Superseded in xenial-release
Obsolete in wily-release
Deleted in wily-proposed (Reason: moved to release)
apt-setup (1:0.80ubuntu8) wily; urgency=medium

  * debian/apt-mirror-setup.templates-ubuntu:
    - apt-setup/use_overlay -> apt-setup/overlay: that's the name used for the
      template used in apt-setup, net-retriever, etc.
    - switch apt-setup/overlay to default to false; in usual cases we don't
      want to use an overlay, and this follows the description which says it
      should not be enabled.
    - apt-setup/overlay_components: fix typo in template name; it's used as
      "overlay_components" elsewhere in d-i.
    - apt-setup/overlay_path -> apt-setup/overlay_directory: again, follow the
      actual name used in other d-i scripts.
    - apt-setup/overlay_path: default to / rather than an arbitrary PPA.

 -- Mathieu Trudel-Lapierre <email address hidden>  Fri, 03 Jul 2015 23:20:20 -0400

Available diffs

Superseded in wily-release
Obsolete in vivid-release
Deleted in vivid-proposed (Reason: moved to release)
apt-setup (1:0.80ubuntu7) vivid; urgency=medium

  * Remove extras.ubuntu.com. (LP: #1409555)
  * Regenerate translations (needs later re-import from Launchpad?!)
  * Drop extras.ubuntu.com release files
 -- Dimitri John Ledkov <email address hidden>   Sun, 08 Feb 2015 20:01:29 +0000

Available diffs

Published in precise-updates
Deleted in precise-proposed (Reason: moved to -updates)
apt-setup (1:0.55ubuntu4.1) precise; urgency=medium

  * Handle proxy and timeout configuration appropriately when installing
    over HTTPS (LP: #1135163).
 -- Colin Watson <email address hidden>   Mon, 23 Jun 2014 17:13:49 +0100

Available diffs

Superseded in vivid-release
Obsolete in utopic-release
Published in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
apt-setup (1:0.80ubuntu6) trusty; urgency=medium

  * Cherry-pick from trunk:
    - Handle proxy and timeout configuration appropriately when installing
      over HTTPS (LP: #1135163).
 -- Colin Watson <email address hidden>   Fri, 14 Feb 2014 15:12:46 +0000

Available diffs

Superseded in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
apt-setup (1:0.80ubuntu5) trusty; urgency=low

  * Correct error handling in 95overlay to prevent installer from ABENDing
 -- Michael Casadevall <email address hidden>   Thu, 02 Jan 2014 15:34:29 -0500

Available diffs

Superseded in trusty-release
Deleted in trusty-proposed (Reason: moved to release)
apt-setup (1:0.80ubuntu4) trusty; urgency=low

  * Reuplad with a file that was accidently left out of the previous upload
 -- Michael Casadevall <email address hidden>   Thu, 02 Jan 2014 07:06:32 -0500
Superseded in trusty-proposed
apt-setup (1:0.80ubuntu3) trusty; urgency=low

  * Add support for overlay archives (LP: #1250930)
 -- Michael Casadevall <email address hidden>   Thu, 02 Jan 2014 06:52:27 -0500

Available diffs

Superseded in trusty-release
Obsolete in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
apt-setup (1:0.80ubuntu1) saucy; urgency=low

  * Resynchronise with Debian.  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 for saucy.

Available diffs

Superseded in saucy-release
Deleted in saucy-proposed (Reason: moved to release)
apt-setup (1:0.79ubuntu1) saucy; urgency=low

  * Resynchronise with Debian.  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!
    - Bail out cleanly from cdrom generator if /cdrom/.disk/info doesn't
      exist or has zero size.
    - Enable backports by default now that we have NotAutomatic enabled and
      working.
    - If apt-setup/multiarch is empty, remove any existing foreign
      architectures.
  * Add Release files for saucy, and remove those for quantal (oops).

Available diffs

Superseded in saucy-release
Obsolete in raring-release
Obsolete in quantal-release
apt-setup (1:0.56ubuntu2) quantal; urgency=low

  * Convert multiarch setup to new world order as of dpkg >= 1.16.2.
 -- Colin Watson <email address hidden>   Wed, 20 Jun 2012 09:29:22 +0100

Available diffs

Superseded in quantal-release
apt-setup (1:0.56ubuntu1) quantal; urgency=low

  * Resynchronise with Debian.  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!
    - Bail out cleanly from cdrom generator if /cdrom/.disk/info doesn't
      exist or has zero size.
    - Enable backports by default now that we have NotAutomatic enabled and
      working.
    - If apt-setup/multiarch is empty, remove
      /etc/dpkg/dpkg.cfg.d/multiarch.
  * Add Release files for quantal, and remove those for precise (except for
    extras.ubuntu.com, where quantal doesn't exist yet).

Available diffs

Superseded in quantal-release
Published in precise-release
apt-setup (1:0.55ubuntu4) precise; urgency=low

  * Add extras.ubuntu.com Release files for precise, and remove those for
    oneiric.
 -- Colin Watson <email address hidden>   Fri, 20 Apr 2012 14:11:48 +0100

Available diffs

Superseded in precise-release
apt-setup (1:0.55ubuntu3) precise; urgency=low

  * If apt-setup/multiarch is empty, remove /etc/dpkg/dpkg.cfg.d/multiarch.
 -- Colin Watson <email address hidden>   Wed, 18 Apr 2012 23:55:26 +0100

Available diffs

Superseded in precise-release
apt-setup (1:0.55ubuntu2) precise; urgency=low

  * generators/50mirrors.ubuntu: do not reuse the file variable (LP: #964930)
 -- Brian Murray <email address hidden>   Wed, 28 Mar 2012 17:04:23 +0100

Available diffs

Superseded in precise-release
apt-setup (1:0.55ubuntu1) precise; urgency=low

  * Resynchronise with Debian.  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!
    - Bail out cleanly from cdrom generator if /cdrom/.disk/info doesn't
      exist or has zero size.
    - Enable backports by default now that we have NotAutomatic enabled and
      working.
    - Enable multiarch by default for amd64 installations.  This can be
      controlled by preseeding apt-setup/multiarch.
  * Add Release files for precise, and remove those for oneiric (except for
    extras.ubuntu.com, where precise doesn't exist yet).

Available diffs

Superseded in precise-release
Obsolete in oneiric-release
apt-setup (1:0.49ubuntu9) oneiric; urgency=low

  * Fix non-i386 builds.
 -- Colin Watson <email address hidden>   Mon, 19 Sep 2011 23:19:19 +0100
Superseded in oneiric-release
apt-setup (1:0.49ubuntu8) oneiric; urgency=low

  * Make apt-setup-udeb Architecture: any so that we can use different
    multiarch defaults on different architectures (LP: #853738).
 -- Colin Watson <email address hidden>   Mon, 19 Sep 2011 22:05:04 +0100

Available diffs

Superseded in oneiric-release
apt-setup (1:0.49ubuntu7) oneiric; urgency=low

  * Enable multiarch by default for amd64 installations.  This can be
    controlled by preseeding apt-setup/multiarch.
 -- Colin Watson <email address hidden>   Fri, 15 Jul 2011 15:07:40 +0100

Available diffs

Superseded in oneiric-release
apt-setup (1:0.49ubuntu6) oneiric; urgency=low

  * Add Release files for oneiric.
  * Actually install Release files for archive.canonical.com and
    extras.ubuntu.com.
  * Remove Release files for previous releases.
 -- Colin Watson <email address hidden>   Mon, 06 Jun 2011 23:32:48 +0100
Superseded in oneiric-release
apt-setup (1:0.49ubuntu5) oneiric; urgency=low

  * Enable backports by default now that we have NotAutomatic enabled and
    working.
 -- Iain Lane <email address hidden>   Thu, 12 May 2011 08:39:39 +0100

Available diffs

Superseded in oneiric-release
Obsolete in natty-release
apt-setup (1:0.49ubuntu4) natty; urgency=low

  * Disable partner by default again (accidentally enabled in
    1:0.48ubuntu1), and make sure that preseeding apt-setup/partner=true
    enables it (LP: #744982).
 -- Colin Watson <email address hidden>   Fri, 08 Apr 2011 12:38:25 +0100

Available diffs

Superseded in natty-release
apt-setup (1:0.49ubuntu3) natty; urgency=low

  * Update extras.ubuntu.com/natty Release.gpg, signed with the proper key
    this time.
 -- Colin Watson <email address hidden>   Wed, 01 Dec 2010 16:45:44 +0000

Available diffs

Superseded in natty-release
apt-setup (1:0.49ubuntu2) natty; urgency=low

  * Add Release files for extras.ubuntu.com/natty.
 -- Colin Watson <email address hidden>   Wed, 24 Nov 2010 10:24:21 +0000

Available diffs

Superseded in natty-release
apt-setup (1:0.49ubuntu1) natty; urgency=low

  * Resynchronise with Debian.  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.
    - Check to make sure the CD filesystem is iso9660 before remounting it
      as such.  Do not write a CD identifier if we're not working with
      iso9660 so pkgsel does not try to unmount such disks.
    - 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!
    - Bail out cleanly from cdrom generator if /cdrom/.disk/info doesn't
      exist or has zero size.

Available diffs

Superseded in natty-release
apt-setup (1:0.48ubuntu1) natty; urgency=low

  * Resynchronise with Debian.  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.
    - Disable the volatile service for Ubuntu, and don't ask the
      apt-setup/services-select question.
    - 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.
    - Allow preseeding apt-setup/partner to enable the partner repository,
      and apt-setup/extras to enable extras.ubuntu.com.
    - 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.
    - Check to make sure the CD filesystem is iso9660 before remounting it
      as such.  Do not write a CD identifier if we're not working with
      iso9660 so pkgsel does not try to unmount such disks.
    - 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!
    - Bail out cleanly from cdrom generator if /cdrom/.disk/info doesn't
      exist or has zero size.
  * Add Release files for natty.
  * Move partner and extras to the services-select framework, customised for
    Ubuntu (LP: #657176).

Available diffs

Superseded in natty-release
Obsolete in maverick-release
apt-setup (1:0.45ubuntu4) maverick; urgency=low

  * Do not include the CDROM line in the check for restricted being
    present in the sources.list (LP: #655893).
 -- Evan Dandrea <email address hidden>   Thu, 07 Oct 2010 11:35:56 +0100

Available diffs

Superseded in maverick-release
apt-setup (1:0.45ubuntu3) maverick; urgency=low

  * Default apt-setup/extras to false; it will be preseeded to true on
    desktop images (LP: #653200).
 -- Colin Watson <email address hidden>   Mon, 04 Oct 2010 09:48:13 +0100

Available diffs

Superseded in maverick-release
apt-setup (1:0.45ubuntu2) maverick; urgency=low

  [ Michael Vogt ]
  * add support for extras.ubuntu.com (as apt-setup/extras)
 -- Colin Watson <email address hidden>   Wed, 15 Sep 2010 09:48:54 +0100

Available diffs

Superseded in maverick-release
apt-setup (1:0.45ubuntu1) maverick; urgency=low

  * Resynchronise with Debian.  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.
    - Disable the volatile service for Ubuntu, and don't ask the
      apt-setup/services-select question.
    - 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.
    - Allow preseeding apt-setup/partner to enable the partner repository.
    - 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.
    - Check to make sure the CD filesystem is iso9660 before remounting it
      as such.  Do not write a CD identifier if we're not working with
      iso9660 so pkgsel does not try to unmount such disks.
    - 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!
    - Bail out cleanly from cdrom generator if /cdrom/.disk/info doesn't
      exist or has zero size.
    - Mount /proc, /sys, and /dev in the target system if necessary when
      running apt-cdrom.
  * Add Release files for maverick.

Available diffs

Superseded in maverick-release
Obsolete in lucid-release
apt-setup (1:0.42ubuntu3) lucid; urgency=low

  * Mount /proc, /sys, and /dev in the target system if necessary when
    running apt-cdrom (LP: #527641).
 -- Colin Watson <email address hidden>   Fri, 05 Mar 2010 15:07:27 +0000

Available diffs

Superseded in lucid-release
apt-setup (1:0.42ubuntu2) lucid; urgency=low

  * Remove Release files for old releases.
  * Backport from trunk:
    - Guard against future multiple-CD handling changes in apt.  If multiple
      CDs are inserted then any one can satisfy a media-change request.  We
      don't yet deal with multiple CDs everywhere, but at least we won't
      break when 'apt-cdrom ident' starts returning multiple labels.
 -- Colin Watson <email address hidden>   Tue, 02 Feb 2010 12:41:13 -0800

Available diffs

Superseded in lucid-release
apt-setup (1:0.42ubuntu1) lucid; urgency=low

  * Resynchronise with Debian. 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.
    - Reduce the mirror verification timeout to 10 seconds.
    - Disable the volatile service for Ubuntu, and don't ask the
      apt-setup/services-select question.
    - 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.
    - Add Release files for intrepid and jaunty.
    - Allow preseeding apt-setup/partner to enable the partner repository.
    - Use cdrom-detect/cdrom_fs when remounting the CD to ensure that we do
      so using the same filesystem.
    - 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.
    - Fix handling of universe and multiverse in -backports lines.
    - Honour apt-setup/restricted, apt-setup/universe, and
      apt-setup/multiverse when writing -backports lines.
    - Check to make sure the CD filesystem is iso9660 before remounting it
      as such.  Do not write a CD identifier if we're not working with
      iso9660 so pkgsel does not try to unmount such disks.
    - Fix description of universe in generated sources.list: packages there
      are expected to be under a free licence.
    - 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!
    - Bail out cleanly from cdrom generator if /cdrom/.disk/info doesn't
      exist or has zero size.
    - Re-enable progress bar cancellation.
  * Add Release files for lucid.
  * Increase the mirror verification timeout to 30 seconds, now that this
    operation is cancellable. Some people (hi, Ara) seem to have trouble
    getting mirror responses in 10 seconds.
  * Correctly disable progresscancel on exiting apt-setup (LP: #462005).

Available diffs

Superseded in lucid-release
Obsolete in karmic-release
apt-setup (1:0.41ubuntu2) karmic; urgency=low

  * Use debconf-apt-progress for our Ubuntu-specific all-in-one-go 'apt-get
    update' run.
  * Re-enable progress bar cancellation. Thanks to debian-installer-utils
    1.70 and fixes in debconf, it all seems to work fine now (LP: #172879).

 -- Colin Watson <email address hidden>   Thu, 01 Oct 2009 23:15:04 +0100

Available diffs

Superseded in karmic-release
apt-setup (1:0.41ubuntu1) karmic; urgency=low

  * Resynchronise with Debian. 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.
    - Enable universe and multiverse by default.
    - If either restricted or multiverse is enabled, add commented-out lines
      for the partner archive.
    - Reduce the mirror verification timeout to 10 seconds.
    - Disable the volatile service for Ubuntu, and don't ask the
      apt-setup/services-select question.
    - 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.
    - Add Release files for intrepid and jaunty.
    - Allow preseeding apt-setup/partner to enable the partner repository.
    - Use cdrom-detect/cdrom_fs when remounting the CD to ensure that we do
      so using the same filesystem.
    - 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.
    - Fix handling of universe and multiverse in -backports lines.
    - Honour apt-setup/restricted, apt-setup/universe, and
      apt-setup/multiverse when writing -backports lines.
    - Check to make sure the CD filesystem is iso9660 before remounting it
      as such.  Do not write a CD identifier if we're not working with
      iso9660 so pkgsel does not try to unmount such disks.
    - Fix description of universe in generated sources.list: packages there
      are expected to be under a free licence.
    - 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!
    - Bail out cleanly from cdrom generator if /cdrom/.disk/info doesn't
      exist or has zero size.
  * Add Release files for karmic.

Available diffs

Superseded in karmic-release
apt-setup (1:0.40ubuntu1) karmic; urgency=low

  * Resynchronise with Debian. 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.
    - Enable universe and multiverse by default.
    - If either restricted or multiverse is enabled, add commented-out lines
      for the partner archive.
    - Reduce the mirror verification timeout to 10 seconds.
    - Disable the volatile service for Ubuntu, and don't ask the
      apt-setup/services-select question.
    - 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.
    - Add Release files for intrepid and jaunty.
    - Make sure to exit services-select generator cleanly if
      apt-setup/services-select is empty.
    - Allow preseeding apt-setup/partner to enable the partner repository.
    - Use cdrom-detect/cdrom_fs when remounting the CD to ensure that we do
      so using the same filesystem.
    - 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.
    - Fix handling of universe and multiverse in -backports lines.
    - Honour apt-setup/restricted, apt-setup/universe, and
      apt-setup/multiverse when writing -backports lines.
    - Check to make sure the CD filesystem is iso9660 before remounting it
      as such.  Do not write a CD identifier if we're not working with
      iso9660 so pkgsel does not try to unmount such disks.
    - Fix description of universe in generated sources.list: packages there
      are expected to be under a free licence.
    - 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!
    - Bail out cleanly from cdrom generator if /cdrom/.disk/info doesn't
      exist or has zero size.
  * Dropped changes, merged in Debian:
    - Initialise local variable 'file' so that apt-setup-verify doesn't get
      excruciatingly confused when you pass file=/path on the kernel command
      line.

 -- Steve Langasek <email address hidden>   Mon, 04 May 2009 06:41:55 -0700

Available diffs

Superseded in karmic-release
Obsolete in jaunty-release
apt-setup (1:0.37ubuntu11) jaunty; urgency=low

  * Make sure to exit services-select generator cleanly if
    apt-setup/services-select is empty.

 -- Colin Watson <email address hidden>   Fri, 27 Mar 2009 12:03:45 +0000

Available diffs

150 of 86 results