Loading check-support-status.hook +1 −3 Original line number Diff line number Diff line Loading @@ -3,9 +3,7 @@ #%# Copyright (C) 2014-2017 Christoph Biedl <debian.axhn@manchmal.in-ulm.de> #%# License: GPL-2.0-only # This codes duplicates "postinst configure" # 20190514: but why? and why all of it, eg the user creation? # FIXME: we should drop this after the Buster release, this is tracked as #928968. # This codes duplicates "postinst configure", see #928968 why this has to be done... set -e Loading debian/changelog +8 −0 Original line number Diff line number Diff line debian-security-support (2019.05.15) UNRELEASED; urgency=medium * Explain in comments to check-support-status.hook and postinst that code needs to be present in both files as the hook could be run before postinst. See #928968 for a longer explaination why. -- Holger Levsen <holger@debian.org> Tue, 14 May 2019 14:12:13 +0200 debian-security-support (2019.05.14) unstable; urgency=medium * check-support-status.in: don't fail if security-support-ended.debX does Loading debian/debian-security-support.postinst +7 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,13 @@ set -e USERNAME=debian-security-support LIB_DIR="/var/lib/$USERNAME" ###################################################################### # # # WARNING: if you modify code here, you probably also need to modify # # ../check-support-status.hook # # # ###################################################################### case "$1" in configure) # assert user Loading Loading
check-support-status.hook +1 −3 Original line number Diff line number Diff line Loading @@ -3,9 +3,7 @@ #%# Copyright (C) 2014-2017 Christoph Biedl <debian.axhn@manchmal.in-ulm.de> #%# License: GPL-2.0-only # This codes duplicates "postinst configure" # 20190514: but why? and why all of it, eg the user creation? # FIXME: we should drop this after the Buster release, this is tracked as #928968. # This codes duplicates "postinst configure", see #928968 why this has to be done... set -e Loading
debian/changelog +8 −0 Original line number Diff line number Diff line debian-security-support (2019.05.15) UNRELEASED; urgency=medium * Explain in comments to check-support-status.hook and postinst that code needs to be present in both files as the hook could be run before postinst. See #928968 for a longer explaination why. -- Holger Levsen <holger@debian.org> Tue, 14 May 2019 14:12:13 +0200 debian-security-support (2019.05.14) unstable; urgency=medium * check-support-status.in: don't fail if security-support-ended.debX does Loading
debian/debian-security-support.postinst +7 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,13 @@ set -e USERNAME=debian-security-support LIB_DIR="/var/lib/$USERNAME" ###################################################################### # # # WARNING: if you modify code here, you probably also need to modify # # ../check-support-status.hook # # # ###################################################################### case "$1" in configure) # assert user Loading