Commit db409636 authored by Holger Levsen's avatar Holger Levsen
Browse files

improve comments, see #928968

parent 2d8047d0
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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

+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
+7 −0
Original line number Diff line number Diff line
@@ -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