Your message dated Sat, 10 Nov 2018 10:42:56 +0000
with message-id <1541846576.3542.38.ca...@adam-barratt.org.uk>
and subject line Closing bugs for updates included in 9.6
has caused the Debian Bug report #912820,
regarding stretch-pu: package pkgsel/0.45+deb9u2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
912820: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=912820
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian....@packages.debian.org
Usertags: pu

During installation with network sources enabled, security updates are
normally installed.  However, this currently doesn't include updates
that depend on a new binary package, due to a kernel or library ABI
change.  This is bug #908711.

This is fixed by adding the --with-new-pkgs option to the apt-get
command line.  The full debdiff is below.

Ben.

diff -Nru pkgsel-0.45/debian/changelog pkgsel-0.45+deb9u2/debian/changelog
--- pkgsel-0.45/debian/changelog        2016-12-24 12:49:01.000000000 +0000
+++ pkgsel-0.45+deb9u2/debian/changelog 2018-10-27 23:58:05.000000000 +0100
@@ -1,3 +1,16 @@
+pkgsel (0.45+deb9u2) stretch; urgency=medium
+
+  * Fix target suite
+
+ -- Ben Hutchings <b...@decadent.org.uk>  Sat, 27 Oct 2018 23:58:05 +0100
+
+pkgsel (0.45+deb9u1) unstable; urgency=medium
+
+  * Install new dependencies when safe-upgrade (default) is selected
+    (Closes: #908711)
+
+ -- Ben Hutchings <b...@decadent.org.uk>  Sat, 27 Oct 2018 23:27:26 +0100
+
 pkgsel (0.45) unstable; urgency=medium
 
   * Export DEBIAN_TASKS_ONLY=1 when running tasksel in target, to make
diff -Nru pkgsel-0.45/debian/postinst pkgsel-0.45+deb9u2/debian/postinst
--- pkgsel-0.45/debian/postinst 2016-12-24 03:07:09.000000000 +0000
+++ pkgsel-0.45+deb9u2/debian/postinst  2018-10-27 23:27:12.000000000 +0100
@@ -78,16 +78,16 @@
        upgrade_type="$RET"
        # Convert to apt-get command names.
        case "$RET" in
-       safe-upgrade) upgrade_type=upgrade;;
+       safe-upgrade) upgrade_type='upgrade --with-new-pkgs';;
        full-upgrade) upgrade_type=dist-upgrade;;
        esac
        db_progress INFO pkgsel/progress/upgrade
        sleep 2 # allow the message to be seen
 
        log "checking for (security) updates to the base system"
-       # Exclude Recommends to avoid installing new packages as part of
-        # an upgrade.
-       in-target sh -c "debconf-apt-progress --from 50 --to 100 --logstderr -- 
apt-get -q --no-install-recommends -y -o DPkg::options=--force-confnew 
'$upgrade_type'" || aptfailed
+       # Exclude Recommends to avoid installing new recommended packages
+       # as part of an upgrade
+       in-target sh -c "debconf-apt-progress --from 50 --to 100 --logstderr -- 
apt-get -q --no-install-recommends -y -o DPkg::options=--force-confnew 
$upgrade_type" || aptfailed
        tasksel_start=100
 fi
 


-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'stable-updates'), (500, 
'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.18.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

--- End Message ---
--- Begin Message ---
Version: 9.6

Hi,

The update referenced by each of these bugs was included in this
morning's stretch point release.

Regards,

Adam

--- End Message ---

Reply via email to