Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock

Please unblock package apt

* Changes the daily timer to run between 6 and 7am, not at random
  points in the days. While the latter was better for mirror load,
  it might cause memory spikes at unwanted times; and more importantly,
  if unattended-upgrades is installed, software might be upgraded
  at any point of the day.
* Actually invoke dh_clean during clean - obvious
* Add .ddeb to list of extensions recognized by ftparchive - needed
  by people building Ubuntu repos, and should not really have any
  effect on us.

unblock apt/1.4.1

-- System Information:
Debian Release: 9.0
  APT prefers unstable
  APT policy: (900, 'unstable'), (500, 'unstable-debug'), (500, 
'testing-proposed-updates'), (500, 'buildd-unstable'), (500, 'testing'), (100, 
'experimental'), (1, 'experimental-debug')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.10.0-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

-- 
Debian Developer - deb.li/jak | jak-linux.org - free software dev
                  |  Ubuntu Core Developer |
When replying, only quote what is necessary, and write each reply
directly below the part(s) it pertains to ('inline').  Thank you.
diff -Nru apt-1.4/CMakeLists.txt apt-1.4.1/CMakeLists.txt
--- apt-1.4/CMakeLists.txt	2017-04-01 21:39:37.000000000 +0200
+++ apt-1.4.1/CMakeLists.txt	2017-04-24 18:47:55.000000000 +0200
@@ -172,7 +172,7 @@
 # Configure some variables like package, version and architecture.
 set(PACKAGE ${PROJECT_NAME})
 set(PACKAGE_MAIL "APT Development Team <de...@lists.debian.org>")
-set(PACKAGE_VERSION "1.4")
+set(PACKAGE_VERSION "1.4.1")
 
 if (NOT DEFINED DPKG_DATADIR)
   execute_process(COMMAND ${PERL_EXECUTABLE} -MDpkg -e "print $Dpkg::DATADIR;"
diff -Nru apt-1.4/debian/apt-daily.timer apt-1.4.1/debian/apt-daily.timer
--- apt-1.4/debian/apt-daily.timer	2017-04-01 21:39:37.000000000 +0200
+++ apt-1.4.1/debian/apt-daily.timer	2017-04-24 18:47:55.000000000 +0200
@@ -1,10 +1,11 @@
 [Unit]
 Description=Daily apt activities
+After=network-online.target
+Wants=network-online.target
 
 [Timer]
-OnCalendar=*-*-* 6,18:00
-RandomizedDelaySec=12h
-AccuracySec=1h
+OnCalendar=*-*-* 6:00
+RandomizedDelaySec=60m
 Persistent=true
 
 [Install]
diff -Nru apt-1.4/debian/changelog apt-1.4.1/debian/changelog
--- apt-1.4/debian/changelog	2017-04-01 21:39:37.000000000 +0200
+++ apt-1.4.1/debian/changelog	2017-04-24 18:47:55.000000000 +0200
@@ -1,3 +1,14 @@
+apt (1.4.1) unstable; urgency=medium
+
+  [ Julian Andres Klode ]
+  * systemd: Rework timing and add After=network-online (LP: #1615482)
+  * debian/rules: Actually invoke dh_clean in override_dh_clean
+
+  [ Unit 193 ]
+  * apt-ftparchive: Support '.ddeb' dbgsym packages
+
+ -- Julian Andres Klode <j...@debian.org>  Mon, 24 Apr 2017 18:47:55 +0200
+
 apt (1.4) unstable; urgency=medium
 
   * The April Fools' Release
diff -Nru apt-1.4/debian/rules apt-1.4.1/debian/rules
--- apt-1.4/debian/rules	2017-04-01 21:39:37.000000000 +0200
+++ apt-1.4.1/debian/rules	2017-04-24 18:47:55.000000000 +0200
@@ -15,6 +15,7 @@
 
 override_dh_clean:
 	cp COPYING debian/copyright
+	dh_clean
 
 override_dh_install-indep:
 	dh_install --list-missing
diff -Nru apt-1.4/doc/apt-verbatim.ent apt-1.4.1/doc/apt-verbatim.ent
--- apt-1.4/doc/apt-verbatim.ent	2017-04-01 21:39:37.000000000 +0200
+++ apt-1.4.1/doc/apt-verbatim.ent	2017-04-24 18:47:55.000000000 +0200
@@ -239,7 +239,7 @@
 ">
 
 <!-- this will be updated by 'prepare-release' -->
-<!ENTITY apt-product-version "1.4">
+<!ENTITY apt-product-version "1.4.1">
 
 <!-- (Code)names for various things used all over the place -->
 <!ENTITY debian-oldstable-codename "jessie">
diff -Nru apt-1.4/doc/po/apt-doc.pot apt-1.4.1/doc/po/apt-doc.pot
--- apt-1.4/doc/po/apt-doc.pot	2017-04-01 21:39:37.000000000 +0200
+++ apt-1.4.1/doc/po/apt-doc.pot	2017-04-24 18:47:55.000000000 +0200
@@ -5,9 +5,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: apt-doc 1.4\n"
+"Project-Id-Version: apt-doc 1.4.1\n"
 "Report-Msgid-Bugs-To: APT Development Team <de...@lists.debian.org>\n"
-"POT-Creation-Date: 2017-04-01 21:42+0200\n"
+"POT-Creation-Date: 2017-04-24 18:48+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <l...@li.org>\n"
diff -Nru apt-1.4/doc/po/de.po apt-1.4.1/doc/po/de.po
--- apt-1.4/doc/po/de.po	2017-04-01 21:39:37.000000000 +0200
+++ apt-1.4.1/doc/po/de.po	2017-04-24 18:47:55.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: apt-doc 1.3\n"
 "Report-Msgid-Bugs-To: APT Development Team <de...@lists.debian.org>\n"
-"POT-Creation-Date: 2017-04-01 21:42+0200\n"
+"POT-Creation-Date: 2017-04-24 18:48+0200\n"
 "PO-Revision-Date: 2016-11-15 21:51+0200\n"
 "Last-Translator: Chris Leick <c.le...@vollbio.de>\n"
 "Language-Team: German <debian-l10n-ger...@lists.debian.org>\n"
diff -Nru apt-1.4/doc/po/es.po apt-1.4.1/doc/po/es.po
--- apt-1.4/doc/po/es.po	2017-04-01 21:39:37.000000000 +0200
+++ apt-1.4.1/doc/po/es.po	2017-04-24 18:47:55.000000000 +0200
@@ -38,7 +38,7 @@
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <de...@lists.debian.org>\n"
-"POT-Creation-Date: 2017-04-01 21:42+0200\n"
+"POT-Creation-Date: 2017-04-24 18:48+0200\n"
 "PO-Revision-Date: 2014-07-04 01:31+0200\n"
 "Last-Translator: Omar Campagne <ocampa...@gmail.com>\n"
 "Language-Team: Debian l10n Spanish <debian-l10n-span...@lists.debian.org>\n"
diff -Nru apt-1.4/doc/po/fr.po apt-1.4.1/doc/po/fr.po
--- apt-1.4/doc/po/fr.po	2017-04-01 21:39:37.000000000 +0200
+++ apt-1.4.1/doc/po/fr.po	2017-04-24 18:47:55.000000000 +0200
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <de...@lists.debian.org>\n"
-"POT-Creation-Date: 2017-04-01 21:42+0200\n"
+"POT-Creation-Date: 2017-04-24 18:48+0200\n"
 "PO-Revision-Date: 2017-01-24 22:43+0100\n"
 "Last-Translator: Jean-Pierre Giraud <jean-pierregir...@neuf.fr>\n"
 "Language-Team: French <debian-l10n-fre...@lists.debian.org>\n"
diff -Nru apt-1.4/doc/po/it.po apt-1.4.1/doc/po/it.po
--- apt-1.4/doc/po/it.po	2017-04-01 21:39:37.000000000 +0200
+++ apt-1.4.1/doc/po/it.po	2017-04-24 18:47:55.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <de...@lists.debian.org>\n"
-"POT-Creation-Date: 2017-04-01 21:42+0200\n"
+"POT-Creation-Date: 2017-04-24 18:48+0200\n"
 "PO-Revision-Date: 2015-12-27 21:26+0200\n"
 "Last-Translator: Beatrice Torracca <beatri...@libero.it>\n"
 "Language-Team: Italian <debian-l10n-ital...@lists.debian.org>\n"
diff -Nru apt-1.4/doc/po/ja.po apt-1.4.1/doc/po/ja.po
--- apt-1.4/doc/po/ja.po	2017-04-01 21:39:37.000000000 +0200
+++ apt-1.4.1/doc/po/ja.po	2017-04-24 18:47:55.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: apt-doc 1.4\n"
 "Report-Msgid-Bugs-To: APT Development Team <de...@lists.debian.org>\n"
-"POT-Creation-Date: 2017-04-01 21:42+0200\n"
+"POT-Creation-Date: 2017-04-24 18:48+0200\n"
 "PO-Revision-Date: 2017-01-06 04:50+0900\n"
 "Last-Translator: Takuma Yamada <tyam...@takumayamada.com>\n"
 "Language-Team: Japanese <debian-japan...@lists.debian.org>\n"
diff -Nru apt-1.4/doc/po/nl.po apt-1.4.1/doc/po/nl.po
--- apt-1.4/doc/po/nl.po	2017-04-01 21:39:37.000000000 +0200
+++ apt-1.4.1/doc/po/nl.po	2017-04-24 18:47:55.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: apt-doc 1.4~beta4-nl\n"
 "Report-Msgid-Bugs-To: APT Development Team <de...@lists.debian.org>\n"
-"POT-Creation-Date: 2017-04-01 21:42+0200\n"
+"POT-Creation-Date: 2017-04-24 18:48+0200\n"
 "PO-Revision-Date: 2017-01-19 17:53+0100\n"
 "Last-Translator: Frans Spiesschaert <frans.spiesscha...@yucom.be>\n"
 "Language-Team: Debian Dutch l10n Team <debian-l10n-du...@lists.debian.org>\n"
diff -Nru apt-1.4/doc/po/pl.po apt-1.4.1/doc/po/pl.po
--- apt-1.4/doc/po/pl.po	2017-04-01 21:39:37.000000000 +0200
+++ apt-1.4.1/doc/po/pl.po	2017-04-24 18:47:55.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <de...@lists.debian.org>\n"
-"POT-Creation-Date: 2017-04-01 21:42+0200\n"
+"POT-Creation-Date: 2017-04-24 18:48+0200\n"
 "PO-Revision-Date: 2014-07-04 02:13+0200\n"
 "Last-Translator: Robert Luberda <rob...@debian.org>\n"
 "Language-Team: Polish <manpages-pl-l...@lists.sourceforge.net>\n"
diff -Nru apt-1.4/doc/po/pt_BR.po apt-1.4.1/doc/po/pt_BR.po
--- apt-1.4/doc/po/pt_BR.po	2017-04-01 21:39:37.000000000 +0200
+++ apt-1.4.1/doc/po/pt_BR.po	2017-04-24 18:47:55.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.5\n"
 "Report-Msgid-Bugs-To: APT Development Team <de...@lists.debian.org>\n"
-"POT-Creation-Date: 2017-04-01 21:42+0200\n"
+"POT-Creation-Date: 2017-04-24 18:48+0200\n"
 "PO-Revision-Date: 2004-09-20 17:02+0000\n"
 "Last-Translator: André Luís Lopes <andre...@debian.org>\n"
 "Language-Team: <debian-l10n-portugu...@lists.debian.org>\n"
diff -Nru apt-1.4/doc/po/pt.po apt-1.4.1/doc/po/pt.po
--- apt-1.4/doc/po/pt.po	2017-04-01 21:39:37.000000000 +0200
+++ apt-1.4.1/doc/po/pt.po	2017-04-24 18:47:55.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: apt-doc 1.0.7\n"
 "Report-Msgid-Bugs-To: APT Development Team <de...@lists.debian.org>\n"
-"POT-Creation-Date: 2017-04-01 21:42+0200\n"
+"POT-Creation-Date: 2017-04-24 18:48+0200\n"
 "PO-Revision-Date: 2014-08-29 00:34+0100\n"
 "Last-Translator: Américo Monteiro <a_monte...@gmx.com>\n"
 "Language-Team: Portuguese <tra...@debianpt.org>\n"
diff -Nru apt-1.4/ftparchive/writer.cc apt-1.4.1/ftparchive/writer.cc
--- apt-1.4/ftparchive/writer.cc	2017-04-01 21:39:37.000000000 +0200
+++ apt-1.4.1/ftparchive/writer.cc	2017-04-24 18:47:55.000000000 +0200
@@ -364,7 +364,7 @@
       string const &Arch, bool const IncludeArchAll) :
    FTWScanner(GivenOutput, Arch, IncludeArchAll), Db(DB), Stats(Db.Stats), TransWriter(transWriter)
 {
-   SetExts(".deb .udeb");
+   SetExts(".deb .ddeb .udeb");
    DeLinkLimit = 0;
 
    // Process the command line options
diff -Nru apt-1.4/po/apt-all.pot apt-1.4.1/po/apt-all.pot
--- apt-1.4/po/apt-all.pot	2017-04-01 21:39:37.000000000 +0200
+++ apt-1.4.1/po/apt-all.pot	2017-04-24 18:47:55.000000000 +0200
@@ -5,9 +5,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: apt 1.4\n"
+"Project-Id-Version: apt 1.4.1\n"
 "Report-Msgid-Bugs-To: APT Development Team <de...@lists.debian.org>\n"
-"POT-Creation-Date: 2017-04-01 21:42+0200\n"
+"POT-Creation-Date: 2017-04-24 18:48+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <l...@li.org>\n"

Reply via email to