{"base_revision":"git-v1:1033b6e047dc12bad456a2487f242001e7377987","content":"diff --git a/debian/changelog b/debian/changelog\nindex 34113cf..e709a70 100644\n--- a/debian/changelog\n+++ b/debian/changelog\n@@ -10,6 +10,11 @@ ssl-cert (1.1.4) UNRELEASED; urgency=medium\n   * Install and use sysusers.d config file instead of adduser for the\n     ssl-cert group.\n \n+  [ Debian Janitor ]\n+  * Use set -e rather than passing -e on the shebang-line.\n+  * Run debconf-updatepo after template changes.\n+  * Bump debhelper from old 12 to 13.\n+\n  -- Stefan Fritsch <sf@debian.org>  Fri, 07 Nov 2025 17:19:54 +0100\n \n ssl-cert (1.1.3) unstable; urgency=medium\ndiff --git a/debian/control b/debian/control\nindex 3a04eb9..2e87194 100644\n--- a/debian/control\n+++ b/debian/control\n@@ -2,7 +2,7 @@ Source: ssl-cert\n Section: utils\n Maintainer: Debian Apache Maintainers <debian-apache@lists.debian.org>\n Uploaders: Stefan Fritsch <sf@debian.org>\n-Build-Depends: debhelper-compat (= 12), po-debconf\n+Build-Depends: debhelper-compat (= 13), po-debconf\n Standards-Version: 4.7.4\n Vcs-Browser: https://salsa.debian.org/apache-team/ssl-cert\n Vcs-Git: https://salsa.debian.org/apache-team/ssl-cert.git\ndiff --git a/debian/po/templates.pot b/debian/po/templates.pot\nindex 8d1682d..e3d9741 100644\n--- a/debian/po/templates.pot\n+++ b/debian/po/templates.pot\n@@ -1,6 +1,6 @@\n # SOME DESCRIPTIVE TITLE.\n # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER\n-# This file is distributed under the same license as the PACKAGE package.\n+# This file is distributed under the same license as the ssl-cert package.\n # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.\n #\n #, fuzzy\n@@ -8,7 +8,7 @@ msgid \"\"\n msgstr \"\"\n \"Project-Id-Version: ssl-cert\\n\"\n \"Report-Msgid-Bugs-To: ssl-cert@packages.debian.org\\n\"\n-\"POT-Creation-Date: 2012-06-09 20:06+0200\\n\"\n+\"POT-Creation-Date: 2026-05-14 09:59+0000\\n\"\n \"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\\n\"\n \"Last-Translator: FULL NAME <EMAIL@ADDRESS>\\n\"\n \"Language-Team: LANGUAGE <LL@li.org>\\n\"\n@@ -80,8 +80,8 @@ msgstr \"\"\n #. Description\n #: ../templates:3001\n msgid \"\"\n-\"DNS:example.com,URI:http://example.com/joe#me,email:me@example.com,\"\n-\"IP:192.168.7.3\"\n+\"DNS:example.com,URI:http://example.com/\"\n+\"joe#me,email:me@example.com,IP:192.168.7.3\"\n msgstr \"\"\n \n #. Type: title\ndiff --git a/debian/postrm b/debian/postrm\nindex f38bf1b..137afed 100644\n--- a/debian/postrm\n+++ b/debian/postrm\n@@ -1,4 +1,6 @@\n-#!/bin/sh -e\n+#!/bin/sh\n+\n+set -e\n \n if [ \"$1\" = purge ] ; then\n \trm -f /etc/ssl/certs/ssl-cert-snakeoil.pem \\\n","content_type":"text/plain","diff_type":"vcs","new_revision":"git-v1:1e1f427c78608046f497dff99146a77e511881eb"}