Package: gconfmm2.6
Version: 2.20.0-1
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu hardy ubuntu-patch
Tags: patch
While looking at the Debian update I noticed that you use "Conflicts:
libgconfmm-2.6-dev (<< 2.20.0-1)", or gconfmm2.6-reference which was in
moved libgconfmm-2.6-dev to libgconfmm-2.6-doc,a Replaces should be
used there. There is also no need to Conflicts when moving files between
packages, the Replaces field is enough for a smooth upgrade. The
attached patch should fix the issue
--- debian/control.in.orig 2007-11-20 19:06:57.000000000 +0100
+++ debian/control.in 2007-11-20 19:07:23.000000000 +0100
@@ -46,7 +46,7 @@
doc-base,
lynx | www-browser
Suggests: libgtkmm-2.4-doc
-Conflicts: libgconfmm-2.6-dev (<< 2.20.0-1)
+Replaces: libgconfmm-2.6-dev (<< 2.20.0-1)
Description: C++ wrappers for GConf (documentation)
GConf is a system for storing application preferences. gconfmm is
the C++ wrapper for GConf.