From 50c2691814f0a522a2f78c499d20decd4dc8be3a Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Sun, 2 Nov 2008 12:16:25 +0200 Subject: Changed 'Install-Recommends' to 'true' in configure-index. --- doc/examples/configure-index | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/examples') diff --git a/doc/examples/configure-index b/doc/examples/configure-index index c20011c9c..6af2c01ba 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -103,7 +103,7 @@ APT // consider Recommends, Suggests as important dependencies that should // be installed by default - Install-Recommends "false"; + Install-Recommends "true"; Install-Suggests "false"; // consider dependencies of packages in this section manual -- cgit v1.2.3-70-g09d2 From 8070717c2cf131cf0726366c9d6cf4c03fa0354f Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Sun, 2 Nov 2008 12:23:18 +0200 Subject: Added APT::Get::AllowUnauthenticated to configure-index. --- debian/changelog | 2 ++ doc/examples/configure-index | 1 + 2 files changed, 3 insertions(+) (limited to 'doc/examples') diff --git a/debian/changelog b/debian/changelog index d21e4f488..529e0a337 100644 --- a/debian/changelog +++ b/debian/changelog @@ -54,6 +54,8 @@ apt (0.7.17) unstable; urgency=low - Documented 'APT::Default-Release' in apt.conf. (Closes: #430399) - APT::Install-Recommends is now true by default, mentioned this in configure-index example. (Closes: #463268) + - Added 'APT::Get::AllowUnauthenticated' to configure-index. + (Closes: #320225) -- Eugene V. Lyubimkin Fri, 24 Oct 2008 23:45:17 +0300 diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 6af2c01ba..d0c453a1c 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -32,6 +32,7 @@ APT Get { Arch-Only "false"; + AllowUnauthenticated "false"; AutomaticRemove "false"; HideAutoRemove "false"; Download-Only "false"; -- cgit v1.2.3-70-g09d2 From 6ae0cde915102bb4b0d272de4342ff6f62840d63 Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Thu, 6 Nov 2008 22:19:41 +0200 Subject: Removed obsolete header line from configure-index. --- debian/changelog | 7 +++++++ doc/examples/configure-index | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'doc/examples') diff --git a/debian/changelog b/debian/changelog index 14af5f036..225687d9e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +apt (0.7.18) unstable; urgency=low + + * doc/examples/configure-index: + - Removed obsoleted header line. (Closes: #417638) + + -- Eugene V. Lyubimkin Thu, 06 Nov 2008 22:18:15 +0200 + apt (0.7.17) unstable; urgency=low [ Eugene V. Lyubimkin ] diff --git a/doc/examples/configure-index b/doc/examples/configure-index index d0c453a1c..a55dd27d6 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -1,4 +1,3 @@ -// $Id: configure-index,v 1.10 2004/07/17 19:37:16 mdz Exp $ /* This file is an index of all APT configuration directives. It should NOT actually be used as a real config file, though it is (except for the last line) a completely valid file. Most of the options have sane default -- cgit v1.2.3-70-g09d2 From 63b0c1775520329d3daaa9f78a7c0ac9362ef38d Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Thu, 6 Nov 2008 22:21:31 +0200 Subject: doc/examples/configure-index: 'linux-kernel' -> 'linux-image'. --- debian/changelog | 1 + doc/examples/configure-index | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/examples') diff --git a/debian/changelog b/debian/changelog index 225687d9e..8c6543a0f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ apt (0.7.18) unstable; urgency=low * doc/examples/configure-index: - Removed obsoleted header line. (Closes: #417638) + - Changed 'linux-kernel' to 'linux-image'. -- Eugene V. Lyubimkin Thu, 06 Nov 2008 22:18:15 +0200 diff --git a/doc/examples/configure-index b/doc/examples/configure-index index a55dd27d6..07803b2cb 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -24,7 +24,7 @@ APT Architecture "i386"; Build-Essential "build-essential"; - NeverAutoRemove { "linux-kernel.*"; }; // packages that should never + NeverAutoRemove { "linux-image.*"; }; // packages that should never // considered for autoRemove // Options for apt-get -- cgit v1.2.3-70-g09d2 From 23fe51aca558f506b7e44b08bd4620d04dd79d38 Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Wed, 26 Nov 2008 22:08:56 +0200 Subject: Removed obsolete commented non-us deb-src entry, replaced with 'security.debian.org' one. --- debian/changelog | 9 +++++++++ doc/examples/sources.list | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) (limited to 'doc/examples') diff --git a/debian/changelog b/debian/changelog index c60050fd4..b196b013e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +apt (0.7.20~exp2) unstable; urgency=low + + [ Eugene V. Lyubimkin ] + * doc/examples/sources.list: + - Removed obsolete commented non-us deb-src entry, replaced it with + 'deb-src security.debian.org' one. (Closes: #411298) + + -- Eugene V. Lyubimkin Wed, 26 Nov 2008 22:06:21 +0200 + apt (0.7.19) unstable; urgency=low [ Eugene V. Lyubimkin ] diff --git a/doc/examples/sources.list b/doc/examples/sources.list index 9af1c3c4c..ef729e203 100644 --- a/doc/examples/sources.list +++ b/doc/examples/sources.list @@ -6,4 +6,4 @@ deb http://security.debian.org stable/updates main contrib non-free # Uncomment if you want the apt-get source function to work #deb-src http://http.us.debian.org/debian stable main contrib non-free -#deb-src http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free +#deb-src http://security.debian.org stable/updates main contrib non-free -- cgit v1.2.3-70-g09d2 From d59228b0656483be9b60aa9d5e7b4759bf9e6b15 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 2 Dec 2008 20:54:43 +0100 Subject: make "apt-get build-dep" installed packages marked automatic by default. This can be changed by setting the value of APT::Get::Build-Dep-Automatic to false (thanks to Aaron Haviland, closes: #44874, LP: #248268) --- cmdline/apt-get.cc | 3 +++ configure.in | 2 +- debian/changelog | 10 ++++++++-- doc/examples/configure-index | 1 + 4 files changed, 13 insertions(+), 3 deletions(-) (limited to 'doc/examples') diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 5fbe21eed..43f8ec8b8 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -2515,6 +2515,8 @@ bool DoBuildDep(CommandLine &CmdL) { // We successfully installed something; skip remaining alternatives skipAlternatives = hasAlternatives; + if(_config->FindB("APT::Get::Build-Dep-Automatic", false) == true) + Cache->MarkAuto(Pkg, true); continue; } else if (hasAlternatives) @@ -2730,6 +2732,7 @@ int main(int argc,const char *argv[]) {0,"only-source","APT::Get::Only-Source",0}, {0,"arch-only","APT::Get::Arch-Only",0}, {0,"auto-remove","APT::Get::AutomaticRemove",0}, + {0,"build-dep-automatic","APT::Get::Build-Dep-Automatic",0}, {0,"allow-unauthenticated","APT::Get::AllowUnauthenticated",0}, {0,"install-recommends","APT::Install-Recommends",CommandLine::Boolean}, {0,"fix-policy","APT::Get::Fix-Policy-Broken",0}, diff --git a/configure.in b/configure.in index 0ffbc67ff..f90a32c3b 100644 --- a/configure.in +++ b/configure.in @@ -18,7 +18,7 @@ AC_CONFIG_AUX_DIR(buildlib) AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in) dnl -- SET THIS TO THE RELEASE VERSION -- -AC_DEFINE_UNQUOTED(VERSION,"0.7.18") +AC_DEFINE_UNQUOTED(VERSION,"0.7.20~exp3") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) diff --git a/debian/changelog b/debian/changelog index d1ccf8b8f..325804f84 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,10 @@ -apt (0.7.20~exp2) unstable; urgency=low +apt (0.7.20~exp3) unstable; urgency=low + + [ Michael Vogt ] + * make "apt-get build-dep" installed packages marked automatic + by default. This can be changed by setting the value of + APT::Get::Build-Dep-Automatic to false (thanks to Aaron + Haviland, closes: #44874, LP: #248268) [ Eugene V. Lyubimkin ] * doc/examples/sources.list: @@ -8,7 +14,7 @@ apt (0.7.20~exp2) unstable; urgency=low - Added instruction how to work around MMap error in MMap error message. (Closes: #385674, 436028) - -- Eugene V. Lyubimkin Wed, 26 Nov 2008 22:06:21 +0200 + -- Michael Vogt Tue, 02 Dec 2008 20:30:14 +0100 apt (0.7.19) unstable; urgency=low diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 07803b2cb..db07f189e 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -54,6 +54,7 @@ APT Only-Source ""; Diff-Only "false"; Tar-Only "false"; + Build-Dep-Automatic "true"; }; Cache -- cgit v1.2.3-70-g09d2