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 +++++++++ 1 file changed, 9 insertions(+) (limited to 'debian') 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 ] -- cgit v1.2.3 From 9f8432087b2b00747292fd2ea4c2df3ea7517eab Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Wed, 26 Nov 2008 22:26:32 +0200 Subject: Added instruction how to work around MMap error in MMap error message. --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index b196b013e..d1ccf8b8f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,9 @@ apt (0.7.20~exp2) unstable; urgency=low * doc/examples/sources.list: - Removed obsolete commented non-us deb-src entry, replaced it with 'deb-src security.debian.org' one. (Closes: #411298) + * apt-pkg/contrib/mmap.cc: + - 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 -- cgit v1.2.3 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) --- debian/changelog | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'debian') 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 -- cgit v1.2.3 From ae788f936656bce406ee014bf2bda678c348f13e Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Sat, 6 Dec 2008 20:59:55 +0200 Subject: Fixed place of 'merged install-recommends and install-task branches' in debian/changelog. --- debian/changelog | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index d1ccf8b8f..fd1862789 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +apt (0.7.20) unstable; urgency=low + + [ Eugene V. Lyubimkin ] + * debian/changelog: + - Fixed place of 'merged install-recommends and install-task branches' + from 0.6.46.1 to 0.7.0. (Closes: #439866) + + -- Eugene V. Lyubimkin Sat, 06 Dec 2008 20:57:00 +0200 + apt (0.7.20~exp2) unstable; urgency=low [ Eugene V. Lyubimkin ] @@ -863,6 +872,16 @@ apt (0.7.0) experimental; urgency=low * support for unattended-upgrades (via unattended-upgrades package) * added apt-transport-https method + * merged "install-recommends" branch (ABI break): + - new "--install-recommends" + - install new recommends on "upgrade" if --install-recommends is + given + - new "--fix-policy" option to install all packages with unmet + important dependencies (usefull with --install-recommends to + see what not-installed recommends are on the system) + - fix of recommended packages display (only show CandidateVersion + fix or-group handling) + * merged "install-task" branch (use with "apt-get install taskname^") -- Michael Vogt Fri, 12 Jan 2007 20:48:07 +0100 @@ -953,16 +972,6 @@ apt (0.6.46.2) unstable; urgency=low apt (0.6.46.1) unstable; urgency=low - * merged "install-recommends" branch (ABI break): - - new "--install-recommends" - - install new recommends on "upgrade" if --install-recommends is - given - - new "--fix-policy" option to install all packages with unmet - important dependencies (usefull with --install-recommends to - see what not-installed recommends are on the system) - - fix of recommended packages display (only show CandidateVersion - fix or-group handling) - * merged "install-task" branch (use with "apt-get install taskname^") * methods/gzip.cc: - deal with empty files * Applied patch from Daniel Schepler to make apt bin-NMU able. -- cgit v1.2.3 From bd3849e894a4e7623426bb3995cf2e814b08a561 Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Sat, 6 Dec 2008 21:32:49 +0200 Subject: Renewed buildlib/config.{sub,guess} files. --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index fd1862789..fc8cde53b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ apt (0.7.20) unstable; urgency=low * debian/changelog: - Fixed place of 'merged install-recommends and install-task branches' from 0.6.46.1 to 0.7.0. (Closes: #439866) + * buildlib/config.{sub,guess}: + - Renewed. This fixes lintian errors. -- Eugene V. Lyubimkin Sat, 06 Dec 2008 20:57:00 +0200 -- cgit v1.2.3 From 370ad5e1849d4e6f5713e840d4cd38160ff80683 Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Sat, 6 Dec 2008 22:14:52 +0200 Subject: Documented briefly 'APT::https' group of options. --- debian/changelog | 2 ++ debian/rules | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index fc8cde53b..3535ca5f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ apt (0.7.20) unstable; urgency=low from 0.6.46.1 to 0.7.0. (Closes: #439866) * buildlib/config.{sub,guess}: - Renewed. This fixes lintian errors. + * doc/apt.conf.5.xml, debian/apt-transport-https: + - Documented briefly 'APT::https' group of options. (Closes: #507398) -- Eugene V. Lyubimkin Sat, 06 Dec 2008 20:57:00 +0200 diff --git a/debian/rules b/debian/rules index f587b141a..f1eb62b57 100755 --- a/debian/rules +++ b/debian/rules @@ -307,7 +307,7 @@ apt-transport-https: build debian/shlibs.local libapt-pkg-dev mkdir -p debian/$@/usr/lib/apt/methods cp $(BLD)/bin/methods/https debian/$@/usr/lib/apt/methods - dh_installdocs -p$@ + dh_installdocs -p$@ debian/apt-transport-https.README dh_installexamples -p$@ # Install the man pages.. -- cgit v1.2.3 From be1b85688d6362b3eb980e8b0b05bf8c13e1099a Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Sat, 6 Dec 2008 22:41:43 +0200 Subject: Applied patch from Daniel Burrows to document 'Debug' group of options. --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 3535ca5f1..ef383d236 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,8 @@ apt (0.7.20) unstable; urgency=low - Renewed. This fixes lintian errors. * doc/apt.conf.5.xml, debian/apt-transport-https: - Documented briefly 'APT::https' group of options. (Closes: #507398) + - Applied patch from Daniel Burrows to document 'Debug' group of options. + (Closes: #457265) -- Eugene V. Lyubimkin Sat, 06 Dec 2008 20:57:00 +0200 -- cgit v1.2.3 From 0224daf23a4b89a85967aec6639b189495d1326a Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Sat, 6 Dec 2008 23:20:13 +0200 Subject: Mentioned 'APT::Periodic' and 'APT::Archives' groups of options. --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index ef383d236..83aa70d4d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ apt (0.7.20) unstable; urgency=low - Documented briefly 'APT::https' group of options. (Closes: #507398) - Applied patch from Daniel Burrows to document 'Debug' group of options. (Closes: #457265) + - Mentioned 'APT::Periodic' and 'APT::Archives' groups of options. + (Closes: #438559) -- Eugene V. Lyubimkin Sat, 06 Dec 2008 20:57:00 +0200 -- cgit v1.2.3 From 45b5cb269dccfb8835901b54701a96237a84bf26 Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Sat, 6 Dec 2008 23:34:11 +0200 Subject: Included missing file debian/apt-transport-https.README to repo. --- debian/apt-transport-https.README | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 debian/apt-transport-https.README (limited to 'debian') diff --git a/debian/apt-transport-https.README b/debian/apt-transport-https.README new file mode 100644 index 000000000..0c470a1a2 --- /dev/null +++ b/debian/apt-transport-https.README @@ -0,0 +1,2 @@ +See APT::https group of options in apt.conf(5) to configure how APT will handle +https:// URIs. -- cgit v1.2.3 From bbaf502024a6a715583cd500cd58cb9ea5c47941 Mon Sep 17 00:00:00 2001 From: "bubulle@debian.org" <> Date: Sun, 7 Dec 2008 10:34:59 +0100 Subject: Drop awful use of first person in French translation. The same should happen to English messages after lenny --- debian/changelog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 325804f84..b2da4648b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,10 @@ apt (0.7.20~exp3) unstable; urgency=low - Added instruction how to work around MMap error in MMap error message. (Closes: #385674, 436028) + [ Christian Perrier ] + * Translations: + - French corrected (remove awful use of first person) + -- Michael Vogt Tue, 02 Dec 2008 20:30:14 +0100 apt (0.7.19) unstable; urgency=low -- cgit v1.2.3 From 3205e1f3b0dc9310fe767aef23824d0deb7a26bf Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 8 Dec 2008 15:58:12 -0800 Subject: debian/changelog: fix changelog --- debian/changelog | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 5d6a6d6b1..5b3c1a470 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,16 +13,14 @@ apt (0.7.20) unstable; urgency=low - Mentioned 'APT::Periodic' and 'APT::Archives' groups of options. (Closes: #438559) - -- Eugene V. Lyubimkin Sat, 06 Dec 2008 20:57:00 +0200 - -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 Sat, 06 Dec 2008 20:57:00 +0200 + apt (0.7.20~exp2) unstable; urgency=low [ Eugene V. Lyubimkin ] -- cgit v1.2.3 From 7f1bc985dc0af4b953674f0e6702bada30f32a80 Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Wed, 10 Dec 2008 20:36:37 +0200 Subject: apt.conf: mentioned '/* ... */'-comments. --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 83aa70d4d..8eccc27ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ apt (0.7.20) unstable; urgency=low (Closes: #457265) - Mentioned 'APT::Periodic' and 'APT::Archives' groups of options. (Closes: #438559) + - Mentioned '/* ... */' comments. (Closes: #507601) -- Eugene V. Lyubimkin Sat, 06 Dec 2008 20:57:00 +0200 -- cgit v1.2.3 From a70c81475ae682d9b1f4d3ed76c1644f701bfca2 Mon Sep 17 00:00:00 2001 From: "bubulle@debian.org" <> Date: Fri, 12 Dec 2008 20:57:45 +0100 Subject: Finnish translation update --- debian/changelog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 5b3c1a470..144623c3f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,10 @@ apt (0.7.20) unstable; urgency=low APT::Get::Build-Dep-Automatic to false (thanks to Aaron Haviland, closes: #44874, LP: #248268) + [ Christian Perrier ] + * Translations: + - Finnish updated. Closes: #508449 + -- Eugene V. Lyubimkin Sat, 06 Dec 2008 20:57:00 +0200 apt (0.7.20~exp2) unstable; urgency=low -- cgit v1.2.3 From b43b5a7d67cdf706afbb30ff470f1a8d7d810986 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 15 Dec 2008 22:16:12 +0100 Subject: debian/changelog: make the build-dep changelog entry match (debian) reality --- debian/changelog | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 90be66400..bf92fede2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,10 +15,11 @@ apt (0.7.20) unstable; urgency=low - Mentioned '/* ... */' comments. (Closes: #507601) [ 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) + * add option to "apt-get build-dep" to mark the needed + build-dep packages as automatic installed. + This is controlled via the value of + APT::Get::Build-Dep-Automatic and is set "false" by default. + Thanks to Aaron Haviland, closes: #44874 [ Christian Perrier ] * Translations: -- cgit v1.2.3 From 819f001b22879f19a2ce9275f14b6a99c453fc80 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 15 Dec 2008 22:22:20 +0100 Subject: debian/changelog: and fix the bugnumber (thanks to jackyf --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index bf92fede2..35a8fb2b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,7 +19,7 @@ apt (0.7.20) unstable; urgency=low build-dep packages as automatic installed. This is controlled via the value of APT::Get::Build-Dep-Automatic and is set "false" by default. - Thanks to Aaron Haviland, closes: #44874 + Thanks to Aaron Haviland, closes: #448743 [ Christian Perrier ] * Translations: -- cgit v1.2.3