From 4fe19044a7102f20c62f2f223d5624106f50ddb6 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Tue, 13 Sep 2011 17:39:57 +0200 Subject: * cmdline/apt-get.cc: - output list of virtual package providers to c1out in -q=1 instead of /dev/null to unbreak sbuild (LP: #816155) --- debian/changelog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index eaecb1aa1..32b7e9008 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +apt (0.8.15.8) unstable; urgency=low + + [ David Kalnischkies ] + * cmdline/apt-get.cc: + - output list of virtual package providers to c1out in -q=1 + instead of /dev/null to unbreak sbuild (LP: #816155) + + -- David Kalnischkies Tue, 13 Sep 2011 17:39:10 +0200 + apt (0.8.15.7) unstable; urgency=low [ David Kalnischkies ] -- cgit v1.2.3 From fd4d895b208937ef84a3c367f5b55e3c46375130 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 14 Sep 2011 10:17:37 +0200 Subject: * apt-pkg/contrib/configuration.cc: - fix double delete (LP: #848907) - ignore only the invalid regexp instead of all options --- debian/changelog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 21a1bf216..5c133521c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,11 @@ apt (0.8.15.8) UNRELEASED; urgency=low * cmdline/apt-get.cc: - output list of virtual package providers to c1out in -q=1 instead of /dev/null to unbreak sbuild (LP: #816155) + + [ Michael Vogt ] + * apt-pkg/contrib/configuration.cc: + - fix double delete (LP: #848907) + - ignore only the invalid regexp instead of all options -- David Kalnischkies Tue, 13 Sep 2011 17:39:10 +0200 -- cgit v1.2.3 From 458b100ca0ad5e7b9e36824f5c5381701fe042a7 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 14 Sep 2011 13:09:49 +0200 Subject: releasing version 0.8.15.8 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 5c133521c..5e4598e3f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -apt (0.8.15.8) UNRELEASED; urgency=low +apt (0.8.15.8) unstable; urgency=low [ David Kalnischkies ] * cmdline/apt-get.cc: @@ -10,7 +10,7 @@ apt (0.8.15.8) UNRELEASED; urgency=low - fix double delete (LP: #848907) - ignore only the invalid regexp instead of all options - -- David Kalnischkies Tue, 13 Sep 2011 17:39:10 +0200 + -- Michael Vogt Wed, 14 Sep 2011 12:08:25 +0200 apt (0.8.15.7) unstable; urgency=low -- cgit v1.2.3 From 5dd9b3a6e43ddd17d8b107d33f25fa3dd3f7bbba Mon Sep 17 00:00:00 2001 From: "bubulle@debian.org" <> Date: Wed, 14 Sep 2011 20:14:43 +0200 Subject: Changelog entry forspelling fix --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 5e4598e3f..e7a641963 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +apt (0.8.15.9) UNRELEASED; urgency=low + + * Fix spelling error (sensée) in French translation. Thanks + to Corentin Le Gall for spotting it. + + -- Christian Perrier Wed, 14 Sep 2011 20:13:40 +0200 + apt (0.8.15.8) unstable; urgency=low [ David Kalnischkies ] -- cgit v1.2.3 From c96ebe51fc9da55d5eae0ff409745dc2facdd35a Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Wed, 14 Sep 2011 21:02:54 +0200 Subject: * doc/apt-get.8.xml: - change wording of autoremove description as suggested by Robert Simmons, thanks! (Closes: #641490) --- debian/changelog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 5e4598e3f..12b7d4b23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +apt (0.8.15.9) unstable; urgency=low + + [ David Kalnischkies ] + * doc/apt-get.8.xml: + - change wording of autoremove description as suggested + by Robert Simmons, thanks! (Closes: #641490) + + -- David Kalnischkies Wed, 14 Sep 2011 21:01:56 +0200 + apt (0.8.15.8) unstable; urgency=low [ David Kalnischkies ] -- cgit v1.2.3 From 778559db797ce61611e2b761b24dcb49c49f2652 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Tue, 20 Sep 2011 14:30:31 +0200 Subject: * apt-pkg/deb/dpkgpm.cc: - use std::vector instead of fixed size arrays to store args and multiarch-packagename strings - load the dpkg base arguments only one time and reuse them later * cmdline/apt-get.cc: - follow Provides in the evaluation of saving candidates, too, for statisfying garbage package dependencies (Closes: #640590) * apt-pkg/algorithms.cc: - if a package is garbage, don't try to save it with FixByInstall --- debian/changelog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 12b7d4b23..147a7ec78 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,18 @@ -apt (0.8.15.9) unstable; urgency=low +apt (0.8.15.9) UNRELEASED; urgency=low [ David Kalnischkies ] * doc/apt-get.8.xml: - change wording of autoremove description as suggested by Robert Simmons, thanks! (Closes: #641490) + * apt-pkg/deb/dpkgpm.cc: + - use std::vector instead of fixed size arrays to store args and + multiarch-packagename strings + - load the dpkg base arguments only one time and reuse them later + * cmdline/apt-get.cc: + - follow Provides in the evaluation of saving candidates, too, for + statisfying garbage package dependencies (Closes: #640590) + * apt-pkg/algorithms.cc: + - if a package is garbage, don't try to save it with FixByInstall -- David Kalnischkies Wed, 14 Sep 2011 21:01:56 +0200 -- cgit v1.2.3 From a91cb9542572fe5aa279db5ac5d28465bec1905f Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Wed, 21 Sep 2011 19:37:31 +0200 Subject: * apt-pkg/init.cc: - silently ignore *.orig and *.save files by default --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 147a7ec78..3c895813f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,8 +13,10 @@ apt (0.8.15.9) UNRELEASED; urgency=low statisfying garbage package dependencies (Closes: #640590) * apt-pkg/algorithms.cc: - if a package is garbage, don't try to save it with FixByInstall + * apt-pkg/init.cc: + - silently ignore *.orig and *.save files by default - -- David Kalnischkies Wed, 14 Sep 2011 21:01:56 +0200 + -- David Kalnischkies Wed, 21 Sep 2011 19:36:45 +0200 apt (0.8.15.8) unstable; urgency=low -- cgit v1.2.3 From 324fc8af296953857ebfc76deaadd4d224e081e3 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Sat, 24 Sep 2011 10:49:49 +0200 Subject: * ftparchive/cachedb.cc: - fix buffersize in bytes2hex * ftparchive/cachedb.cc: - make buffer fully dynamic (thanks to Colin Watson) --- debian/changelog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 4aedf9232..255248d63 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,14 @@ apt (0.8.15.9) UNRELEASED; urgency=low [ David Kalnischkies ] * Symbol file update + [ Colin Watson ] + * ftparchive/cachedb.cc: + - fix buffersize in bytes2hex + + [ Michael Vogt ] + * ftparchive/cachedb.cc: + - make buffer fully dynamic (thanks to Colin Watson) + -- Christian Perrier Wed, 14 Sep 2011 20:13:40 +0200 apt (0.8.15.8) unstable; urgency=low -- cgit v1.2.3 From 061c58b61ab5aae4689386bd2ab1e36e71470dfc Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Tue, 4 Oct 2011 00:14:38 +0200 Subject: * apt-pkg/policy.cc: - accept generic release pin expressions again in -t (Closes: #644166) --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 3c895813f..6a27ff49a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,8 +15,10 @@ apt (0.8.15.9) UNRELEASED; urgency=low - if a package is garbage, don't try to save it with FixByInstall * apt-pkg/init.cc: - silently ignore *.orig and *.save files by default + * apt-pkg/policy.cc: + - accept generic release pin expressions again in -t (Closes: #644166) - -- David Kalnischkies Wed, 21 Sep 2011 19:36:45 +0200 + -- David Kalnischkies Mon, 03 Oct 2011 23:35:40 +0200 apt (0.8.15.8) unstable; urgency=low -- cgit v1.2.3 From d073d7db69eddd2d9c22e8ded7c6b871bca1716a Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Wed, 5 Oct 2011 23:00:47 +0200 Subject: cherrypick from my apt/experimental branch * apt-pkg/deb/debmetaindex.cc: - none is a separator, not a language: no need for Index (Closes: #624218) * apt-pkg/aptconfiguration.cc: - do not builtin languages only if none is forced (Closes: #643787) --- debian/changelog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 6a27ff49a..7cd353718 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,10 @@ apt (0.8.15.9) UNRELEASED; urgency=low - silently ignore *.orig and *.save files by default * apt-pkg/policy.cc: - accept generic release pin expressions again in -t (Closes: #644166) + * apt-pkg/deb/debmetaindex.cc: + - none is a separator, not a language: no need for Index (Closes: #624218) + * apt-pkg/aptconfiguration.cc: + - do not builtin languages only if none is forced (Closes: #643787) -- David Kalnischkies Mon, 03 Oct 2011 23:35:40 +0200 -- cgit v1.2.3 From f3b8d8571faf62265266ac0f9da60ad73885214b Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Wed, 5 Oct 2011 23:09:09 +0200 Subject: * doc/apt.conf.5.xml: - apply spelling fix by Kevin Lyda, thanks! (Closes: #644104) --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 11d9814c3..d6245c74b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,6 +22,8 @@ apt (0.8.15.9) UNRELEASED; urgency=low - none is a separator, not a language: no need for Index (Closes: #624218) * apt-pkg/aptconfiguration.cc: - do not builtin languages only if none is forced (Closes: #643787) + * doc/apt.conf.5.xml: + - apply spelling fix by Kevin Lyda, thanks! (Closes: #644104) [ Christian Perrier ] * Fix spelling error (sensée) in French translation. Thanks @@ -35,7 +37,7 @@ apt (0.8.15.9) UNRELEASED; urgency=low * ftparchive/cachedb.cc: - make buffer fully dynamic (thanks to Colin Watson) - -- David Kalnischkies Wed, 05 Oct 2011 23:03:16 +0200 + -- David Kalnischkies Wed, 05 Oct 2011 23:07:35 +0200 apt (0.8.15.8) unstable; urgency=low -- cgit v1.2.3 From f64b251f41a3fffc9d9d2ba00c415ca47b446e4b Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 14 Oct 2011 13:27:49 +0200 Subject: releasing version 0.8.15.9 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index d6245c74b..bf3b15ef7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -apt (0.8.15.9) UNRELEASED; urgency=low +apt (0.8.15.9) unstable; urgency=low [ David Kalnischkies ] * Symbol file update @@ -37,7 +37,7 @@ apt (0.8.15.9) UNRELEASED; urgency=low * ftparchive/cachedb.cc: - make buffer fully dynamic (thanks to Colin Watson) - -- David Kalnischkies Wed, 05 Oct 2011 23:07:35 +0200 + -- Michael Vogt Fri, 14 Oct 2011 12:00:09 +0200 apt (0.8.15.8) unstable; urgency=low -- cgit v1.2.3 From deec647438c6394d8d8398cba35412992f1babd5 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Mon, 17 Oct 2011 16:41:54 +0200 Subject: * algorithms.cc: - show a debug why a package was kept by ResolveByKeep() --- debian/changelog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index bf3b15ef7..ef4027406 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +apt (0.8.15.9+nmu1) unstable; urgency=low + + [ David Kalnischkies ] + * algorithms.cc: + - show a debug why a package was kept by ResolveByKeep() + + -- David Kalnischkies Mon, 17 Oct 2011 16:36:22 +0200 + apt (0.8.15.9) unstable; urgency=low [ David Kalnischkies ] -- cgit v1.2.3