Package: libgnomecanvasmm2.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:
libgnomecanvasmm-2.6-dev (<< 2.20.0-1)", or
libgnomecanvasmm2.6-reference which was in libgnomecanvasmm-2.6-dev
moved to libgnomecanvasmm-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:11:29.000000000 +0100
+++ debian/control.in 2007-11-20 19:11:41.000000000 +0100
@@ -46,7 +46,7 @@
doc-base,
lynx | www-browser
Suggests: libgtkmm-2.4-doc
-Conflicts: libgnomecanvasmm-2.6-dev (<< 2.20.0-1)
+Replaces: libgnomecanvasmm-2.6-dev (<< 2.20.0-1)
Description: C++ wrappers for libgnomecanvas2 (documentation)
libgnomecanvas is a high-level, structured graphics
library. libgnomecanvasmm is the C++ wrapper for libgnomecanvas.