From 00ea69fc15f5ce04e92b75707d2f21a8d2f235e4 Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Sat, 1 Nov 2008 01:21:47 +0200 Subject: debian/control improvements --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index beef99123..3355d4e3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -30,6 +30,9 @@ apt (0.7.17) unstable; urgency=low - Added 'unset GREP_OPTIONS' to the script. This prevents 'apt-key update' failure when GREP_OPTIONS contains options that modify grep output. (Closes: #428752) + * debian/control: + - 'Vcs-Bzr' field is official, used it. + - Lowercased short package descriptions. -- Eugene V. Lyubimkin Fri, 24 Oct 2008 23:45:17 +0300 -- cgit v1.2.3 From 575f120279afc7e74c980eb9feae8fce5900a196 Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Sat, 1 Nov 2008 01:30:51 +0200 Subject: Bumped Standards-Version to 3.8.0. --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 3355d4e3b..6b7daadc2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -33,6 +33,7 @@ apt (0.7.17) unstable; urgency=low * debian/control: - 'Vcs-Bzr' field is official, used it. - Lowercased short package descriptions. + - Bumped 'Standards-Version' to 3.8.0, no changes needed. -- Eugene V. Lyubimkin Fri, 24 Oct 2008 23:45:17 +0300 -- cgit v1.2.3 From c94dd3c6a691e2d447f3fd9ac479302823079d43 Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Sat, 1 Nov 2008 12:23:06 +0200 Subject: Advanced apt-cache.cc's built-in help. --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 6b7daadc2..9ea553256 100644 --- a/debian/changelog +++ b/debian/changelog @@ -34,6 +34,8 @@ apt (0.7.17) unstable; urgency=low - 'Vcs-Bzr' field is official, used it. - Lowercased short package descriptions. - Bumped 'Standards-Version' to 3.8.0, no changes needed. + * cmdline/apt-cache.cc: + - Advanced built-in help. (Closes: #286061) -- Eugene V. Lyubimkin Fri, 24 Oct 2008 23:45:17 +0300 -- cgit v1.2.3 From 2f493cc60cd7b495c0c6739b2c1a04f2e4fb389f Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Sat, 1 Nov 2008 12:56:50 +0200 Subject: Substituted 'apt-archive' with 'apt-ftparchive'. --- debian/changelog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 9ea553256..ceb5efbdc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -35,7 +35,12 @@ apt (0.7.17) unstable; urgency=low - Lowercased short package descriptions. - Bumped 'Standards-Version' to 3.8.0, no changes needed. * cmdline/apt-cache.cc: - - Advanced built-in help. (Closes: #286061) + - Advanced built-in help. Patch by + Andre Felipe Machado . (Closes: #286061) + * doc/: + - Substituded 'apt-archive' with 'apt-ftparchive' in docs. + Patch based on work of + Andre Felipe Machado . (Closes: #350865) -- Eugene V. Lyubimkin Fri, 24 Oct 2008 23:45:17 +0300 -- cgit v1.2.3 From 77c9def7e8caf13bb1630bc4e3bdc4f2c1853dd4 Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Sat, 1 Nov 2008 13:19:15 +0200 Subject: Clearly documented '/' and '=' in apt-get.8. --- debian/changelog | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index ceb5efbdc..da540872e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -35,12 +35,13 @@ apt (0.7.17) unstable; urgency=low - Lowercased short package descriptions. - Bumped 'Standards-Version' to 3.8.0, no changes needed. * cmdline/apt-cache.cc: - - Advanced built-in help. Patch by - Andre Felipe Machado . (Closes: #286061) + - Advanced built-in help. Patch by Andre Felipe Machado. (Closes: #286061) * doc/: - Substituded 'apt-archive' with 'apt-ftparchive' in docs. - Patch based on work of - Andre Felipe Machado . (Closes: #350865) + Patch based on work of Andre Felipe Machado. (Closes: #350865) + - Mentioned '/' and '=' for 'apt-get install' and + '=' for 'apt-get source'. Patch based on work of Andre Felipe + Machado. (Closes: #399673) -- Eugene V. Lyubimkin Fri, 24 Oct 2008 23:45:17 +0300 -- cgit v1.2.3 From 7e4c7441e83fc2cf37436d0d22b9004392759ec0 Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Sat, 1 Nov 2008 13:42:09 +0200 Subject: Mentioned more short options in the apt-get's manpage. Documented 'xvcg' in the apt-get manpage. --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index da540872e..69f1500fc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -42,6 +42,9 @@ apt (0.7.17) unstable; urgency=low - Mentioned '/' and '=' for 'apt-get install' and '=' for 'apt-get source'. Patch based on work of Andre Felipe Machado. (Closes: #399673) + - Mentioned more short options in the apt-get manpage. Documented 'xvcg' + option in the apt-cache manpage. The part of patch by Andre Felipe + Machado. (Closes: #176106) -- Eugene V. Lyubimkin Fri, 24 Oct 2008 23:45:17 +0300 -- cgit v1.2.3 From 2b0de496a89d9ba180853484fe55b0e437ab7059 Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Sat, 1 Nov 2008 13:53:30 +0200 Subject: Advanced documentation for 'apt-get install' command, mentioned upgrading possibility. --- debian/changelog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 69f1500fc..271f8a6f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -45,6 +45,9 @@ apt (0.7.17) unstable; urgency=low - Mentioned more short options in the apt-get manpage. Documented 'xvcg' option in the apt-cache manpage. The part of patch by Andre Felipe Machado. (Closes: #176106) + - Documented that 'apt-get install' command should be used for upgrading + some of installed packages. Based on patch by Nori Heikkinen and + Andre Felipe Machado. (Closes: #267087) -- Eugene V. Lyubimkin Fri, 24 Oct 2008 23:45:17 +0300 -- cgit v1.2.3 From 972ea2a113abdd6f7cde4ad1dcbda16361343418 Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Sat, 1 Nov 2008 14:01:24 +0200 Subject: Mentioned 'apt_preferences(5)' in apt manpage. --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 271f8a6f3..ee881a832 100644 --- a/debian/changelog +++ b/debian/changelog @@ -48,6 +48,7 @@ apt (0.7.17) unstable; urgency=low - Documented that 'apt-get install' command should be used for upgrading some of installed packages. Based on patch by Nori Heikkinen and Andre Felipe Machado. (Closes: #267087) + - Mentioned 'apt_preferences(5)' in apt manpage. (Closes: #274295) -- Eugene V. Lyubimkin Fri, 24 Oct 2008 23:45:17 +0300 -- cgit v1.2.3 From 47c2220b79f85bf8b88a42091fd89c97ec7a3599 Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Sat, 1 Nov 2008 14:17:05 +0200 Subject: Actualized 'Uploaders' field in debian/control. --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index ee881a832..5dd31b264 100644 --- a/debian/changelog +++ b/debian/changelog @@ -34,6 +34,7 @@ apt (0.7.17) unstable; urgency=low - 'Vcs-Bzr' field is official, used it. - Lowercased short package descriptions. - Bumped 'Standards-Version' to 3.8.0, no changes needed. + - Actualized 'Uploaders' field. * cmdline/apt-cache.cc: - Advanced built-in help. Patch by Andre Felipe Machado. (Closes: #286061) * doc/: -- cgit v1.2.3 From 6013c6f4f09c1aedf373654dfadac398f0e0a91d Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Sun, 2 Nov 2008 11:23:24 +0200 Subject: Fixed typo. --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 5dd31b264..514546ff9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -37,6 +37,7 @@ apt (0.7.17) unstable; urgency=low - Actualized 'Uploaders' field. * cmdline/apt-cache.cc: - Advanced built-in help. Patch by Andre Felipe Machado. (Closes: #286061) + - Fixed typo 'GraphVis' -> 'GraphViz'. (Closes: #349038) * doc/: - Substituded 'apt-archive' with 'apt-ftparchive' in docs. Patch based on work of Andre Felipe Machado. (Closes: #350865) -- cgit v1.2.3 From 0dbed486e25d158a903cf0a45ae0b86276500113 Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Sun, 2 Nov 2008 11:25:09 +0200 Subject: One more bug closed by documenting 'xvcg' in apt-cache.8. --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 514546ff9..7c92bee6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -46,7 +46,7 @@ apt (0.7.17) unstable; urgency=low Machado. (Closes: #399673) - Mentioned more short options in the apt-get manpage. Documented 'xvcg' option in the apt-cache manpage. The part of patch by Andre Felipe - Machado. (Closes: #176106) + Machado. (Closes: #176106, #355945) - Documented that 'apt-get install' command should be used for upgrading some of installed packages. Based on patch by Nori Heikkinen and Andre Felipe Machado. (Closes: #267087) -- cgit v1.2.3 From 60a8f9c0fea353a5dc3f79e634214d7be3d1122b Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Sun, 2 Nov 2008 11:50:48 +0200 Subject: Documented 'APT::Default-Release' in apt.conf. --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 7c92bee6d..643ea2a02 100644 --- a/debian/changelog +++ b/debian/changelog @@ -51,6 +51,7 @@ apt (0.7.17) unstable; urgency=low some of installed packages. Based on patch by Nori Heikkinen and Andre Felipe Machado. (Closes: #267087) - Mentioned 'apt_preferences(5)' in apt manpage. (Closes: #274295) + - Documented 'APT::Default-Release' in apt.conf. (Closes: #430399) -- Eugene V. Lyubimkin Fri, 24 Oct 2008 23:45:17 +0300 -- cgit v1.2.3 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. --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 643ea2a02..d21e4f488 100644 --- a/debian/changelog +++ b/debian/changelog @@ -52,6 +52,8 @@ apt (0.7.17) unstable; urgency=low Andre Felipe Machado. (Closes: #267087) - Mentioned 'apt_preferences(5)' in apt manpage. (Closes: #274295) - 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) -- Eugene V. Lyubimkin Fri, 24 Oct 2008 23:45:17 +0300 -- cgit v1.2.3 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 ++ 1 file changed, 2 insertions(+) (limited to 'debian/changelog') 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 -- cgit v1.2.3 From d914c3b7f836ec6dc2e74e98720c4a16e6ea258e Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Sun, 2 Nov 2008 12:49:16 +0200 Subject: Documented '--no-install-recommends' in apt-get manpage. --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 529e0a337..007239c6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -56,6 +56,8 @@ apt (0.7.17) unstable; urgency=low configure-index example. (Closes: #463268) - Added 'APT::Get::AllowUnauthenticated' to configure-index. (Closes: #320225) + - Documented '--no-install-recommends' option in apt-get manpage. + (Closes: #462962) -- Eugene V. Lyubimkin Fri, 24 Oct 2008 23:45:17 +0300 -- cgit v1.2.3 From 0d70b0559c22c006076acbe0d3238f41ddd04072 Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Sun, 2 Nov 2008 13:15:42 +0200 Subject: Documented 'Acquire::PDiffs' in apt.conf manpage. --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 007239c6d..263ca3cae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -58,6 +58,7 @@ apt (0.7.17) unstable; urgency=low (Closes: #320225) - Documented '--no-install-recommends' option in apt-get manpage. (Closes: #462962) + - Documented 'Acquire::PDiffs' in apt.conf manpage. (Closes: #376029) -- Eugene V. Lyubimkin Fri, 24 Oct 2008 23:45:17 +0300 -- cgit v1.2.3 From 2dfa29500a30539cd0f2b3932f8a4221290968ea Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Sun, 2 Nov 2008 13:17:31 +0200 Subject: Minor adjustements to debian/changelog. --- debian/changelog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 263ca3cae..e622501ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -42,8 +42,8 @@ apt (0.7.17) unstable; urgency=low - Substituded 'apt-archive' with 'apt-ftparchive' in docs. Patch based on work of Andre Felipe Machado. (Closes: #350865) - Mentioned '/' and '=' for 'apt-get install' and - '=' for 'apt-get source'. Patch based on work of Andre Felipe - Machado. (Closes: #399673) + '=' for 'apt-get source' in apt-get manpage. Patch based on + work of Andre Felipe Machado. (Closes: #399673) - Mentioned more short options in the apt-get manpage. Documented 'xvcg' option in the apt-cache manpage. The part of patch by Andre Felipe Machado. (Closes: #176106, #355945) @@ -51,10 +51,10 @@ apt (0.7.17) unstable; urgency=low some of installed packages. Based on patch by Nori Heikkinen and Andre Felipe Machado. (Closes: #267087) - Mentioned 'apt_preferences(5)' in apt manpage. (Closes: #274295) - - Documented 'APT::Default-Release' in apt.conf. (Closes: #430399) + - Documented 'APT::Default-Release' in apt.conf manpage. (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. + - Added 'APT::Get::AllowUnauthenticated' to configure-index example. (Closes: #320225) - Documented '--no-install-recommends' option in apt-get manpage. (Closes: #462962) -- cgit v1.2.3 From c06b16a905570845c372f10bb0b310bd7a667945 Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Sun, 2 Nov 2008 13:25:19 +0200 Subject: Added 'rsh', 'ssh' and 'copy' to the list of URI schemes in sources.list manpage. --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index e622501ac..9d50b380e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -59,6 +59,8 @@ apt (0.7.17) unstable; urgency=low - Documented '--no-install-recommends' option in apt-get manpage. (Closes: #462962) - Documented 'Acquire::PDiffs' in apt.conf manpage. (Closes: #376029) + - Added 'copy', 'rsh', 'ssh' to the list of recognized URI schemes in + sources.list manpage, as they are already described under in the manpage. -- Eugene V. Lyubimkin Fri, 24 Oct 2008 23:45:17 +0300 -- cgit v1.2.3 From b2d941c5f99ac1cf396bb7b7959cd0683051ef28 Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Sun, 2 Nov 2008 14:10:17 +0200 Subject: Removed notice that ssh/rsh access cannot use password authentication from sources.list manpage. --- debian/changelog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 9d50b380e..8c1ce3bd7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -61,6 +61,8 @@ apt (0.7.17) unstable; urgency=low - Documented 'Acquire::PDiffs' in apt.conf manpage. (Closes: #376029) - Added 'copy', 'rsh', 'ssh' to the list of recognized URI schemes in sources.list manpage, as they are already described under in the manpage. + - Removed notice that ssh/rsh access cannot use password authentication + from sources.list manpage. Thanks to Steffen Joeris. (Closes: #434894) -- Eugene V. Lyubimkin Fri, 24 Oct 2008 23:45:17 +0300 -- cgit v1.2.3 From c8921a97bf23f916eea9d77c4d2dbb94172e0983 Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Tue, 4 Nov 2008 22:55:15 +0200 Subject: Uncommitted built-in help for apt-cache for Lenny. --- debian/changelog | 3 --- 1 file changed, 3 deletions(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 8c1ce3bd7..c9853169a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -35,9 +35,6 @@ apt (0.7.17) unstable; urgency=low - Lowercased short package descriptions. - Bumped 'Standards-Version' to 3.8.0, no changes needed. - Actualized 'Uploaders' field. - * cmdline/apt-cache.cc: - - Advanced built-in help. Patch by Andre Felipe Machado. (Closes: #286061) - - Fixed typo 'GraphVis' -> 'GraphViz'. (Closes: #349038) * doc/: - Substituded 'apt-archive' with 'apt-ftparchive' in docs. Patch based on work of Andre Felipe Machado. (Closes: #350865) -- cgit v1.2.3 From 40a6cfced93c564bedea27554427c91fa6eff08c Mon Sep 17 00:00:00 2001 From: "Eugene V. Lyubimkin" Date: Tue, 4 Nov 2008 23:03:07 +0200 Subject: Uncommitted lowercasing of short descriptions for Lenny. --- debian/changelog | 1 - 1 file changed, 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index c9853169a..f9aed94b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -32,7 +32,6 @@ apt (0.7.17) unstable; urgency=low (Closes: #428752) * debian/control: - 'Vcs-Bzr' field is official, used it. - - Lowercased short package descriptions. - Bumped 'Standards-Version' to 3.8.0, no changes needed. - Actualized 'Uploaders' field. * doc/: -- cgit v1.2.3