From b63380b007b6394935a1412791243fdf939b3c92 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 19 Jan 2006 10:37:57 +0000 Subject: * don't explod if a Provides has DepCompareOp --- debian/changelog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 3c3fbb4a9..b71fe095a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +apt (0.6.43.3) unstable; urgency=low + + * apt-pkg/deb/deblistparser.cc: + - don't explode on a DepCompareOp in a Provides line, but warn about + it and ignore it otherwise (thanks to James Troup for reporting it) + + -- Michael Vogt Thu, 19 Jan 2006 01:05:52 +0100 + apt (0.6.43.2) unstable; urgency=low * Merge bubulle@debian.org--2005/apt--main--0 up to patch-166: -- cgit v1.2.3 From a546101c245d4096961e0917c9aa9ab937b6e0ae Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 8 Feb 2006 10:19:02 +0000 Subject: * fix regression about not working --print-uris in "install" --- debian/changelog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index b71fe095a..4f2ea848a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,11 @@ apt (0.6.43.3) unstable; urgency=low * apt-pkg/deb/deblistparser.cc: - don't explode on a DepCompareOp in a Provides line, but warn about it and ignore it otherwise (thanks to James Troup for reporting it) + * cmdline/apt-get.cc: + - don't lock the lists directory in DoInstall, breaks --print-uri + (thanks to James Troup for reporting it) - -- Michael Vogt Thu, 19 Jan 2006 01:05:52 +0100 + -- apt (0.6.43.2) unstable; urgency=low -- cgit v1.2.3 From fe5d48773170773390b4b8ce731d2851d703a412 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 13 Feb 2006 10:03:26 +0000 Subject: * create sources.list.d as well --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 1f9823971..f4a8aaca0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,7 @@ apt (0.6.43.3) unstable; urgency=low * cmdline/apt-get.cc: - don't lock the lists directory in DoInstall, breaks --print-uri (thanks to James Troup for reporting it) + * debian/apt.dirs: create /etc/apt/sources.list.d -- -- cgit v1.2.3 From 03cd434bba10c0087f633e5741a585ba7292451b Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 13 Feb 2006 15:48:25 +0000 Subject: * make apt-cache madion wotk without deb-src lines --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index f4a8aaca0..7042906d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,6 +27,7 @@ apt (0.6.43.3) unstable; urgency=low - don't lock the lists directory in DoInstall, breaks --print-uri (thanks to James Troup for reporting it) * debian/apt.dirs: create /etc/apt/sources.list.d + * make apt-cache madison work without deb-src entries (#352583) -- -- cgit v1.2.3 From 7f016f53293f9c8c149debd2b84b1efd4d9cc827 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 16 Feb 2006 13:27:36 +0000 Subject: * only clean out the list dir if the update was successful --- debian/changelog | 35 ++++++++++++++++------------------- 1 file changed, 16 insertions(+), 19 deletions(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 7042906d2..b6f2a5d0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,25 +1,20 @@ apt (0.6.43.3) unstable; urgency=low * Merge bubulle@debian.org--2005/apt--main--0 up to patch-182: - * ca.po: Completed to 512t. Closes: #351592 - * eu.po: Completed to 512t. Closes: #350483 - * ja.po: Completed to 512t. Closes: #349806 - * pl.po: Completed to 512t. Closes: #349514 - * sk.po: Completed to 512t. Closes: #349474 - * gl.po: Completed to 512 strings - Closes: #349407 - * vi.po: Completed to 512 strings - * sv.po: Completed to 512 strings - Closes: #349210 - * ru.po: Completed to 512 strings - Closes: #349154 - * da.po: Completed to 512 strings - Closes: #349084 - * fr.po: Completed to 512 strings - * LINGUAS: Add Welsh - * *.po: Updated from sources (512 strings) - * vi.po: Completed to 511 strings - Closes: #348968 + * ca.po: Completed to 512t. Closes: #351592 + * eu.po: Completed to 512t. Closes: #350483 + * ja.po: Completed to 512t. Closes: #349806 + * pl.po: Completed to 512t. Closes: #349514 + * sk.po: Completed to 512t. Closes: #349474 + * gl.po: Completed to 512 strings Closes: #349407 + * vi.po: Completed to 512 strings + * sv.po: Completed to 512 strings Closes: #349210 + * ru.po: Completed to 512 strings Closes: #349154 + * da.po: Completed to 512 strings Closes: #349084 + * fr.po: Completed to 512 strings + * LINGUAS: Add Welsh + * *.po: Updated from sources (512 strings) + * vi.po: Completed to 511 strings Closes: #348968 * apt-pkg/deb/deblistparser.cc: - don't explode on a DepCompareOp in a Provides line, but warn about it and ignore it otherwise (thanks to James Troup for reporting it) @@ -28,6 +23,8 @@ apt (0.6.43.3) unstable; urgency=low (thanks to James Troup for reporting it) * debian/apt.dirs: create /etc/apt/sources.list.d * make apt-cache madison work without deb-src entries (#352583) + * cmdline/apt-get.cc: only run the list-cleaner if a update was + successfull -- -- cgit v1.2.3