From 6110392684c345388bb853d20c8504b687bb4189 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Mon, 19 Oct 2009 15:07:14 +0200 Subject: Bump version to 1.15.4.1~ --- configure.ac | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ffb2a762f..070c3782c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.60) -AC_INIT([dpkg], [1.15.4], [debian-dpkg@lists.debian.org]) +AC_INIT([dpkg], [1.15.4.1~], [debian-dpkg@lists.debian.org]) AC_CONFIG_SRCDIR([lib/dpkg/dpkg.h]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config]) diff --git a/debian/changelog b/debian/changelog index 00cd5da65..25edd1619 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dpkg (1.15.4.1) UNRELEASED; urgency=low + + * + + -- Guillem Jover Mon, 19 Oct 2009 15:04:40 +0200 + dpkg (1.15.4) unstable; urgency=low [ Guillem Jover ] -- cgit v1.2.3 From d8603d75ba95ac1e1a3bf79e772416508b8f4f1b Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Mon, 19 Oct 2009 15:14:39 +0200 Subject: dselect: Do not mark any package as unseen This is a workaround until it learns how to store such information again. Closes: #545366 --- debian/changelog | 3 ++- dselect/pkglist.cc | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 25edd1619..189667e3e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ dpkg (1.15.4.1) UNRELEASED; urgency=low - * + * Do not mark any package as unseen in dselect. This is a workaround + until it learns how to store such information again. Closes: #545366 -- Guillem Jover Mon, 19 Oct 2009 15:04:40 +0200 diff --git a/dselect/pkglist.cc b/dselect/pkglist.cc index 53535d080..db210b580 100644 --- a/dselect/pkglist.cc +++ b/dselect/pkglist.cc @@ -192,8 +192,12 @@ void packagelist::ensurestatsortinfo() { case pkginfo::stat_configfiles: if (!informativeversion(&pkg->available.version)) { table[index]->ssavail= ssa_notinst_gone; +// FIXME: Disable for now as a workaround, until dselect knows how to properly +// store seen packages. +#if 0 } else if (table[index]->original == pkginfo::want_unknown) { table[index]->ssavail= ssa_notinst_unseen; +#endif } else { table[index]->ssavail= ssa_notinst_seen; } -- cgit v1.2.3 From 3700faf371edb7b6939cf21d144fefbaf9bbdd5b Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Mon, 19 Oct 2009 15:16:52 +0200 Subject: Release 1.15.4.1 --- configure.ac | 2 +- debian/changelog | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 070c3782c..894f388d9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.60) -AC_INIT([dpkg], [1.15.4.1~], [debian-dpkg@lists.debian.org]) +AC_INIT([dpkg], [1.15.4.1], [debian-dpkg@lists.debian.org]) AC_CONFIG_SRCDIR([lib/dpkg/dpkg.h]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([config]) diff --git a/debian/changelog b/debian/changelog index 189667e3e..c2a518c9a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -dpkg (1.15.4.1) UNRELEASED; urgency=low +dpkg (1.15.4.1) unstable; urgency=medium * Do not mark any package as unseen in dselect. This is a workaround until it learns how to store such information again. Closes: #545366 - -- Guillem Jover Mon, 19 Oct 2009 15:04:40 +0200 + -- Guillem Jover Mon, 19 Oct 2009 15:15:17 +0200 dpkg (1.15.4) unstable; urgency=low -- cgit v1.2.3