summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apt-pkg/deb/debsystem.cc2
-rw-r--r--doc/apt-verbatim.ent2
-rw-r--r--po/de.po10
-rw-r--r--vendor/debian/apt-vendor.ent4
4 files changed, 9 insertions, 9 deletions
diff --git a/apt-pkg/deb/debsystem.cc b/apt-pkg/deb/debsystem.cc
index eac43c3b7..a0200305d 100644
--- a/apt-pkg/deb/debsystem.cc
+++ b/apt-pkg/deb/debsystem.cc
@@ -420,7 +420,7 @@ pid_t debSystem::ExecDpkg(std::vector<std::string> const &sArgs, int * const inp
pid_t const dpkg = ExecFork();
if (dpkg == 0) {
- int const nullfd = open("/dev/null", O_RDONLY);
+ int const nullfd = open("/dev/null", O_RDWR);
if (inputFd == nullptr)
dup2(nullfd, STDIN_FILENO);
else
diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent
index dd806cca8..17ee1504e 100644
--- a/doc/apt-verbatim.ent
+++ b/doc/apt-verbatim.ent
@@ -231,7 +231,7 @@
</citerefentry>"
>
-<!ENTITY apt-acquire-additional-files "<literal><filename>/usr/share/doc/apt-doc/acquire-additional-files.md.gz</filename></literal>">
+<!ENTITY apt-acquire-additional-files "<literal><filename>/usr/share/doc/apt/acquire-additional-files.md.gz</filename></literal>">
<!-- Boiler plate docinfo section -->
<!ENTITY apt-email "
diff --git a/po/de.po b/po/de.po
index 7e66b3829..ee18e57f0 100644
--- a/po/de.po
+++ b/po/de.po
@@ -1,6 +1,6 @@
# German messages for the apt suite.
# Copyright (C) 1997, 1998, 1999 Jason Gunthorpe and others.
-# Helge Kreutzmann <debian@helgefjell.de>, 2020.
+# Helge Kreutzmann <debian@helgefjell.de>, 2020, 2021.
# Holger Wansing <linux@wansing-online.de>, 2008, 2009, 2010, 2012, 2014, 2017, 2018.
# Jens Seidel <jensseidel@users.sf.net>, 2008.
# Michael Piefel <piefel@informatik.hu-berlin.de>, 2001, 2002, 2003, 2004, 2006.
@@ -9,10 +9,10 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: apt 2.1.14\n"
+"Project-Id-Version: apt 2.1.16\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
"POT-Creation-Date: 2021-01-08 21:58+0100\n"
-"PO-Revision-Date: 2020-12-23 07:28+0100\n"
+"PO-Revision-Date: 2021-01-11 21:40+0100\n"
"Last-Translator: Helge Kreutzmann <debian@helgefjell.de>\n"
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
"Language: de\n"
@@ -20,7 +20,6 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 2.0\n"
#: apt-pkg/acquire-item.cc
msgid ""
@@ -2446,7 +2445,7 @@ msgstr " Versionstabelle:"
#: apt-private/private-show.cc
msgid "phased"
-msgstr ""
+msgstr "gestaffelt"
#: apt-private/private-source.cc
#, c-format
@@ -4614,3 +4613,4 @@ msgstr "Leere Dateien können kein gültiges Archiv sein."
#~ msgid "Release file expired, ignoring %s (invalid since %s)"
#~ msgstr "Release-Datei abgelaufen, %s wird ignoriert (ungültig seit %s)"
+
diff --git a/vendor/debian/apt-vendor.ent b/vendor/debian/apt-vendor.ent
index 41484c42e..9044f4bb3 100644
--- a/vendor/debian/apt-vendor.ent
+++ b/vendor/debian/apt-vendor.ent
@@ -7,7 +7,7 @@
<!ENTITY keyring-uri "">
<!ENTITY sourceslist-list-format "deb http://deb.debian.org/debian &debian-stable-codename; main contrib non-free
-deb http://security.debian.org &debian-stable-codename;/updates main contrib non-free">
+deb http://security.debian.org &debian-stable-codename;-security main contrib non-free">
<!ENTITY sourceslist-sources-format "Types: deb
URIs: http://deb.debian.org/debian
Suites: &debian-stable-codename;
@@ -15,5 +15,5 @@ Components: main contrib non-free
Types: deb
URIs: http://security.debian.org
-Suites: &debian-stable-codename;/updates
+Suites: &debian-stable-codename;-security
Components: main contrib non-free">