From bf28edb6b3ac827a421b059abfec7715f1978cb5 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Thu, 7 Feb 2019 10:47:51 +0100 Subject: Fix issues in previous two debian/changelog entries Last entry included an item that was not in the release, and the one before that was signed with the wrong email address. --- debian/changelog | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 0fbddb2f4..95d8d9494 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,5 @@ apt (1.8.0~rc2) unstable; urgency=medium - * Bump SONAMEs in preparation for ABI breaks * Correctly handle feature detection for sse4.2 and crc32 -- Julian Andres Klode Mon, 04 Feb 2019 18:15:07 +0100 @@ -38,7 +37,7 @@ apt (1.8.0~rc1) unstable; urgency=medium [ Baptiste Jammet ] * French program translation update (Closes: #921008) - -- Julian Andres Klode Mon, 04 Feb 2019 15:32:27 +0100 + -- Julian Andres Klode Mon, 04 Feb 2019 15:32:27 +0100 apt (1.8.0~beta1) unstable; urgency=medium -- cgit v1.2.3 From 51ac850da87c606a45214ba03711c4a3c5c1c780 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 11 Feb 2019 09:24:43 +0100 Subject: debian/gbp.conf: Set debian-branch to 1.8.y --- debian/gbp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/gbp.conf b/debian/gbp.conf index a5e885896..058530b00 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -3,7 +3,7 @@ ;preexport = ./prepare-release pre-export prebuild = ./prepare-release pre-build postbuild = ./prepare-release post-build -debian-branch = master +debian-branch = 1.8.y debian-tag = %(version)s export-dir = ../build-area sign-tags = True -- cgit v1.2.3 From 68ccb6adb50872783d61a03f8ec5acd464a21af7 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 11 Feb 2019 09:32:33 +0100 Subject: Install translated apt_auth and apt-transport-* manpages Seems we missed those before. --- debian/apt.install | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian') diff --git a/debian/apt.install b/debian/apt.install index 705ea12d2..f12eb240d 100644 --- a/debian/apt.install +++ b/debian/apt.install @@ -27,6 +27,8 @@ usr/share/man/*/*/apt-mark.* usr/share/man/*/*/apt-secure.* usr/share/man/*/*/apt.* usr/share/man/*/*/apt_preferences.* +usr/share/man/*/*/apt_auth.* +usr/share/man/*/*/apt-transport-*.* usr/share/man/*/*/sources.list.* usr/share/man/*/apt-cache.* usr/share/man/*/apt-cdrom.* -- cgit v1.2.3 From 3b169b6d1d2111765f57e2f5e6279e99ae523cde Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Mon, 11 Feb 2019 09:34:16 +0100 Subject: Release 1.8.0~rc3 --- debian/changelog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 95d8d9494..f223349ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +apt (1.8.0~rc3) unstable; urgency=medium + + [ Julian Andres Klode ] + * aptmethod.h: Do not have gcc warning about ignoring write() result + * Fix issues in previous two debian/changelog entries + * json-hooks-protocol: The "pin" field is optional + * debian/gbp.conf: Set debian-branch to 1.8.y + * Install translated apt_auth and apt-transport-* manpages + + [ Алексей Шилин ] + * Russian program translation update. + Thanks to Vladimir Zhbanov (Closes: #921830) + + [ Jakub Wilk ] + * Fix various typos in the documentation + + [ Frans Spiesschaert ] + * Dutch program translation update (Closes: #921934) + * Dutch manpages translation update (Closes: #921941) + + -- Julian Andres Klode Mon, 11 Feb 2019 09:33:46 +0100 + apt (1.8.0~rc2) unstable; urgency=medium * Correctly handle feature detection for sse4.2 and crc32 -- cgit v1.2.3