From 6f31b247bae228250899b62b9dab6b13dc4ff170 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Wed, 16 Mar 2011 18:39:11 +0100 Subject: * apt-pkg/deb/dpkgpm.cc: - skip --configure if all packages disappeared --- debian/changelog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index c7bb429ff..9f1944b62 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +apt (0.8.13.1) UNRELEASED; urgency=low + + [ David Kalnischkies ] + * apt-pkg/deb/dpkgpm.cc: + - skip --configure if all packages disappeared + + -- David Kalnischkies Wed, 16 Mar 2011 18:37:53 +0100 + apt (0.8.13) unstable; urgency=low [ Thorsten Spindler ] -- cgit v1.2.3 From 82b6682ac686fa07b02622aa4746b67eccb77e61 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Wed, 16 Mar 2011 21:26:54 +0100 Subject: * apt-pkg/vendor.cc, apt-pkg/vendorlist.cc: - mark them as deprecated as they are unused --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 9f1944b62..c6df16bb9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,10 @@ apt (0.8.13.1) UNRELEASED; urgency=low [ David Kalnischkies ] * apt-pkg/deb/dpkgpm.cc: - skip --configure if all packages disappeared + * apt-pkg/vendor.cc, apt-pkg/vendorlist.cc: + - mark them as deprecated as they are unused - -- David Kalnischkies Wed, 16 Mar 2011 18:37:53 +0100 + -- David Kalnischkies Wed, 16 Mar 2011 21:23:32 +0100 apt (0.8.13) unstable; urgency=low -- cgit v1.2.3 From dde0c674e423e5f06d1e319e3a096054607a5f72 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sun, 20 Mar 2011 19:52:53 +0100 Subject: reorganize the marker methods a bit by moving the common part to a seperate IsModeChangeOk which checks sanity and dpkg holds --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index c6df16bb9..b691a1938 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,7 +6,7 @@ apt (0.8.13.1) UNRELEASED; urgency=low * apt-pkg/vendor.cc, apt-pkg/vendorlist.cc: - mark them as deprecated as they are unused - -- David Kalnischkies Wed, 16 Mar 2011 21:23:32 +0100 + -- David Kalnischkies Sun, 20 Mar 2011 19:51:41 +0100 apt (0.8.13) unstable; urgency=low -- cgit v1.2.3 From 889c669b8819d62c91528440300613d31167c915 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Wed, 23 Mar 2011 01:54:52 +0100 Subject: * apt-pkg/deb/deblistparser.h: - enable StripMultiArch by default for ParseDepends --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index b691a1938..fc246451b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,10 @@ apt (0.8.13.1) UNRELEASED; urgency=low - skip --configure if all packages disappeared * apt-pkg/vendor.cc, apt-pkg/vendorlist.cc: - mark them as deprecated as they are unused + * apt-pkg/deb/deblistparser.h: + - enable StripMultiArch by default for ParseDepends - -- David Kalnischkies Sun, 20 Mar 2011 19:51:41 +0100 + -- David Kalnischkies Wed, 23 Mar 2011 01:53:27 +0100 apt (0.8.13) unstable; urgency=low -- cgit v1.2.3 From f9dce803b3774dff1a818abe9a30e3c4216f52e2 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Wed, 23 Mar 2011 02:06:28 +0100 Subject: * debian/apt.conf.autoremove: - adapt to new gnumach kernel package naming (Closes: #619337) --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index fc246451b..debc374bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,10 @@ apt (0.8.13.1) UNRELEASED; urgency=low - mark them as deprecated as they are unused * apt-pkg/deb/deblistparser.h: - enable StripMultiArch by default for ParseDepends + * debian/apt.conf.autoremove: + - adapt to new gnumach kernel package naming (Closes: #619337) - -- David Kalnischkies Wed, 23 Mar 2011 01:53:27 +0100 + -- David Kalnischkies Wed, 23 Mar 2011 02:03:24 +0100 apt (0.8.13) unstable; urgency=low -- cgit v1.2.3 From a0a1ce6df590187fff6e0e1c8c2783c49d910683 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Wed, 23 Mar 2011 02:09:14 +0100 Subject: * doc/apt_preferences.5.xml: - correct typo spotted by Charles Plessy (Closes: #619088) --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index debc374bd..1a8b746c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,8 +9,10 @@ apt (0.8.13.1) UNRELEASED; urgency=low - enable StripMultiArch by default for ParseDepends * debian/apt.conf.autoremove: - adapt to new gnumach kernel package naming (Closes: #619337) + * doc/apt_preferences.5.xml: + - correct typo spotted by Charles Plessy (Closes: #619088) - -- David Kalnischkies Wed, 23 Mar 2011 02:03:24 +0100 + -- David Kalnischkies Wed, 23 Mar 2011 02:08:23 +0100 apt (0.8.13) unstable; urgency=low -- cgit v1.2.3 From fcaf14fe20f743549ce968bdd2f511684ceb2394 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Wed, 23 Mar 2011 02:21:58 +0100 Subject: document ButAutomaticUpgrades together with NotAutomatic as suggested by Charles Plessy (Closes: #619083) --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 1a8b746c2..01498a939 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,8 +11,10 @@ apt (0.8.13.1) UNRELEASED; urgency=low - adapt to new gnumach kernel package naming (Closes: #619337) * doc/apt_preferences.5.xml: - correct typo spotted by Charles Plessy (Closes: #619088) + - document ButAutomaticUpgrades together with NotAutomatic + as suggested by Charles Plessy (Closes: #619083) - -- David Kalnischkies Wed, 23 Mar 2011 02:08:23 +0100 + -- David Kalnischkies Wed, 23 Mar 2011 02:19:33 +0100 apt (0.8.13) unstable; urgency=low -- cgit v1.2.3 From e548ae1c69c101f2a0b610fd2bf7b337f22fb09e Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Fri, 25 Mar 2011 20:06:40 +0100 Subject: * apt-pkg/depcache.cc: - remove pseudo handling leftover from SetReInstall --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 01498a939..90a56968c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,8 +13,10 @@ apt (0.8.13.1) UNRELEASED; urgency=low - correct typo spotted by Charles Plessy (Closes: #619088) - document ButAutomaticUpgrades together with NotAutomatic as suggested by Charles Plessy (Closes: #619083) + * apt-pkg/depcache.cc: + - remove pseudo handling leftover from SetReInstall - -- David Kalnischkies Wed, 23 Mar 2011 02:19:33 +0100 + -- David Kalnischkies Fri, 25 Mar 2011 20:06:03 +0100 apt (0.8.13) unstable; urgency=low -- cgit v1.2.3 From 566046f403acb3f50df78be93ea3b68b9f2c3e7b Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Fri, 25 Mar 2011 20:17:32 +0100 Subject: * apt-pkg/pkgcachegen.cc: - make "all"->"native" an implementation detail of NewPackage rather than rewrite it in higher methods --- debian/changelog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 90a56968c..e46c69ca4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,8 +15,11 @@ apt (0.8.13.1) UNRELEASED; urgency=low as suggested by Charles Plessy (Closes: #619083) * apt-pkg/depcache.cc: - remove pseudo handling leftover from SetReInstall + * apt-pkg/pkgcachegen.cc: + - make "all"->"native" an implementation detail of NewPackage + rather than rewrite it in higher methods - -- David Kalnischkies Fri, 25 Mar 2011 20:06:03 +0100 + -- David Kalnischkies Fri, 25 Mar 2011 20:15:18 +0100 apt (0.8.13) unstable; urgency=low -- cgit v1.2.3 From ca238ede0446483c107ace331324cbee0f096361 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Fri, 25 Mar 2011 22:12:29 +0100 Subject: * apt-pkg/cacheiterator.h: - return "all" instead of native architecture without breaking the abi (too much) by extending enum instead of using bitflags (LP: #733741) With the next abi break that enum should be a char bitflag instead --- debian/changelog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index e46c69ca4..b0bec1ba2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,8 +18,11 @@ apt (0.8.13.1) UNRELEASED; urgency=low * apt-pkg/pkgcachegen.cc: - make "all"->"native" an implementation detail of NewPackage rather than rewrite it in higher methods + * apt-pkg/cacheiterator.h: + - return "all" instead of native architecture without breaking the abi + (too much) by extending enum instead of using bitflags (LP: #733741) - -- David Kalnischkies Fri, 25 Mar 2011 20:15:18 +0100 + -- David Kalnischkies Fri, 25 Mar 2011 22:07:59 +0100 apt (0.8.13) unstable; urgency=low -- cgit v1.2.3 From 8aec002f1d3eb70423c760a68a9825a92bba7b2a Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sat, 26 Mar 2011 01:31:32 +0100 Subject: * apt-pkg/aptconfiguration.cc: - use dpkg --print-foreign-architectures to get multiarch configuration if non is specified with APT::Architectures (Closes: #612958) --- debian/changelog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index b0bec1ba2..1c2cd9da7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,8 +21,11 @@ apt (0.8.13.1) UNRELEASED; urgency=low * apt-pkg/cacheiterator.h: - return "all" instead of native architecture without breaking the abi (too much) by extending enum instead of using bitflags (LP: #733741) + * apt-pkg/aptconfiguration.cc: + - use dpkg --print-foreign-architectures to get multiarch configuration + if non is specified with APT::Architectures (Closes: #612958) - -- David Kalnischkies Fri, 25 Mar 2011 22:07:59 +0100 + -- David Kalnischkies Sat, 26 Mar 2011 01:28:38 +0100 apt (0.8.13) unstable; urgency=low -- cgit v1.2.3 From cc26da01ef43686d67959ef080e5492410d20e4e Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sat, 26 Mar 2011 12:41:51 +0100 Subject: do not change protected packages in autoinstall (Closes: #618848) --- debian/changelog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 1c2cd9da7..2af2517e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ apt (0.8.13.1) UNRELEASED; urgency=low as suggested by Charles Plessy (Closes: #619083) * apt-pkg/depcache.cc: - remove pseudo handling leftover from SetReInstall + - do not change protected packages in autoinstall (Closes: #618848) * apt-pkg/pkgcachegen.cc: - make "all"->"native" an implementation detail of NewPackage rather than rewrite it in higher methods @@ -25,7 +26,7 @@ apt (0.8.13.1) UNRELEASED; urgency=low - use dpkg --print-foreign-architectures to get multiarch configuration if non is specified with APT::Architectures (Closes: #612958) - -- David Kalnischkies Sat, 26 Mar 2011 01:28:38 +0100 + -- David Kalnischkies Sat, 26 Mar 2011 12:26:32 +0100 apt (0.8.13) unstable; urgency=low -- cgit v1.2.3 From ede85dc09f55a50d61b96186e1f98a4f13eb57ff Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sat, 26 Mar 2011 12:53:51 +0100 Subject: * cmdline/apt-get.cc: - do not show simulation notice for non-root commands (Closes: #619072) --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 2af2517e1..8e15a8060 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,8 +25,10 @@ apt (0.8.13.1) UNRELEASED; urgency=low * apt-pkg/aptconfiguration.cc: - use dpkg --print-foreign-architectures to get multiarch configuration if non is specified with APT::Architectures (Closes: #612958) + * cmdline/apt-get.cc: + - do not show simulation notice for non-root commands (Closes: #619072) - -- David Kalnischkies Sat, 26 Mar 2011 12:26:32 +0100 + -- David Kalnischkies Sat, 26 Mar 2011 12:53:00 +0100 apt (0.8.13) unstable; urgency=low -- cgit v1.2.3 From 60dcec6d513859698177c10dabfc9db184363064 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Mon, 28 Mar 2011 12:29:38 +0200 Subject: * apt-pkg/deb/deblistparser.cc: - create foo:any provides for all architectures for an allowed package --- debian/changelog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 8e15a8060..774975050 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,8 +27,10 @@ apt (0.8.13.1) UNRELEASED; urgency=low if non is specified with APT::Architectures (Closes: #612958) * cmdline/apt-get.cc: - do not show simulation notice for non-root commands (Closes: #619072) + * apt-pkg/deb/deblistparser.cc: + - create foo:any provides for all architectures for an allowed package - -- David Kalnischkies Sat, 26 Mar 2011 12:53:00 +0100 + -- David Kalnischkies Mon, 28 Mar 2011 12:28:21 +0200 apt (0.8.13) unstable; urgency=low -- cgit v1.2.3 From 71d73928ae58d6faf81e7405830881e47281f423 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Mon, 28 Mar 2011 14:10:49 +0200 Subject: be able to disable resolver with APT::Get::AutoSolving --- debian/changelog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 774975050..ed60a3047 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,10 +27,11 @@ apt (0.8.13.1) UNRELEASED; urgency=low if non is specified with APT::Architectures (Closes: #612958) * cmdline/apt-get.cc: - do not show simulation notice for non-root commands (Closes: #619072) + - be able to disable resolver with APT::Get::AutoSolving * apt-pkg/deb/deblistparser.cc: - create foo:any provides for all architectures for an allowed package - -- David Kalnischkies Mon, 28 Mar 2011 12:28:21 +0200 + -- David Kalnischkies Mon, 28 Mar 2011 14:10:43 +0200 apt (0.8.13) unstable; urgency=low -- cgit v1.2.3 From 92d956ea4d68789fa6d15702a4c2336039dcdb0f Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Tue, 29 Mar 2011 13:13:25 +0200 Subject: be able to disable resolver with APT::Get::CallResolver and disable auto installation with APT::Get::AutoSolving --- debian/changelog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index ed60a3047..e669077fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,11 +27,12 @@ apt (0.8.13.1) UNRELEASED; urgency=low if non is specified with APT::Architectures (Closes: #612958) * cmdline/apt-get.cc: - do not show simulation notice for non-root commands (Closes: #619072) - - be able to disable resolver with APT::Get::AutoSolving + - be able to disable resolver with APT::Get::CallResolver and disable + auto installation with APT::Get::AutoSolving * apt-pkg/deb/deblistparser.cc: - create foo:any provides for all architectures for an allowed package - -- David Kalnischkies Mon, 28 Mar 2011 14:10:43 +0200 + -- David Kalnischkies Tue, 29 Mar 2011 13:12:45 +0200 apt (0.8.13) unstable; urgency=low -- cgit v1.2.3