From f9c2f3e972313b14c4408950d86dc2dba49f8c7c Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Thu, 1 Sep 2016 08:53:16 +0200 Subject: re-add apt breaks/replaces apt-utils (<< 1.3~exp2~) The recently added (increased actually) Breaks were accidently dropped while our set of mostly old and outdated breaks was cleaned up. Regression-From: 20d2f4a4f164cd9026dad698e471c95d7c28973b Previously-Add-In: ab07af708e49c9219940ffd3e20a01c763267e03 Closes: #836220 --- debian/control | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian') diff --git a/debian/control b/debian/control index d4dc4e323..72a8837e7 100644 --- a/debian/control +++ b/debian/control @@ -35,6 +35,8 @@ Depends: adduser, ${apt:keyring}, ${misc:Depends}, ${shlibs:Depends} +Replaces: apt-utils (<< 1.3~exp2~) +Breaks: apt-utils (<< 1.3~exp2~) Recommends: gnupg | gnupg2 | gnupg1 Suggests: apt-doc, aptitude | synaptic | wajig, -- cgit v1.2.3 From 830cba2c508048c2b14618f0518faa6b9c636c45 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Fri, 2 Sep 2016 20:07:32 +0200 Subject: debian: Move bugscript to old location for overlayfs xdev issue dpkg on overlayfs cannot rename apt/script to apt, because overlayfs will not let it move apt to a backup name, responding with XDEV instead. --- debian/apt.dirs | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') diff --git a/debian/apt.dirs b/debian/apt.dirs index bdc5adddb..54adcaa05 100644 --- a/debian/apt.dirs +++ b/debian/apt.dirs @@ -1 +1,2 @@ etc/kernel/postinst.d +usr/share/bug/apt -- cgit v1.2.3 From 0789f685c14631f43e2ad2bd2b8444733dd4f00d Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Fri, 2 Sep 2016 20:11:13 +0200 Subject: debian: Pass -O to make to get readable build logs Normally make just lets every job write its output directly, making the log fairly hard to read with high concurrency. --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 24608a6b8..2f1ea45fc 100755 --- a/debian/rules +++ b/debian/rules @@ -34,3 +34,6 @@ override_dh_auto_configure-arch: flags=-DWITH_DOC=OFF override_dh_auto_configure-indep: flags=-DWITH_DOC=ON override_dh_auto_configure-arch override_dh_auto_configure-indep: dh_auto_configure -- $(flags) + +override_dh_auto_build: + dh_auto_build -- -O -- cgit v1.2.3 From 54dd6baaf16e92c83f63bdb3633df6e603ac19f3 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Fri, 2 Sep 2016 20:30:33 +0200 Subject: Release 1.3~rc4 --- debian/changelog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index a9bd132fb..feb812889 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +apt (1.3~rc4) unstable; urgency=medium + + [ Julian Andres Klode ] + * Fix segfault and out-of-bounds read in Binary fields + * TagFile: Fix off-by-one errors in comment stripping + * Base256ToNum: Fix uninitialized value + * test-apt-cdrom: Fix for gnupg 2.1.15 + * CMake: test/libapt: Use a prebuilt GTest library if available + * CMake: apt-pkg: Use correct ICONV_INCLUDE_DIRS variable + * acquire: Use priority queues and a 3 stage pipeline design + => faster updates with better progress reporting + * debian: Move bugscript to old location for overlayfs xdev issue + * debian: Pass -O to make to get readable build logs + + [ David Kalnischkies ] + * try not to call memcpy with length 0 in hash calculations + * re-add apt breaks/replaces apt-utils (<< 1.3~exp2~) (Closes: #836220) + * support long keyid and fingerprint in gpgv's GOODSIG + + -- Julian Andres Klode Fri, 02 Sep 2016 20:26:36 +0200 + apt (1.3~rc3) unstable; urgency=medium [ Julian Andres Klode ] -- cgit v1.2.3