diff --git a/debian/po/POTFILES.in b/debian/po/POTFILES.in index 435938f..2d13c3f 100644 --- a/debian/po/POTFILES.in +++ b/debian/po/POTFILES.in @@ -1 +1 @@ -[type: gettext/rfc822deb] security-misc.templates +[type: gettext/rfc822deb] security-misc-shared.templates diff --git a/debian/po/templates.pot b/debian/po/templates.pot index adb123b..6d99cfe 100644 --- a/debian/po/templates.pot +++ b/debian/po/templates.pot @@ -1,13 +1,13 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the security-misc package. +# This file is distributed under the same license as the security-misc-shared package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: security-misc\n" -"Report-Msgid-Bugs-To: security-misc@packages.debian.org\n" +"Project-Id-Version: security-misc-shared\n" +"Report-Msgid-Bugs-To: security-misc-shared@packages.debian.org\n" "POT-Creation-Date: 2025-01-14 09:31-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" @@ -19,13 +19,13 @@ msgstr "" #. Type: note #. Description -#: ../security-misc.templates:1001 +#: ../security-misc-shared.templates:1001 msgid "Manual intervention may be required for permission-hardener update" msgstr "" #. Type: note #. Description -#: ../security-misc.templates:1001 +#: ../security-misc-shared.templates:1001 msgid "" "No need to panic. Nothing is broken. A rare condition has been encountered. " "permission-hardener is being updated to fix a minor bug that caused " diff --git a/debian/security-misc-shared.config b/debian/security-misc-shared.config index e200fb6..11eb3d1 100755 --- a/debian/security-misc-shared.config +++ b/debian/security-misc-shared.config @@ -12,7 +12,7 @@ source /usr/share/debconf/confmodule set -e ## Not set by DPKG for '.config' script. -DPKG_MAINTSCRIPT_PACKAGE="security-misc" +DPKG_MAINTSCRIPT_PACKAGE="security-misc-shared" DPKG_MAINTSCRIPT_NAME="config" true " @@ -113,7 +113,7 @@ check_migrate_permission_hardener_state() { '/etc/permission-hardener.d/30_default.conf' ) - pkg_list=( "security-misc" ) + pkg_list=( "security-misc-shared" ) if pkg_installed user-sysmaint-split ; then pkg_list+=( "user-sysmaint-split" ) fi @@ -163,7 +163,7 @@ check_migrate_permission_hardener_state() { done ## db_input will return code 30 if the message won't be displayed, which ## causes a non-interactive install to error out if you don't use || true - db_input critical security-misc/alert-on-permission-hardener-v2-upgrade || true + db_input critical security-misc-shared/alert-on-permission-hardener-v2-upgrade || true ## db_go can return code 30 too in some instances, we don't care here # shellcheck disable=SC2119 db_go || true diff --git a/debian/security-misc-shared.templates b/debian/security-misc-shared.templates index 1b543e7..d45dfa1 100644 --- a/debian/security-misc-shared.templates +++ b/debian/security-misc-shared.templates @@ -1,4 +1,4 @@ -Template: security-misc/alert-on-permission-hardener-v2-upgrade +Template: security-misc-shared/alert-on-permission-hardener-v2-upgrade Type: note _Description: Manual intervention may be required for permission-hardener update No need to panic. Nothing is broken. A rare condition has been encountered.