diff -Nru apt-1.2.28/apt-pkg/contrib/fileutl.cc apt-1.2.29/apt-pkg/contrib/fileutl.cc --- apt-1.2.28/apt-pkg/contrib/fileutl.cc 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/apt-pkg/contrib/fileutl.cc 2018-10-09 10:36:50.000000000 +0000 @@ -26,6 +26,7 @@ #include #include #include +#include #include #include @@ -97,6 +98,8 @@ // This is the child if (Child == 0) { + if (_system != nullptr && _system->IsLocked() == true && (stringcasecmp(Cnf, "dpkg::post-invoke") == 0 || stringcasecmp(Cnf, "dpkg::pre-invoke") == 0)) + setenv("DPKG_FRONTEND_LOCKED", "true", 1); if (_config->FindDir("DPkg::Chroot-Directory","/") != "/") { std::cerr << "Chrooting into " diff -Nru apt-1.2.28/apt-pkg/deb/dpkgpm.cc apt-1.2.29/apt-pkg/deb/dpkgpm.cc --- apt-1.2.28/apt-pkg/deb/dpkgpm.cc 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/apt-pkg/deb/dpkgpm.cc 2018-10-09 10:36:50.000000000 +0000 @@ -467,6 +467,9 @@ strprintf(hookfd, "%d", InfoFD); setenv("APT_HOOK_INFO_FD", hookfd.c_str(), 1); + if (_system != nullptr && _system->IsLocked() == true && stringcasecmp(Cnf, "DPkg::Pre-Install-Pkgs") == 0) + setenv("DPKG_FRONTEND_LOCKED", "true", 1); + debSystem::DpkgChrootDirectory(); const char *Args[4]; Args[0] = "/bin/sh"; diff -Nru apt-1.2.28/configure apt-1.2.29/configure --- apt-1.2.28/configure 2018-09-28 13:22:01.000000000 +0000 +++ apt-1.2.29/configure 2018-10-09 10:37:13.000000000 +0000 @@ -2455,7 +2455,7 @@ PACKAGE="apt" -PACKAGE_VERSION="1.2.28" +PACKAGE_VERSION="1.2.29" PACKAGE_MAIL="APT Development Team " cat >>confdefs.h <<_ACEOF #define PACKAGE "$PACKAGE" diff -Nru apt-1.2.28/configure.ac apt-1.2.29/configure.ac --- apt-1.2.28/configure.ac 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/configure.ac 2018-10-09 10:36:50.000000000 +0000 @@ -19,7 +19,7 @@ AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in) PACKAGE="apt" -PACKAGE_VERSION="1.2.28" +PACKAGE_VERSION="1.2.29" PACKAGE_MAIL="APT Development Team " AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_DEFINE_UNQUOTED(PACKAGE_VERSION,"$PACKAGE_VERSION") diff -Nru apt-1.2.28/debian/changelog apt-1.2.29/debian/changelog --- apt-1.2.28/debian/changelog 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/debian/changelog 2018-10-09 10:36:50.000000000 +0000 @@ -1,3 +1,14 @@ +apt (1.2.29) xenial; urgency=medium + + * Set DPKG_FRONTEND_LOCKED when running {pre,post}-invoke scripts. + Some post-invoke scripts install packages, which fails because + the environment variable is not set. This sets the variable for + all three kinds of scripts {pre,post-}invoke and pre-install-pkgs, + but we will only allow post-invoke at a later time. + (LP: #1796808) + + -- Julian Andres Klode Tue, 09 Oct 2018 12:35:03 +0200 + apt (1.2.28) xenial; urgency=medium [ Julian Andres Klode ] diff -Nru apt-1.2.28/doc/apt-verbatim.ent apt-1.2.29/doc/apt-verbatim.ent --- apt-1.2.28/doc/apt-verbatim.ent 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/doc/apt-verbatim.ent 2018-10-09 10:36:50.000000000 +0000 @@ -237,7 +237,7 @@ "> - + diff -Nru apt-1.2.28/doc/po/apt-doc.pot apt-1.2.29/doc/po/apt-doc.pot --- apt-1.2.28/doc/po/apt-doc.pot 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/doc/po/apt-doc.pot 2018-10-09 10:36:50.000000000 +0000 @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt-doc 1.2.28\n" +"Project-Id-Version: apt-doc 1.2.29\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff -Nru apt-1.2.28/doc/po/de.po apt-1.2.29/doc/po/de.po --- apt-1.2.28/doc/po/de.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/doc/po/de.po 2018-10-09 10:36:50.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: apt-doc 1.0.8\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2014-09-14 14:46+0200\n" "Last-Translator: Chris Leick \n" "Language-Team: German \n" diff -Nru apt-1.2.28/doc/po/es.po apt-1.2.29/doc/po/es.po --- apt-1.2.28/doc/po/es.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/doc/po/es.po 2018-10-09 10:36:50.000000000 +0000 @@ -38,7 +38,7 @@ msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2014-07-04 01:31+0200\n" "Last-Translator: Omar Campagne \n" "Language-Team: Debian l10n Spanish \n" diff -Nru apt-1.2.28/doc/po/fr.po apt-1.2.29/doc/po/fr.po --- apt-1.2.28/doc/po/fr.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/doc/po/fr.po 2018-10-09 10:36:50.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2014-11-15 17:26+0100\n" "Last-Translator: Jean-Pierre Giraud \n" "Language-Team: French \n" diff -Nru apt-1.2.28/doc/po/it.po apt-1.2.29/doc/po/it.po --- apt-1.2.28/doc/po/it.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/doc/po/it.po 2018-10-09 10:36:50.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2015-12-27 21:26+0200\n" "Last-Translator: Beatrice Torracca \n" "Language-Team: Italian \n" diff -Nru apt-1.2.28/doc/po/ja.po apt-1.2.29/doc/po/ja.po --- apt-1.2.28/doc/po/ja.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/doc/po/ja.po 2018-10-09 10:36:50.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: apt-doc 1.0.6\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2016-03-23 09:39+0900\n" "Last-Translator: Takuma Yamada \n" "Language-Team: Japanese \n" diff -Nru apt-1.2.28/doc/po/nl.po apt-1.2.29/doc/po/nl.po --- apt-1.2.28/doc/po/nl.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/doc/po/nl.po 2018-10-09 10:36:50.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: apt-doc 1.1.10-nl\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2016-02-01 16:17+0100\n" "Last-Translator: Frans Spiesschaert \n" "Language-Team: Debian Dutch l10n Team \n" diff -Nru apt-1.2.28/doc/po/pl.po apt-1.2.29/doc/po/pl.po --- apt-1.2.28/doc/po/pl.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/doc/po/pl.po 2018-10-09 10:36:50.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2014-07-04 02:13+0200\n" "Last-Translator: Robert Luberda \n" "Language-Team: Polish \n" diff -Nru apt-1.2.28/doc/po/pt_BR.po apt-1.2.29/doc/po/pt_BR.po --- apt-1.2.28/doc/po/pt_BR.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/doc/po/pt_BR.po 2018-10-09 10:36:50.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: apt-doc 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2004-09-20 17:02+0000\n" "Last-Translator: André Luís Lopes \n" "Language-Team: \n" diff -Nru apt-1.2.28/doc/po/pt.po apt-1.2.29/doc/po/pt.po --- apt-1.2.28/doc/po/pt.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/doc/po/pt.po 2018-10-09 10:36:50.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: apt-doc 1.0.7\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2014-08-29 00:34+0100\n" "Last-Translator: Américo Monteiro \n" "Language-Team: Portuguese \n" diff -Nru apt-1.2.28/po/apt-all.pot apt-1.2.29/po/apt-all.pot --- apt-1.2.28/po/apt-all.pot 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/apt-all.pot 2018-10-09 10:36:50.000000000 +0000 @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 1.2.28\n" +"Project-Id-Version: apt 1.2.29\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff -Nru apt-1.2.28/po/ar.po apt-1.2.29/po/ar.po --- apt-1.2.28/po/ar.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/ar.po 2018-10-09 10:36:50.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2006-10-20 21:28+0300\n" "Last-Translator: Ossama M. Khayat \n" "Language-Team: Arabic \n" diff -Nru apt-1.2.28/po/ast.po apt-1.2.29/po/ast.po --- apt-1.2.28/po/ast.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/ast.po 2018-10-09 10:36:50.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: apt 0.7.18\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2010-10-02 23:35+0100\n" "Last-Translator: Iñigo Varela \n" "Language-Team: Asturian (ast)\n" diff -Nru apt-1.2.28/po/bg.po apt-1.2.29/po/bg.po --- apt-1.2.28/po/bg.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/bg.po 2018-10-09 10:36:50.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: apt 0.7.21\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2012-06-25 17:23+0300\n" "Last-Translator: Damyan Ivanov \n" "Language-Team: Bulgarian \n" diff -Nru apt-1.2.28/po/bs.po apt-1.2.29/po/bs.po --- apt-1.2.28/po/bs.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/bs.po 2018-10-09 10:36:50.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: apt 0.5.26\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2004-05-06 15:25+0100\n" "Last-Translator: Safir Šećerović \n" "Language-Team: Bosnian \n" diff -Nru apt-1.2.28/po/ca.po apt-1.2.29/po/ca.po --- apt-1.2.28/po/ca.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/ca.po 2018-10-09 10:36:50.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: apt 0.9.7.6\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2012-10-19 13:30+0200\n" "Last-Translator: Jordi Mallach \n" "Language-Team: Catalan \n" diff -Nru apt-1.2.28/po/cs.po apt-1.2.29/po/cs.po --- apt-1.2.28/po/cs.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/cs.po 2018-10-09 10:36:50.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2015-08-29 15:24+0200\n" "Last-Translator: Miroslav Kure \n" "Language-Team: Czech \n" diff -Nru apt-1.2.28/po/cy.po apt-1.2.29/po/cy.po --- apt-1.2.28/po/cy.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/cy.po 2018-10-09 10:36:50.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2005-06-06 13:46+0100\n" "Last-Translator: Dafydd Harries \n" "Language-Team: Welsh \n" diff -Nru apt-1.2.28/po/da.po apt-1.2.29/po/da.po --- apt-1.2.28/po/da.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/da.po 2018-10-09 10:36:50.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2014-07-06 23:51+0200\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" diff -Nru apt-1.2.28/po/de.po apt-1.2.29/po/de.po --- apt-1.2.28/po/de.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/de.po 2018-10-09 10:36:50.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: apt 1.0.8\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2014-09-19 13:04+0100\n" "Last-Translator: Holger Wansing \n" "Language-Team: Debian German \n" diff -Nru apt-1.2.28/po/dz.po apt-1.2.29/po/dz.po --- apt-1.2.28/po/dz.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/dz.po 2018-10-09 10:36:50.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2006-09-19 09:49+0530\n" "Last-Translator: Kinley Tshering \n" "Language-Team: Dzongkha \n" diff -Nru apt-1.2.28/po/el.po apt-1.2.29/po/el.po --- apt-1.2.28/po/el.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/el.po 2018-10-09 10:36:50.000000000 +0000 @@ -16,7 +16,7 @@ msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2008-08-26 18:25+0300\n" "Last-Translator: Θανάσης Νάτσης \n" "Language-Team: Greek \n" diff -Nru apt-1.2.28/po/es.po apt-1.2.29/po/es.po --- apt-1.2.28/po/es.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/es.po 2018-10-09 10:36:50.000000000 +0000 @@ -34,7 +34,7 @@ msgstr "" "Project-Id-Version: apt 0.8.10\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2016-01-26 01:51+0100\n" "Last-Translator: Manuel \"Venturi\" Porras Peralta \n" diff -Nru apt-1.2.28/po/eu.po apt-1.2.29/po/eu.po --- apt-1.2.28/po/eu.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/eu.po 2018-10-09 10:36:50.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2009-05-17 00:41+0200\n" "Last-Translator: Piarres Beobide \n" "Language-Team: Euskara \n" diff -Nru apt-1.2.28/po/fi.po apt-1.2.29/po/fi.po --- apt-1.2.28/po/fi.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/fi.po 2018-10-09 10:36:50.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: apt 0.5.26\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2008-12-11 14:52+0200\n" "Last-Translator: Tapio Lehtonen \n" "Language-Team: Finnish \n" diff -Nru apt-1.2.28/po/fr.po apt-1.2.29/po/fr.po --- apt-1.2.28/po/fr.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/fr.po 2018-10-09 10:36:50.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2013-12-15 16:45+0100\n" "Last-Translator: Julien Patriarca \n" "Language-Team: French \n" diff -Nru apt-1.2.28/po/gl.po apt-1.2.29/po/gl.po --- apt-1.2.28/po/gl.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/gl.po 2018-10-09 10:36:50.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2011-05-12 15:28+0100\n" "Last-Translator: Miguel Anxo Bouzada \n" "Language-Team: galician \n" diff -Nru apt-1.2.28/po/hu.po apt-1.2.29/po/hu.po --- apt-1.2.28/po/hu.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/hu.po 2018-10-09 10:36:50.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2016-04-10 19:46+0200\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" diff -Nru apt-1.2.28/po/it.po apt-1.2.29/po/it.po --- apt-1.2.28/po/it.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/it.po 2018-10-09 10:36:50.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2015-04-07 16:51+0100\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" diff -Nru apt-1.2.28/po/ja.po apt-1.2.29/po/ja.po --- apt-1.2.28/po/ja.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/ja.po 2018-10-09 10:36:50.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: apt 1.0.9.3\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2016-05-18 15:31+0900\n" "Last-Translator: Takuma Yamada \n" "Language-Team: Japanese \n" diff -Nru apt-1.2.28/po/km.po apt-1.2.29/po/km.po --- apt-1.2.28/po/km.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/km.po 2018-10-09 10:36:50.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2006-10-10 09:48+0700\n" "Last-Translator: Khoem Sokhem \n" "Language-Team: Khmer \n" diff -Nru apt-1.2.28/po/ko.po apt-1.2.29/po/ko.po --- apt-1.2.28/po/ko.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/ko.po 2018-10-09 10:36:50.000000000 +0000 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2010-08-30 02:31+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: Korean \n" diff -Nru apt-1.2.28/po/ku.po apt-1.2.29/po/ku.po --- apt-1.2.28/po/ku.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/ku.po 2018-10-09 10:36:50.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2008-05-08 12:48+0200\n" "Last-Translator: Erdal Ronahi \n" "Language-Team: ku \n" diff -Nru apt-1.2.28/po/lt.po apt-1.2.29/po/lt.po --- apt-1.2.28/po/lt.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/lt.po 2018-10-09 10:36:50.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2008-08-02 01:47-0400\n" "Last-Translator: Gintautas Miliauskas \n" "Language-Team: Lithuanian \n" diff -Nru apt-1.2.28/po/mr.po apt-1.2.29/po/mr.po --- apt-1.2.28/po/mr.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/mr.po 2018-10-09 10:36:50.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2008-11-20 23:27+0530\n" "Last-Translator: Sampada \n" "Language-Team: Marathi, janabhaaratii, C-DAC, Mumbai, India " diff -Nru apt-1.2.28/po/nb.po apt-1.2.29/po/nb.po --- apt-1.2.28/po/nb.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/nb.po 2018-10-09 10:36:50.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2016-06-11 22:38+0200\n" "Last-Translator: Petter Reinholdtsen \n" "Language-Team: Norwegian Bokmål \n" diff -Nru apt-1.2.28/po/ne.po apt-1.2.29/po/ne.po --- apt-1.2.28/po/ne.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/ne.po 2018-10-09 10:36:50.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2006-06-12 14:35+0545\n" "Last-Translator: Shiva Pokharel \n" "Language-Team: Nepali \n" diff -Nru apt-1.2.28/po/nl.po apt-1.2.29/po/nl.po --- apt-1.2.28/po/nl.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/nl.po 2018-10-09 10:36:50.000000000 +0000 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: apt 1.2.11\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2016-04-27 18:12+0200\n" "Last-Translator: Frans Spiesschaert \n" "Language-Team: Debian Dutch l10n Team \n" diff -Nru apt-1.2.28/po/nn.po apt-1.2.29/po/nn.po --- apt-1.2.28/po/nn.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/nn.po 2018-10-09 10:36:50.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2005-02-14 23:30+0100\n" "Last-Translator: Havard Korsvoll \n" "Language-Team: Norwegian nynorsk \n" diff -Nru apt-1.2.28/po/pl.po apt-1.2.29/po/pl.po --- apt-1.2.28/po/pl.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/pl.po 2018-10-09 10:36:50.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: apt 0.9.7.3\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2012-07-28 21:53+0200\n" "Last-Translator: Michał Kułach \n" "Language-Team: Polish \n" diff -Nru apt-1.2.28/po/pt_BR.po apt-1.2.29/po/pt_BR.po --- apt-1.2.28/po/pt_BR.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/pt_BR.po 2018-10-09 10:36:50.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2008-11-17 02:33-0200\n" "Last-Translator: Felipe Augusto van de Wiel (faw) \n" "Language-Team: Brazilian Portuguese \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2012-06-29 15:45+0100\n" "Last-Translator: Miguel Figueiredo \n" "Language-Team: Portuguese \n" diff -Nru apt-1.2.28/po/ro.po apt-1.2.29/po/ro.po --- apt-1.2.28/po/ro.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/ro.po 2018-10-09 10:36:50.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2008-11-15 02:21+0200\n" "Last-Translator: Eddy Petrișor \n" "Language-Team: Romanian \n" diff -Nru apt-1.2.28/po/ru.po apt-1.2.29/po/ru.po --- apt-1.2.28/po/ru.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/ru.po 2018-10-09 10:36:50.000000000 +0000 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: apt 1.2.12\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2016-05-19 20:50+0300\n" "Last-Translator: Yuri Kozlov \n" "Language-Team: Russian \n" diff -Nru apt-1.2.28/po/sk.po apt-1.2.29/po/sk.po --- apt-1.2.28/po/sk.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/sk.po 2018-10-09 10:36:50.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2012-06-28 20:49+0100\n" "Last-Translator: Ivan Masár \n" "Language-Team: Slovak \n" diff -Nru apt-1.2.28/po/sl.po apt-1.2.29/po/sl.po --- apt-1.2.28/po/sl.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/sl.po 2018-10-09 10:36:50.000000000 +0000 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: apt 0.5.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2012-06-27 21:29+0000\n" "Last-Translator: Andrej Znidarsic \n" "Language-Team: Slovenian \n" diff -Nru apt-1.2.28/po/sv.po apt-1.2.29/po/sv.po --- apt-1.2.28/po/sv.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/sv.po 2018-10-09 10:36:50.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: apt\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2015-08-19 21:33+0200\n" "Last-Translator: Anders Jonsson \n" "Language-Team: Swedish \n" diff -Nru apt-1.2.28/po/th.po apt-1.2.29/po/th.po --- apt-1.2.28/po/th.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/th.po 2018-10-09 10:36:50.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2014-12-12 13:00+0700\n" "Last-Translator: Theppitak Karoonboonyanan \n" "Language-Team: Thai \n" diff -Nru apt-1.2.28/po/tl.po apt-1.2.29/po/tl.po --- apt-1.2.28/po/tl.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/tl.po 2018-10-09 10:36:50.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2007-03-29 21:36+0800\n" "Last-Translator: Eric Pareja \n" "Language-Team: Tagalog \n" diff -Nru apt-1.2.28/po/tr.po apt-1.2.29/po/tr.po --- apt-1.2.28/po/tr.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/tr.po 2018-10-09 10:36:50.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2016-07-21 18:43+0300\n" "Last-Translator: Mert Dirik \n" "Language-Team: Debian l10n Turkish \n" diff -Nru apt-1.2.28/po/uk.po apt-1.2.29/po/uk.po --- apt-1.2.28/po/uk.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/uk.po 2018-10-09 10:36:50.000000000 +0000 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2012-09-25 20:19+0300\n" "Last-Translator: A. Bondarenko \n" "Language-Team: Українська \n" diff -Nru apt-1.2.28/po/vi.po apt-1.2.29/po/vi.po --- apt-1.2.28/po/vi.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/vi.po 2018-10-09 10:36:50.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: apt 1.0.8\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2014-09-12 13:48+0700\n" "Last-Translator: Trần Ngọc Quân \n" "Language-Team: Vietnamese \n" diff -Nru apt-1.2.28/po/zh_CN.po apt-1.2.29/po/zh_CN.po --- apt-1.2.28/po/zh_CN.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/zh_CN.po 2018-10-09 10:36:50.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: apt 1.2.x\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2016-08-20 13:00+0000\n" "Last-Translator: Zhou Mo \n" "Language-Team: Chinese (simplified) \n" diff -Nru apt-1.2.28/po/zh_TW.po apt-1.2.29/po/zh_TW.po --- apt-1.2.28/po/zh_TW.po 2018-09-28 13:21:41.000000000 +0000 +++ apt-1.2.29/po/zh_TW.po 2018-10-09 10:36:50.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: apt 1.2.X\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2018-09-28 13:19+0000\n" +"POT-Creation-Date: 2018-10-09 10:36+0000\n" "PO-Revision-Date: 2009-01-28 10:41+0800\n" "Last-Translator: Tetralet \n" "Language-Team: Debian-user in Chinese [Big5] ./post-invoke < rootdir/etc/apt/apt.conf.d/01dpkgpostinvoke + +testdpkgnotinstalled 'foo' 'bar' +testsuccess apt show foo +testfailure apt show bar + +testsuccess apt install foo -s +testdpkgnotinstalled 'foo' 'bar' + +testsuccess apt install foo +testdpkginstalled 'foo' 'bar'