Your message dated Tue, 25 Apr 2017 06:29:00 +0000
with message-id <[email protected]>
and subject line Re: Bug#861105: unblock: apt/1.4.1
has caused the Debian Bug report #861105,
regarding unblock: apt/1.4.1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
861105: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861105
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
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 <[email protected]>")
-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 <[email protected]>  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 <[email protected]>\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 <[email protected]>\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 <[email protected]>\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 <[email protected]>\n"
 "Language-Team: German <[email protected]>\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 <[email protected]>\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 <[email protected]>\n"
 "Language-Team: Debian l10n Spanish <[email protected]>\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 <[email protected]>\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 <[email protected]>\n"
 "Language-Team: French <[email protected]>\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 <[email protected]>\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 <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\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 <[email protected]>\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 <[email protected]>\n"
 "Language-Team: Japanese <[email protected]>\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 <[email protected]>\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 <[email protected]>\n"
 "Language-Team: Debian Dutch l10n Team <[email protected]>\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 <[email protected]>\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 <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\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 <[email protected]>\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 <[email protected]>\n"
 "Language-Team: <[email protected]>\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 <[email protected]>\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 <[email protected]>\n"
 "Language-Team: Portuguese <[email protected]>\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 <[email protected]>\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 <[email protected]>\n"

--- End Message ---
--- Begin Message ---
Julian Andres Klode:
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> 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
> 
> [...]

Unblocked, thanks.

~Niels

--- End Message ---

Reply via email to