Package: gnome-vfsmm2.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
"libgnome-vfsmm-2.6-dev (<< 2.20.0-1)", or gnome-vfsmm2.6-reference
which was libgnome-vfsmm-2.6-dev in moved to libgnome-vfsmm-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:01:57.000000000 +0100
+++ debian/control.in 2007-11-20 19:02:09.000000000 +0100
@@ -45,7 +45,7 @@
Depends: ${misc:Depends},
doc-base,
lynx | www-browser
-Conflicts: libgnome-vfsmm-2.6-dev (<< 2.20.0-1)
+Replaces: libgnome-vfsmm-2.6-dev (<< 2.20.0-1)
Description: C++ wrappers for GnomeVFS (documentation)
GnomeVFS is the GNOME filesystem abstraction library. Gnome-vfsmm is
the C++ wrapper for GnomeVFS.