From 329dea2d39d2518e43f0761c1c89990857e197ad Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 21 Aug 2013 17:59:30 +0200 Subject: prepare unstable upload --- debian/changelog | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 5d3758850..4b8086464 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,18 +1,4 @@ -apt (0.9.11~exp3) UNRELEASEDexperimental; urgency=low - - * fix incorrect bugnumber for the Pre-Install-Pkgs hook - - -- Michael Vogt Mon, 19 Aug 2013 15:53:47 +0200 - -apt (0.9.11~exp2) experimental; urgency=low - - * add lintian override for no-shlibs-control-file so that - the internal libapt-private.so.0.0.0 can be shipped - * adjust apt.install.in to only install libapt-private.so.* - - -- Michael Vogt Mon, 19 Aug 2013 14:54:58 +0200 - -apt (0.9.11~exp1) experimental; urgency=low +apt (0.9.11) unstable; urgency=low [ Daniel Hartwig ] * Clarify units of Acquire::http::Dl-Limit (closes: #705445) @@ -31,6 +17,9 @@ apt (0.9.11~exp1) experimental; urgency=low - install libapt-private* into the apt binary - add PACKAGE_MATCHER_ABI_COMPAT define so that this branch can be merged without breaking ABI + - add lintian override for no-shlibs-control-file so that + the internal libapt-private.so.0.0.0 can be shipped + - adjust apt.install.in to only install libapt-private.so.* [ David Kalnischkies ] * ensure that pkgTagFile isn't writing past Buffer length (Closes: 719629) @@ -40,7 +29,7 @@ apt (0.9.11~exp1) experimental; urgency=low [ Christian PERRIER ] * French translation update. - -- Michael Vogt Mon, 19 Aug 2013 13:25:45 +0200 + -- Michael Vogt Wed, 21 Aug 2013 17:51:09 +0200 apt (0.9.10) unstable; urgency=low -- cgit v1.2.3 From 671e82247726a34007be22a439431ce0e7f55b48 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Sat, 24 Aug 2013 09:13:57 +0200 Subject: update changelog for update --- debian/changelog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 4b8086464..de838bf0e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +apt (0.9.11.1) unstable; urgency=low + + [ Michael Vogt ] + * more coverity fixes: + - explicit init + - always chdir("/") after chroot() + - ftparchive/override.cc: fix "skip empty lines" code, the pointer + needs to get de-referenced first + * dselect/update: + - remove "-f" option for apt-get update to fix breakage (closes: 720532) + + [ Christopher Baines ] + * Add test for bug #507998 + + [ David Kalnischkies ] + * add a breaks libapt-inst for FileFd changes in 0.9.9 (Closes: 720449) + * add versions to manpages-it Replaces+Breaks + + [ Ángel Guzmán Maeso ] + * apt-pkg:contrib Avoid compiler warning about sign-compare + + -- Michael Vogt Sat, 24 Aug 2013 09:13:27 +0200 + apt (0.9.11) unstable; urgency=low [ Daniel Hartwig ] -- cgit v1.2.3 From c71c4768d1f25a9bbc4dacbd0f58758ec9a3290f Mon Sep 17 00:00:00 2001 From: Christian PERRIER Date: Sun, 25 Aug 2013 15:40:44 +0200 Subject: Changelog entry for Vietnamese translation --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 4b8086464..526fdcc2b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +apt (0.9.12) UNRELEASED; urgency=low + + [ Trần Ngọc Quân ] + * Update Vietnamese translation. Closes: #720752 + + -- Christian Perrier Sun, 25 Aug 2013 15:39:40 +0200 + apt (0.9.11) unstable; urgency=low [ Daniel Hartwig ] -- cgit v1.2.3 From 11e6f40674631154a8db1082f6fbf42de3ce3092 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 26 Aug 2013 18:45:32 +0200 Subject: dselect/install: * dselect/install: - remove "-f" option for apt-get dselect-upgrade (closes: #720532) --- debian/changelog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 74674786e..8600a6fbb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,11 @@ -apt (0.9.12) UNRELEASED; urgency=low +apt (0.9.11.2) UNRELEASED; urgency=low [ Trần Ngọc Quân ] * Update Vietnamese translation. Closes: #720752 + + [ Michael Vogt ] + * dselect/install: + - remove "-f" option for apt-get dselect-upgrade (closes: #720532) -- Christian Perrier Sun, 25 Aug 2013 15:39:40 +0200 -- cgit v1.2.3 From a5a5dd04bb1b4a5dd406cfe6c335b3965ee07f28 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 26 Aug 2013 18:52:13 +0200 Subject: update changelog --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 8600a6fbb..da19e6c99 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,7 +5,9 @@ apt (0.9.11.2) UNRELEASED; urgency=low [ Michael Vogt ] * dselect/install: - - remove "-f" option for apt-get dselect-upgrade (closes: #720532) + - remove "-f" option for apt-get clean/auto-clean (closes: #720532) + * apt-private/private-cmndline.cc: + - fix typo in CmdMatches() selection for dselect-upgrade (closes: #720532) -- Christian Perrier Sun, 25 Aug 2013 15:39:40 +0200 -- cgit v1.2.3 From ec00e21a90092ec1715fcd278c32a247c3a4bdca Mon Sep 17 00:00:00 2001 From: Christian PERRIER Date: Tue, 27 Aug 2013 19:01:46 +0200 Subject: Update Italian translation. Closes: #721030 --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index da19e6c99..3ae0d3182 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,8 @@ apt (0.9.11.2) UNRELEASED; urgency=low + [ Milo Casagrande ] + * Update Italian translation. Closes: #721030 + [ Trần Ngọc Quân ] * Update Vietnamese translation. Closes: #720752 -- cgit v1.2.3