Julian Andres Klode пре 10 година
родитељ
комит
317bb39f3c
61 измењених фајлова са 160 додато и 62 уклоњено
  1. 1 1
      CMakeLists.txt
  2. 54 0
      debian/changelog
  3. 1 1
      doc/apt-cache.8.xml
  4. 1 1
      doc/apt-get.8.xml
  5. 1 1
      doc/apt-verbatim.ent
  6. 1 1
      doc/apt.conf.5.xml
  7. 2 2
      doc/po/apt-doc.pot
  8. 1 1
      doc/po/de.po
  9. 1 1
      doc/po/es.po
  10. 1 1
      doc/po/fr.po
  11. 1 1
      doc/po/it.po
  12. 1 1
      doc/po/ja.po
  13. 1 1
      doc/po/nl.po
  14. 1 1
      doc/po/pl.po
  15. 1 1
      doc/po/pt.po
  16. 1 1
      doc/po/pt_BR.po
  17. 1 1
      doc/sources.list.5.xml
  18. 3 2
      po/apt-all.pot
  19. 2 1
      po/ar.po
  20. 2 1
      po/ast.po
  21. 2 1
      po/bg.po
  22. 2 1
      po/bs.po
  23. 2 1
      po/ca.po
  24. 2 1
      po/cs.po
  25. 2 1
      po/cy.po
  26. 2 1
      po/da.po
  27. 2 1
      po/de.po
  28. 2 1
      po/dz.po
  29. 2 1
      po/el.po
  30. 2 1
      po/es.po
  31. 2 1
      po/eu.po
  32. 2 1
      po/fi.po
  33. 2 1
      po/fr.po
  34. 2 1
      po/gl.po
  35. 2 1
      po/hu.po
  36. 2 1
      po/it.po
  37. 2 1
      po/ja.po
  38. 2 1
      po/km.po
  39. 2 1
      po/ko.po
  40. 2 1
      po/ku.po
  41. 2 1
      po/lt.po
  42. 2 1
      po/mr.po
  43. 2 1
      po/nb.po
  44. 2 1
      po/ne.po
  45. 2 1
      po/nl.po
  46. 2 1
      po/nn.po
  47. 2 1
      po/pl.po
  48. 2 1
      po/pt.po
  49. 2 1
      po/pt_BR.po
  50. 2 1
      po/ro.po
  51. 2 1
      po/ru.po
  52. 2 1
      po/sk.po
  53. 2 1
      po/sl.po
  54. 2 1
      po/sv.po
  55. 2 1
      po/th.po
  56. 2 1
      po/tl.po
  57. 2 1
      po/tr.po
  58. 2 1
      po/uk.po
  59. 2 1
      po/vi.po
  60. 2 1
      po/zh_CN.po
  61. 2 1
      po/zh_TW.po

+ 1 - 1
CMakeLists.txt

@@ -165,7 +165,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 "1.3~rc2")
+set(PACKAGE_VERSION "1.3~rc3")
 
 if (NOT DEFINED COMMON_ARCH)
   execute_process(COMMAND dpkg-architecture -qDEB_HOST_ARCH

+ 54 - 0
debian/changelog

@@ -1,3 +1,57 @@
+apt (1.3~rc3) unstable; urgency=medium
+
+  [ Julian Andres Klode ]
+  * Ignore SIGINT and SIGQUIT for Pre-Install hooks
+    This basically fixes Bug #832593, as long as your /bin/sh
+    is not dash, as dash is evil.
+  * prepare-release: Use equivs and gdebi-core for travis deps
+  * install-progress: Call the real ::fork() in our fork() method
+  * Packaging cleanup:
+    - debian: Install etc/apt if present (e.g., on Ubuntu)
+    - tests/control: Handle the gpg1/gpg2 mess a bit better
+    - debian: Make better use of the tree installed by CMake
+    - debian: Switch to debhelper 10
+    - debian: Add more lintian overrides
+    - debian: Drop outdated stuff
+    - debian: Run wrap-and-sort
+    - Add new symbols to symbols file
+  * Build system fixes, including:
+   - CMake: Translations: Don't rebuild .mo for line number changes
+   - CMake: Translations: Pass --previous to msgmerge.
+     Thanks to Guillem Jover for the suggestion.
+   - CMake: Do not add po/ if USE_NLS is OFF
+   - CMake: Install config and logging directories
+   - CMake: Translations: Build byproduct before output
+   - CMake: Add Large File Support (Closes: #834767)
+  * Several portability fixes (full test suite passes on FreeBSD), including:
+   - CMake: Discover docbook stylesheet in other locations
+   - Add missing includes and external definitions
+   - Use C locale instead of C.UTF-8 for protocol strings
+   - Make directory paths configurable
+   - Lower-case uname -r output in kernel autoremove helper
+   - Make root group configurable via ROOT_GROUP
+  * Accept --autoremove as alias for --auto-remove
+  * apt-inst: debfile: Pass comp. Name to ExtractTar, not Binary
+  * changelog: Respect Dir setting for local changelog getting
+  * init: Add Dir::Bin::planners default entry
+  * Switch documentation from httpredir.d.o to deb.d.o
+
+  [ Zhou Mo ]
+  * zh_CN.po: update simplified Chinese translation
+
+  [ David Kalnischkies ]
+  * do dpkg --configure before --remove/--purge --pending (Closes: 835094)
+  * prevent C++ locale number formatting in text APIs (try 3) (LP: 1611010)
+  * do fail on weakhash/loop earlier in acquire (Closes: 835195)
+  * do not restore selections for already purged packages
+  * apt-key: warn instead of fail on unreadable keyrings
+  * show apt-key warnings in apt update (Closes: 834973)
+  * treat .ddeb files like .deb, especially for dpkg (LP: #1616909)
+  * randomize acquire order for same type index files
+  * don't loop on pinning pkgs from absolute debs by regex (Closes: 835818)
+
+ -- Julian Andres Klode <jak@debian.org>  Tue, 30 Aug 2016 22:20:28 +0200
+
 apt (1.3~rc2) unstable; urgency=medium
 
   [ Julian Andres Klode ]

+ 1 - 1
doc/apt-cache.8.xml

@@ -14,7 +14,7 @@
    &apt-email;
    &apt-product;
    <!-- The last update date -->
-   <date>2016-08-16T00:00:00Z</date>
+   <date>2016-08-17T00:00:00Z</date>
  </refentryinfo>
  
  <refmeta>

+ 1 - 1
doc/apt-get.8.xml

@@ -14,7 +14,7 @@
    &apt-email;
    &apt-product;
    <!-- The last update date -->
-   <date>2016-08-16T00:00:00Z</date>
+   <date>2016-08-26T00:00:00Z</date>
  </refentryinfo>
  
  <refmeta>

+ 1 - 1
doc/apt-verbatim.ent

@@ -239,7 +239,7 @@
 ">
 
 <!-- this will be updated by 'prepare-release' -->
-<!ENTITY apt-product-version "1.3~rc2">
+<!ENTITY apt-product-version "1.3~rc3">
 
 <!-- (Code)names for various things used all over the place -->
 <!ENTITY debian-oldstable-codename "wheezy">

+ 1 - 1
doc/apt.conf.5.xml

@@ -19,7 +19,7 @@
    &apt-email;
    &apt-product;
    <!-- The last update date -->
-   <date>2016-08-11T00:00:00Z</date>
+   <date>2016-08-17T00:00:00Z</date>
  </refentryinfo>
  
  <refmeta>

+ 2 - 2
doc/po/apt-doc.pot

@@ -5,9 +5,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: apt-doc 1.3~rc2\n"
+"Project-Id-Version: apt-doc 1.3~rc3\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\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"

+ 1 - 1
doc/po/de.po

@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.8\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2014-09-14 14:46+0200\n"
 "Last-Translator: Chris Leick <c.leick@vollbio.de>\n"
 "Language-Team: German <debian-l10n-german@lists.debian.org>\n"

+ 1 - 1
doc/po/es.po

@@ -38,7 +38,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2014-07-04 01:31+0200\n"
 "Last-Translator: Omar Campagne <ocampagne@gmail.com>\n"
 "Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n"

+ 1 - 1
doc/po/fr.po

@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2014-11-15 17:26+0100\n"
 "Last-Translator: Jean-Pierre Giraud <jean-pierregiraud@neuf.fr>\n"
 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"

+ 1 - 1
doc/po/it.po

@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2015-12-27 21:26+0200\n"
 "Last-Translator: Beatrice Torracca <beatricet@libero.it>\n"
 "Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"

+ 1 - 1
doc/po/ja.po

@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.6\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2016-03-23 09:39+0900\n"
 "Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n"
 "Language-Team: Japanese <debian-japanese@lists.debian.org>\n"

+ 1 - 1
doc/po/nl.po

@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.1.10-nl\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2016-02-01 16:17+0100\n"
 "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
 "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"

+ 1 - 1
doc/po/pl.po

@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2014-07-04 02:13+0200\n"
 "Last-Translator: Robert Luberda <robert@debian.org>\n"
 "Language-Team: Polish <manpages-pl-list@lists.sourceforge.net>\n"

+ 1 - 1
doc/po/pt.po

@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.7\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2014-08-29 00:34+0100\n"
 "Last-Translator: Américo Monteiro <a_monteiro@gmx.com>\n"
 "Language-Team: Portuguese <traduz@debianpt.org>\n"

+ 1 - 1
doc/po/pt_BR.po

@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2004-09-20 17:02+0000\n"
 "Last-Translator: André Luís Lopes <andrelop@debian.org>\n"
 "Language-Team: <debian-l10n-portuguese@lists.debian.org>\n"

+ 1 - 1
doc/sources.list.5.xml

@@ -14,7 +14,7 @@
    &apt-email;
    &apt-product;
    <!-- The last update date -->
-   <date>2016-08-06T00:00:00Z</date>
+   <date>2016-08-29T00:00:00Z</date>
  </refentryinfo>
  
  <refmeta>

+ 3 - 2
po/apt-all.pot

@@ -5,9 +5,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: apt 1.3~rc2\n"
+"Project-Id-Version: apt 1.3~rc3\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\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"
@@ -1277,6 +1277,7 @@ msgstr ""
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""

+ 2 - 1
po/ar.po

@@ -6,7 +6,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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\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"
@@ -1289,6 +1289,7 @@ msgstr ""
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""

+ 2 - 1
po/ast.po

@@ -4,7 +4,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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\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"
@@ -1327,6 +1327,7 @@ msgstr "Nun pudo determinase una triba de sistema d'empaquetáu afayadiza"
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "Executando dpkt"

+ 2 - 1
po/bg.po

@@ -10,7 +10,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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\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"
@@ -1354,6 +1354,7 @@ msgstr "Неуспех при определянето на подходяща 
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "Изпълняване на dpkg"

+ 2 - 1
po/bs.po

@@ -6,7 +6,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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\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"
@@ -1286,6 +1286,7 @@ msgstr ""
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""

+ 2 - 1
po/ca.po

@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 0.9.7.6\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2012-10-19 13:30+0200\n"
 "Last-Translator: Jordi Mallach <jordi@debian.org>\n"
 "Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n"
@@ -1350,6 +1350,7 @@ msgstr "No es pot determinar un tipus de sistema d'empaquetament adequat."
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "S'està executant dpkg"

+ 2 - 1
po/cs.po

@@ -7,7 +7,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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2015-08-29 15:24+0200\n"
 "Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
 "Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
@@ -1329,6 +1329,7 @@ msgstr "Nebylo možno určit vhodný typ balíčkovacího systému"
 msgid "Progress: [%3i%%]"
 msgstr "Postup: [%3i%%]"
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "Spouští se dpkg"

+ 2 - 1
po/cy.po

@@ -6,7 +6,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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\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"
@@ -1318,6 +1318,7 @@ msgstr "Ni ellir canfod math system addas"
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""

+ 2 - 1
po/da.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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2014-07-06 23:51+0200\n"
 "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
 "Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
@@ -1325,6 +1325,7 @@ msgstr "Kunne ikke bestemme en passende pakkesystemtype"
 msgid "Progress: [%3i%%]"
 msgstr "Status: [%3i%%]"
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "Kører dpkg"

+ 2 - 1
po/de.po

@@ -10,7 +10,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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2014-09-19 13:04+0100\n"
 "Last-Translator: Holger Wansing <linux@wansing-online.de>\n"
 "Language-Team: Debian German <debian-l10n-german@lists.debian.org>\n"
@@ -1366,6 +1366,7 @@ msgstr "Bestimmung eines passenden Paketierungssystemtyps nicht möglich"
 msgid "Progress: [%3i%%]"
 msgstr "Fortschritt: [%3i%%]"
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "Ausführen von dpkg"

+ 2 - 1
po/dz.po

@@ -6,7 +6,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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\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"
@@ -1300,6 +1300,7 @@ msgstr "འོས་འབབ་དང་ལྡན་པའི་སྦུང་
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""

+ 2 - 1
po/el.po

@@ -16,7 +16,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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2008-08-26 18:25+0300\n"
 "Last-Translator: Θανάσης Νάτσης <natsisthanasis@gmail.com>\n"
 "Language-Team: Greek <debian-l10n-greek@lists.debian.org>\n"
@@ -1315,6 +1315,7 @@ msgstr "Αδύνατος ο καθορισμός ενός κατάλληλου 
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""

+ 2 - 1
po/es.po

@@ -34,7 +34,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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2016-01-26 01:51+0100\n"
 "Last-Translator: Manuel \"Venturi\" Porras Peralta <venturi@openmailbox."
 "org>\n"
@@ -1444,6 +1444,7 @@ msgstr "No se pudo determinar un tipo de sistema de paquetes adecuado"
 msgid "Progress: [%3i%%]"
 msgstr "Progreso: [%3i%%]"
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "Ejecutando dpkg"

+ 2 - 1
po/eu.po

@@ -7,7 +7,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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\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"
@@ -1301,6 +1301,7 @@ msgstr "Ezin da pakete sistemaren mota egokirik zehaztu"
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""

+ 2 - 1
po/fi.po

@@ -8,7 +8,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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\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"
@@ -1296,6 +1296,7 @@ msgstr "Sopivaa paketointijärjestelmän tyyppiä ei saa selvitettyä"
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""

+ 2 - 1
po/fr.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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2013-12-15 16:45+0100\n"
 "Last-Translator: Julien Patriarca <leatherface@debian.org>\n"
 "Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -1368,6 +1368,7 @@ msgstr "Impossible de déterminer un type du système de paquets adéquat"
 msgid "Progress: [%3i%%]"
 msgstr "Progression : [%3i%%]"
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "Exécution de dpkg"

+ 2 - 1
po/gl.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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\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"
@@ -1350,6 +1350,7 @@ msgstr "Non é posíbel determinar un tipo de sistema de empaquetado axeitado"
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "Executando dpkg"

+ 2 - 1
po/hu.po

@@ -7,7 +7,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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\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"
@@ -1372,6 +1372,7 @@ msgstr "A megfelelő csomagrendszertípus nem határozható meg"
 msgid "Progress: [%3i%%]"
 msgstr "Haladás: [%3i%%]"
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "A dpkg futtatása"

+ 2 - 1
po/it.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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2015-04-07 16:51+0100\n"
 "Last-Translator: Milo Casagrande <milo@milo.name>\n"
 "Language-Team: Italian <tp@lists.linux.it>\n"
@@ -1365,6 +1365,7 @@ msgstr "Impossibile determinare un tipo di sistema appropriato di pacchetti"
 msgid "Progress: [%3i%%]"
 msgstr "Avanzamento: [%3i%%]"
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "Esecuzione di dpkg"

+ 2 - 1
po/ja.po

@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.0.9.3\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2016-05-18 15:31+0900\n"
 "Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n"
 "Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -1372,6 +1372,7 @@ msgstr "適切なパッケージシステムタイプを特定できません"
 msgid "Progress: [%3i%%]"
 msgstr "進捗: [%3i%%]"
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "dpkg を実行しています"

+ 2 - 1
po/km.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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\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"
@@ -1296,6 +1296,7 @@ msgstr "មិនអាច​កំណត់​ប្រភេទ​ប្រព
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""

+ 2 - 1
po/ko.po

@@ -5,7 +5,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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\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"
@@ -1305,6 +1305,7 @@ msgstr "올바른 패키지 시스템 타입을 알아낼 수 없습니다"
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "dpkg 실행하는 중입니다"

+ 2 - 1
po/ku.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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\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"
@@ -1288,6 +1288,7 @@ msgstr ""
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""

+ 2 - 1
po/lt.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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\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"
@@ -1290,6 +1290,7 @@ msgstr ""
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""

+ 2 - 1
po/mr.po

@@ -6,7 +6,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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\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 "
@@ -1293,6 +1293,7 @@ msgstr "योग्य असा पॅकेजिंग प्रणाली
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""

+ 2 - 1
po/nb.po

@@ -12,7 +12,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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2016-06-11 22:38+0200\n"
 "Last-Translator: Petter Reinholdtsen <pere@hungry.com>\n"
 "Language-Team: Norwegian Bokmål <i18n-no@lister.ping.uio.no>\n"
@@ -1323,6 +1323,7 @@ msgstr "Klarer ikke bestemme en passende pakkesystemtype"
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "Kjører dpkg"

+ 2 - 1
po/ne.po

@@ -6,7 +6,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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\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"
@@ -1292,6 +1292,7 @@ msgstr "उपयुक्त प्याकिङ्ग प्रणाली
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""

+ 2 - 1
po/nl.po

@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.2.11\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2016-04-27 18:12+0200\n"
 "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
 "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
@@ -1387,6 +1387,7 @@ msgstr "Kan geen geschikt pakketbeheersysteemtype bepalen"
 msgid "Progress: [%3i%%]"
 msgstr "Voortgang: [%3i%%]"
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "dpkg wordt uitgevoerd"

+ 2 - 1
po/nn.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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\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"
@@ -1300,6 +1300,7 @@ msgstr "Klarte ikkje avgjera ein eigna pakkesystemtype"
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""

+ 2 - 1
po/pl.po

@@ -11,7 +11,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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2012-07-28 21:53+0200\n"
 "Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n"
 "Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n"
@@ -1355,6 +1355,7 @@ msgstr "Nie udało się określić odpowiedniego typu systemu pakietów"
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "Uruchamianie dpkg"

+ 2 - 1
po/pt.po

@@ -7,7 +7,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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\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"
@@ -1358,6 +1358,7 @@ msgstr ""
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "A correr o dpkg"

+ 2 - 1
po/pt_BR.po

@@ -7,7 +7,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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\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-portuguese@lists.debian."
@@ -1304,6 +1304,7 @@ msgstr "Impossível determinar um tipo de sistema de empacotamento aplicável."
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""

+ 2 - 1
po/ro.po

@@ -7,7 +7,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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2008-11-15 02:21+0200\n"
 "Last-Translator: Eddy Petrișor <eddy.petrisor@gmail.com>\n"
 "Language-Team: Romanian <debian-l10n-romanian@lists.debian.org>\n"
@@ -1307,6 +1307,7 @@ msgstr "Nu s-a putut determina un tip de sistem de împachetare potrivit"
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""

+ 2 - 1
po/ru.po

@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt 1.2.12\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2016-05-19 20:50+0300\n"
 "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
 "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
@@ -1374,6 +1374,7 @@ msgstr "Невозможно определить подходящий тип с
 msgid "Progress: [%3i%%]"
 msgstr "Ход выполнения: [%3i%%]"
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "Запускается dpkg"

+ 2 - 1
po/sk.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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\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"
@@ -1328,6 +1328,7 @@ msgstr "Nedá sa určiť vhodný typ systému balíkov"
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "Spúšťa sa dpkg"

+ 2 - 1
po/sl.po

@@ -4,7 +4,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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\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"
@@ -1330,6 +1330,7 @@ msgstr "Ni mogoče določiti ustrezne vrste paketnega sistema"
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "Poganjanje dpkg"

+ 2 - 1
po/sv.po

@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: apt\n"
 "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\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"
@@ -1342,6 +1342,7 @@ msgstr "Kunde inte fastställa en lämplig paketsystemstyp"
 msgid "Progress: [%3i%%]"
 msgstr "Förlopp: [%3i%%]"
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "Kör dpkg"

+ 2 - 1
po/th.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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\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"
@@ -1304,6 +1304,7 @@ msgstr "ไม่สามารถระบุชนิดของระบบ
 msgid "Progress: [%3i%%]"
 msgstr "ความคืบหน้า: [%3i%%]"
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "กำลังเรียก dpkg"

+ 2 - 1
po/tl.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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\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"
@@ -1314,6 +1314,7 @@ msgstr "Hindi matuklasan ang akmang uri ng sistema ng pakete "
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""

+ 2 - 1
po/tr.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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2016-07-21 18:43+0300\n"
 "Last-Translator: Mert Dirik <mertdirik@gmail.com>\n"
 "Language-Team: Debian l10n Turkish <debian-l10n-turkish@lists.debian.org>\n"
@@ -1359,6 +1359,7 @@ msgstr "Uygun bir paketleme sistemi türü bulunamıyor"
 msgid "Progress: [%3i%%]"
 msgstr "Durum: [%3i%%]"
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "dpkg çalıştırılıyor"

+ 2 - 1
po/uk.po

@@ -12,7 +12,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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\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"
@@ -1360,6 +1360,7 @@ msgstr "Неможливо визначити тип необхідної сис
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "Виконується dpkg"

+ 2 - 1
po/vi.po

@@ -8,7 +8,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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\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"
@@ -1341,6 +1341,7 @@ msgstr "Không thể quyết định kiểu hệ thống đóng gói thích hợ
 msgid "Progress: [%3i%%]"
 msgstr "Diễn biến: [%3i%%]"
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "Đang chạy dpkg"

+ 2 - 1
po/zh_CN.po

@@ -10,7 +10,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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\n"
 "PO-Revision-Date: 2016-08-20 13:00+0000\n"
 "Last-Translator: Zhou Mo <cdluminate@gmail.com>\n"
 "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
@@ -1301,6 +1301,7 @@ msgstr "无法确定适合的打包系统类型"
 msgid "Progress: [%3i%%]"
 msgstr "进度:[%3i%%]"
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr "正在运行 dpkg"

+ 2 - 1
po/zh_TW.po

@@ -10,7 +10,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: 2016-08-17 23:47+0200\n"
+"POT-Creation-Date: 2016-08-30 22:20+0200\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-big5@lists."
@@ -1293,6 +1293,7 @@ msgstr "無法確認合適的套件包裝系統類型"
 msgid "Progress: [%3i%%]"
 msgstr ""
 
+#. send status information that we are about to fork dpkg
 #: apt-pkg/install-progress.cc
 msgid "Running dpkg"
 msgstr ""