summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2025-01-14 18:33:49 +0100
committerJulian Andres Klode <julian.klode@canonical.com>2025-01-14 18:33:49 +0100
commit5429e2324f24a08b8460496e3fe2247545ed45be (patch)
treeb6114e4d9e788ab3a3b31081d093f8a623a1227c
parent9bd1f999f7111dd16c8647295c2776311b5e818e (diff)
Release 2.9.222.9.22
-rw-r--r--CMakeLists.txt2
-rw-r--r--debian/changelog32
-rw-r--r--doc/apt-verbatim.ent2
-rw-r--r--doc/apt.conf.5.xml2
-rw-r--r--doc/po/apt-doc.pot4
-rw-r--r--doc/sources.list.5.xml2
-rw-r--r--po/apt-all.pot10
-rw-r--r--po/ar.po8
-rw-r--r--po/ast.po8
-rw-r--r--po/bg.po8
-rw-r--r--po/bs.po8
-rw-r--r--po/ca.po8
-rw-r--r--po/cs.po8
-rw-r--r--po/cy.po8
-rw-r--r--po/da.po8
-rw-r--r--po/de.po8
-rw-r--r--po/dz.po8
-rw-r--r--po/el.po8
-rw-r--r--po/es.po8
-rw-r--r--po/eu.po8
-rw-r--r--po/fi.po8
-rw-r--r--po/fr.po8
-rw-r--r--po/gl.po8
-rw-r--r--po/hu.po8
-rw-r--r--po/it.po8
-rw-r--r--po/ja.po8
-rw-r--r--po/km.po8
-rw-r--r--po/ko.po8
-rw-r--r--po/ku.po8
-rw-r--r--po/lt.po8
-rw-r--r--po/mr.po8
-rw-r--r--po/nb.po8
-rw-r--r--po/ne.po8
-rw-r--r--po/nl.po8
-rw-r--r--po/nn.po8
-rw-r--r--po/pl.po8
-rw-r--r--po/pt.po8
-rw-r--r--po/pt_BR.po8
-rw-r--r--po/ro.po8
-rw-r--r--po/ru.po8
-rw-r--r--po/sk.po8
-rw-r--r--po/sl.po8
-rw-r--r--po/sv.po8
-rw-r--r--po/th.po8
-rw-r--r--po/tl.po8
-rw-r--r--po/tr.po8
-rw-r--r--po/uk.po8
-rw-r--r--po/vi.po8
-rw-r--r--po/zh_CN.po8
-rw-r--r--po/zh_TW.po8
50 files changed, 347 insertions, 51 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 386f5dbd3..989808f14 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -204,7 +204,7 @@ endif()
# Configure some variables like package, version and architecture.
set(PACKAGE ${PROJECT_NAME})
set(PACKAGE_MAIL "APT Development Team <deity@lists.debian.org>")
-set(PACKAGE_VERSION "2.9.21")
+set(PACKAGE_VERSION "2.9.22")
string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION})
if (NOT DEFINED DPKG_DATADIR)
diff --git a/debian/changelog b/debian/changelog
index e497914c6..9de6e2ef5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,35 @@
+apt (2.9.22) unstable; urgency=medium
+
+ [ Balint Reczey ]
+ * apt-pkg/deb/debsystem.cc: Fall back to "dpkg" when Dir::Bin::dpkg is not found
+
+ [ Julian Andres Klode ]
+ * debian/changelog: v3 signature packet, not v3 subkey
+ * Ensure we can build with APT_PKG_ABI > 601
+ * ssl: Set an error when we receive SSL_ERROR_SYSCALL
+ * ssl: Explictly return -1 (error) or 0 (server closed connection)
+ * abicheck: Add some workarounds to avoid errors
+ * t/i/test-method-gpgv-legacy-keyring: Switch to http, extend
+ * proxy: Avoids triggering bounds check in std::string_view
+ * methods/connect: Avoid unused argument warning
+
+ [ David Kalnischkies ]
+ * Resolve autopkgtest failures caused by dpkg >= 1.22.12 (Closes: #1092090)
+ * Try stomping a little less on global macro namespace
+ * Add pkgCache::{Priority,DepType}_NoL10n to avoid duplication
+ * Replaces macros with C++ attributes: APT_OVERRIDE, APT_ARRAY_SIZE, APT_NORETURN,
+ APT_DEPRECATED, APT_UNUSED, APT_MUSTCHECK, APT_IGNORE_DEPRECATED
+ * Drop SourceListWarnings::NonFreeFirmware messages
+ * Remove leftovers of the apt-key removal
+ * Move apt-extractexamples desc line from apt-utils to apt (Closes: #1091344)
+ * Remove leftovers from ftp and rsh/ssh methods removal
+ * Change multi sources.list entry example from FTP to HTTPS
+
+ [ Sergio Durigan Junior ]
+ * d/t/control: Don't depend on gdb-minimal.
+
+ -- Julian Andres Klode <jak@debian.org> Tue, 14 Jan 2025 18:33:08 +0100
+
apt (2.9.21) unstable; urgency=medium
[ Simon McVittie ]
diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent
index 61db5888b..a25dc2725 100644
--- a/doc/apt-verbatim.ent
+++ b/doc/apt-verbatim.ent
@@ -268,7 +268,7 @@
">
<!-- this will be updated by 'prepare-release' -->
-<!ENTITY apt-product-version "2.9.21">
+<!ENTITY apt-product-version "2.9.22">
<!-- (Code)names for various things used all over the place -->
<!ENTITY debian-oldstable-codename "bullseye">
diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml
index 356427032..18379ac19 100644
--- a/doc/apt.conf.5.xml
+++ b/doc/apt.conf.5.xml
@@ -19,7 +19,7 @@
&apt-email;
&apt-product;
<!-- The last update date -->
- <date>2024-05-30T00:00:00Z</date>
+ <date>2025-01-05T00:00:00Z</date>
</refentryinfo>
<refmeta>
diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot
index a05bc756d..4e5c92452 100644
--- a/doc/po/apt-doc.pot
+++ b/doc/po/apt-doc.pot
@@ -5,9 +5,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: apt-doc 2.9.21\n"
+"Project-Id-Version: apt-doc 2.9.22\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-01 21:01+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml
index 23adacefe..97f639c06 100644
--- a/doc/sources.list.5.xml
+++ b/doc/sources.list.5.xml
@@ -14,7 +14,7 @@
&apt-email;
&apt-product;
<!-- The last update date -->
- <date>2022-03-20T00:00:00Z</date>
+ <date>2025-01-05T00:00:00Z</date>
</refentryinfo>
<refmeta>
diff --git a/po/apt-all.pot b/po/apt-all.pot
index b872181fd..4067586ec 100644
--- a/po/apt-all.pot
+++ b/po/apt-all.pot
@@ -5,9 +5,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: apt 2.9.21\n"
+"Project-Id-Version: apt 2.9.22\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2025-01-01 21:01+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1044,6 +1044,12 @@ msgstr ""
msgid "Not locked"
msgstr ""
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/ar.po b/po/ar.po
index 84499d78b..9b2775ae3 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2006-10-20 21:28+0300\n"
"Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n"
"Language-Team: Arabic <support@arabeyes.org>\n"
@@ -1064,6 +1064,12 @@ msgstr "تعذر قفل دليل القائمة"
msgid "Not locked"
msgstr ""
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/ast.po b/po/ast.po
index b69bb2f1c..15d215b8b 100644
--- a/po/ast.po
+++ b/po/ast.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.7.18\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2010-10-02 23:35+0100\n"
"Last-Translator: Iñigo Varela <ivarela@softastur.org>\n"
"Language-Team: Asturian (ast)\n"
@@ -1093,6 +1093,12 @@ msgstr "Nun pudo bloquiase'l direutoriu d'alministración (%s), ¿yes root?"
msgid "Not locked"
msgstr "Non bloquiáu"
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/bg.po b/po/bg.po
index 5cada03c6..70dd4a839 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.7.21\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2012-06-25 17:23+0300\n"
"Last-Translator: Damyan Ivanov <dmn@debian.org>\n"
"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
@@ -1119,6 +1119,12 @@ msgstr ""
msgid "Not locked"
msgstr "Без заключване"
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/bs.po b/po/bs.po
index 07baef075..107c37523 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.26\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2004-05-06 15:25+0100\n"
"Last-Translator: Safir Šećerović <sapphire@linux.org.ba>\n"
"Language-Team: Bosnian <lokal@lugbih.org>\n"
@@ -1058,6 +1058,12 @@ msgstr ""
msgid "Not locked"
msgstr ""
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, fuzzy, c-format
diff --git a/po/ca.po b/po/ca.po
index 74f0a6b0f..0e2393cfc 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.4~beta1\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2024-08-08 22:47+0100\n"
"Last-Translator: Carles Pina i Estany <cpina@debian.org>\n"
"Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n"
@@ -1150,6 +1150,12 @@ msgstr "No es pot bloquejar el directori d'administració (%s). Sou root?"
msgid "Not locked"
msgstr "No bloquejat"
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/cs.po b/po/cs.po
index 9afd9c05e..dbfd97578 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 2.9.10\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2024-11-09 20:38+0100\n"
"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
@@ -1108,6 +1108,12 @@ msgstr "Nelze uzamknout administrační adresář (%s). Jste root?"
msgid "Not locked"
msgstr "Není uzamčen"
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/cy.po b/po/cy.po
index bb19d26fa..6d1cc1b66 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2005-06-06 13:46+0100\n"
"Last-Translator: Dafydd Harries <daf@muse.19inch.net>\n"
"Language-Team: Welsh <cy@pengwyn.linux.org.uk>\n"
@@ -1084,6 +1084,12 @@ msgstr "Ni ellir cloi'r cyfeiriadur rhestr"
msgid "Not locked"
msgstr ""
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, fuzzy, c-format
diff --git a/po/da.po b/po/da.po
index 11a16d244..875a7070d 100644
--- a/po/da.po
+++ b/po/da.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.4~rc2\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2017-03-02 23:51+0200\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
@@ -1133,6 +1133,12 @@ msgstr "Kunne ikke låse administrationsmappen (%s), er du rod (root)?"
msgid "Not locked"
msgstr "Ikke låst"
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/de.po b/po/de.po
index d92218655..2cdbf4a14 100644
--- a/po/de.po
+++ b/po/de.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 2.7.2\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2023-07-17 19:13+0200\n"
"Last-Translator: Helge Kreutzmann <debian@helgefjell.de>\n"
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
@@ -1171,6 +1171,12 @@ msgstr ""
msgid "Not locked"
msgstr "Nicht gesperrt"
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/dz.po b/po/dz.po
index acaf06712..df1ae1803 100644
--- a/po/dz.po
+++ b/po/dz.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2006-09-19 09:49+0530\n"
"Last-Translator: Kinley Tshering <gasepkuenden2k3@hotmail.com>\n"
"Language-Team: Dzongkha <pgeyleg@dit.gov.bt>\n"
@@ -1070,6 +1070,12 @@ msgstr "ཐོ་བཀོད་འབད་ཡོད་པའི་སྣོད
msgid "Not locked"
msgstr ""
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/el.po b/po/el.po
index 23ba24890..90e1bdd45 100644
--- a/po/el.po
+++ b/po/el.po
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2020-12-30 12:20+0200\n"
"Last-Translator: Vangelis Skarmoutsos <skarmoutsosv@gmail.com>\n"
"Language-Team: Greek <debian-l10n-greek@lists.debian.org>\n"
@@ -1090,6 +1090,12 @@ msgstr "Αδύνατο το κλείδωμα του διαχειριστικού
msgid "Not locked"
msgstr "Μη κλειδωμένο"
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/es.po b/po/es.po
index d65d6abe0..72e1aaf32 100644
--- a/po/es.po
+++ b/po/es.po
@@ -37,7 +37,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.8.10\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2016-01-26 01:51+0100\n"
"Last-Translator: Manuel \"Venturi\" Porras Peralta "
"<venturi@openmailbox.org>\n"
@@ -1225,6 +1225,12 @@ msgstr ""
msgid "Not locked"
msgstr "No bloqueado"
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/eu.po b/po/eu.po
index 56b2f7c1d..b26389c1c 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2009-05-17 00:41+0200\n"
"Last-Translator: Piarres Beobide <pi@beobide.net>\n"
"Language-Team: Euskara <debian-l10n-basque@lists.debian.org>\n"
@@ -1073,6 +1073,12 @@ msgstr "Ezin da zerrenda direktorioa blokeatu"
msgid "Not locked"
msgstr ""
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/fi.po b/po/fi.po
index b12666d29..45fbd22cd 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.26\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2008-12-11 14:52+0200\n"
"Last-Translator: Tapio Lehtonen <tale@debian.org>\n"
"Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
@@ -1068,6 +1068,12 @@ msgstr "Luettelokansiota ei voitu lukita"
msgid "Not locked"
msgstr ""
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/fr.po b/po/fr.po
index f223cea24..c028422cd 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2019-01-21 09:19+0100\n"
"Last-Translator: Julien Patriarca <leatherface@debian.org>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -1174,6 +1174,12 @@ msgstr ""
msgid "Not locked"
msgstr "Non verrouillé"
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/gl.po b/po/gl.po
index 50f3c0e54..95ede1b15 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2011-05-12 15:28+0100\n"
"Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>\n"
"Language-Team: galician <proxecto@trasno.net>\n"
@@ -1115,6 +1115,12 @@ msgstr ""
msgid "Not locked"
msgstr "Non está bloqueado"
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/hu.po b/po/hu.po
index 248e7ed7c..3ff5eeeca 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2016-04-10 19:46+0200\n"
"Last-Translator: Gabor Kelemen <kelemeng@ubuntu.com>\n"
"Language-Team: Hungarian <gnome-hu-list@gnome.org>\n"
@@ -1157,6 +1157,12 @@ msgstr ""
msgid "Not locked"
msgstr "Nincs zárolva"
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/it.po b/po/it.po
index 8423921ca..341b79f27 100644
--- a/po/it.po
+++ b/po/it.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2024-09-06 10:21+0100\n"
"Last-Translator: Luca Vercelli <luca.vercelli.to@gmail.com>\n"
"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
@@ -1169,6 +1169,12 @@ msgstr ""
msgid "Not locked"
msgstr "Non bloccato"
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/ja.po b/po/ja.po
index 13392878f..1165b0bae 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 2.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2022-08-14 14:30+0900\n"
"Last-Translator: Hideki Yamane <henrich@debian.org>\n"
"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -1150,6 +1150,12 @@ msgstr ""
msgid "Not locked"
msgstr "ロックされていません"
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/km.po b/po/km.po
index a55141f88..fa31cccb1 100644
--- a/po/km.po
+++ b/po/km.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2006-10-10 09:48+0700\n"
"Last-Translator: Khoem Sokhem <khoemsokhem@khmeros.info>\n"
"Language-Team: Khmer <support@khmeros.info>\n"
@@ -1070,6 +1070,12 @@ msgstr "មិន​អាច​ចាក់​សោ​ថត​បញ្ជី
msgid "Not locked"
msgstr ""
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/ko.po b/po/ko.po
index a7033d2a1..b5ee3a91c 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2010-08-30 02:31+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: Korean <debian-l10n-korean@lists.debian.org>\n"
@@ -1078,6 +1078,12 @@ msgstr "관리 디렉터리를 (%s) 잠글 수 없습니다. 루트 사용자가
msgid "Not locked"
msgstr "잠기지 않음"
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/ku.po b/po/ku.po
index 458c22c40..3bd596654 100644
--- a/po/ku.po
+++ b/po/ku.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2008-05-08 12:48+0200\n"
"Last-Translator: Erdal Ronahi <erdal.ronahi@gmail.com>\n"
"Language-Team: ku <ubuntu-l10n-kur@lists.ubuntu.com>\n"
@@ -1055,6 +1055,12 @@ msgstr "Pelrêça daxistinê nayê quflekirin"
msgid "Not locked"
msgstr ""
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/lt.po b/po/lt.po
index 81e5aeae0..cefc5959b 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2008-08-02 01:47-0400\n"
"Last-Translator: Gintautas Miliauskas <gintas@akl.lt>\n"
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
@@ -1064,6 +1064,12 @@ msgstr "Nepavyko užrakinti sąrašo aplanko"
msgid "Not locked"
msgstr ""
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/mr.po b/po/mr.po
index ccee19bf4..2d7af43c1 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2008-11-20 23:27+0530\n"
"Last-Translator: Sampada <sampadanakhare@gmail.com>\n"
"Language-Team: Marathi, janabhaaratii, C-DAC, Mumbai, India "
@@ -1067,6 +1067,12 @@ msgstr "संचयिका यादीला कुलुप लावण्
msgid "Not locked"
msgstr ""
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/nb.po b/po/nb.po
index 71d513ec0..5b8ca1bb9 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2018-10-30 20:53+0100\n"
"Last-Translator: Petter Reinholdtsen <pere@hungry.com>\n"
"Language-Team: Norwegian Bokmål <i18n-no@lister.ping.uio.no>\n"
@@ -1106,6 +1106,12 @@ msgstr "Klarte ikke låse den administrative mappen (%s). Er du root?"
msgid "Not locked"
msgstr "Ikke låst"
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/ne.po b/po/ne.po
index 23bf8f4c2..3977910c8 100644
--- a/po/ne.po
+++ b/po/ne.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2006-06-12 14:35+0545\n"
"Last-Translator: Shiva Pokharel <pokharelshiva@hotmail.com>\n"
"Language-Team: Nepali <info@mpp.org.np>\n"
@@ -1065,6 +1065,12 @@ msgstr "सूचि डाइरेक्ट्री ताल्चा मा
msgid "Not locked"
msgstr ""
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/nl.po b/po/nl.po
index 0d57ca407..5c0d96228 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 2.9.10\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2024-11-05 18:11+0100\n"
"Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
"Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
@@ -1164,6 +1164,12 @@ msgstr "Kan de beheersmap (%s) niet vergrendelen. Heeft u beheerdersrechten?"
msgid "Not locked"
msgstr "Niet vergrendeld"
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/nn.po b/po/nn.po
index 75ca20a2e..a8540beca 100644
--- a/po/nn.po
+++ b/po/nn.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2005-02-14 23:30+0100\n"
"Last-Translator: Havard Korsvoll <korsvoll@skulelinux.no>\n"
"Language-Team: Norwegian nynorsk <i18n-nn@lister.ping.uio.no>\n"
@@ -1073,6 +1073,12 @@ msgstr "Klarte ikkje lsa listekatalogen"
msgid "Not locked"
msgstr ""
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, fuzzy, c-format
diff --git a/po/pl.po b/po/pl.po
index 29988590b..6b34e4f3d 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.9.7.3\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2024-07-08 17:53+0200\n"
"Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n"
"Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n"
@@ -1160,6 +1160,12 @@ msgstr ""
msgid "Not locked"
msgstr "Niezablokowany"
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/pt.po b/po/pt.po
index 4bfa5d18b..352e11bbf 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2012-06-29 15:45+0100\n"
"Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n"
"Language-Team: Portuguese <traduz@debianpt.org>\n"
@@ -1123,6 +1123,12 @@ msgstr ""
msgid "Not locked"
msgstr "Sem acesso exclusivo"
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 3592d2903..035de6f3b 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2008-11-17 02:33-0200\n"
"Last-Translator: Felipe Augusto van de Wiel (faw) <faw@debian.org>\n"
"Language-Team: Brazilian Portuguese <debian-l10n-"
@@ -1074,6 +1074,12 @@ msgstr "Impossível criar trava no diretório de listas"
msgid "Not locked"
msgstr ""
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/ro.po b/po/ro.po
index 8112ec6c4..f79564b6b 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -27,7 +27,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 2.9.8\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2024-09-02 00:21+0200\n"
"Last-Translator: Remus-Gabriel Chelu <remusgabriel.chelu@disroot.org>\n"
"Language-Team: Romanian <debian-l10n-romanian@lists.debian.org>\n"
@@ -1193,6 +1193,12 @@ msgstr "Nu se poate bloca directorul de administrare (%s), sunteți „root”?"
msgid "Not locked"
msgstr "Nu este blocat"
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/ru.po b/po/ru.po
index c093bf85b..7cad3afc5 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -18,7 +18,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 2.9.11\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2024-11-18 23:14+0300\n"
"Last-Translator: Алексей Шилин <shilin.aleksej@gmail.com>\n"
"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
@@ -1155,6 +1155,12 @@ msgstr ""
msgid "Not locked"
msgstr "Не заблокирован"
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/sk.po b/po/sk.po
index bdd494762..933167e88 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2012-06-28 20:49+0100\n"
"Last-Translator: Ivan Masár <helix84@centrum.sk>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
@@ -1095,6 +1095,12 @@ msgstr "Nedá sa zamknúť adresár na správu (%s), ste root?"
msgid "Not locked"
msgstr "Nie je zamknuté"
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/sl.po b/po/sl.po
index f844eb7e7..5a202fdfe 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2012-06-27 21:29+0000\n"
"Last-Translator: Andrej Znidarsic <andrej.znidarsic@gmail.com>\n"
"Language-Team: Slovenian <sl@li.org>\n"
@@ -1093,6 +1093,12 @@ msgstr "Skrbniške mape (%s) ni mogoče zakleniti. Ali ste skrbnik?"
msgid "Not locked"
msgstr "Ni zaklenjeno"
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/sv.po b/po/sv.po
index 6bec2fb4d..93f9ce1e5 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2015-08-19 21:33+0200\n"
"Last-Translator: Anders Jonsson <anders.jonsson@norsjovallen.se>\n"
"Language-Team: Swedish <debian-l10n-swedish@debian.org>\n"
@@ -1113,6 +1113,12 @@ msgstr "Kunde inte låsa administrationskatalogen (%s). Är du root?"
msgid "Not locked"
msgstr "Inte låst"
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/th.po b/po/th.po
index b35b44a3d..db864002c 100644
--- a/po/th.po
+++ b/po/th.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2014-12-12 13:00+0700\n"
"Last-Translator: Theppitak Karoonboonyanan <thep@debian.org>\n"
"Language-Team: Thai <thai-l10n@googlegroups.com>\n"
@@ -1080,6 +1080,12 @@ msgstr "ไม่สามารถล็อคไดเรกทอรีดู
msgid "Not locked"
msgstr "ไม่ได้ล็อคอยู่"
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/tl.po b/po/tl.po
index 2ac77a133..7496c09ad 100644
--- a/po/tl.po
+++ b/po/tl.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2007-03-29 21:36+0800\n"
"Last-Translator: Eric Pareja <xenos@upm.edu.ph>\n"
"Language-Team: Tagalog <debian-tl@banwa.upm.edu.ph>\n"
@@ -1083,6 +1083,12 @@ msgstr "Hindi maaldaba ang directory ng talaan"
msgid "Not locked"
msgstr ""
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/tr.po b/po/tr.po
index 0b5732e5e..1714a611b 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 2.6.0\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2023-04-19 15:15+0300\n"
"Last-Translator: Mert Dirik <mertdirik@gmail.com>\n"
"Language-Team: Debian l10n Turkish <debian-l10n-turkish@lists.debian.org>\n"
@@ -1133,6 +1133,12 @@ msgstr "Yönetim dizini (%s) kilitlenemiyor, root kullanıcısı mısınız?"
msgid "Not locked"
msgstr "Kilitlenmemiş"
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/uk.po b/po/uk.po
index 2a0d674d8..125ec8041 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2012-09-25 20:19+0300\n"
"Last-Translator: A. Bondarenko <artem.brz@gmail.com>\n"
"Language-Team: Українська <uk@li.org>\n"
@@ -1116,6 +1116,12 @@ msgstr "Неможливо заблокувати адміністративну
msgid "Not locked"
msgstr "Не заблоковано"
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/vi.po b/po/vi.po
index 03daae0a8..f481891ea 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.8\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2014-09-12 13:48+0700\n"
"Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
"Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
@@ -1111,6 +1111,12 @@ msgstr "Không thể khoá thư mục quản trị (%s), bạn có quyền root
msgid "Not locked"
msgstr "Chưa được khoá"
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 0b9d577e8..6d5ed3ae3 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 2.9.1\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2024-04-16 13:15-0400\n"
"Last-Translator: Boyuan Yang <073plan@gmail.com>\n"
"Language-Team: Chinese (simplified) <debian-l10n-chinese@lists.debian.org>\n"
@@ -1080,6 +1080,12 @@ msgstr "无法对状态列表目录加锁(%s),请查看您是否正以 root
msgid "Not locked"
msgstr "未锁定"
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format
diff --git a/po/zh_TW.po b/po/zh_TW.po
index ef81b89fc..69c5e285f 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.2.X\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2024-12-23 11:22+0000\n"
+"POT-Creation-Date: 2025-01-14 17:33+0000\n"
"PO-Revision-Date: 2009-01-28 10:41+0800\n"
"Last-Translator: Tetralet <tetralet@gmail.com>\n"
"Language-Team: Debian-user in Chinese [Big5] <debian-chinese-"
@@ -1067,6 +1067,12 @@ msgstr "無法鎖定列表目錄"
msgid "Not locked"
msgstr ""
+#: apt-pkg/deb/debsystem.cc
+msgid ""
+"The dpkg executable set in Dir::Bin::dpkg is missing, falling back to using "
+"default dpkg."
+msgstr ""
+
#. we don't care for the difference
#: apt-pkg/deb/dpkgpm.cc
#, c-format