tag 470348 + patch
user [EMAIL PROTECTED]
usertag 470348 + patch
thanks
Hello!
Simply removing the 0 in the name from the librra0-dev (>= 0.9.1)
build-dependency seems to fix the problem.
(May I also suggest to build-depend on autotools-dev, move the copying of
config.{guess,sub} to configure time, and removing the files at cleanup time
to get less clutter in the package diff. I've filtered out those changes from
the attached patch.)
Patch attached.
--
Regards,
Andreas Henriksson
--- synce-multisync-plugin-0.9.0/debian/control
+++ synce-multisync-plugin-0.9.0/debian/control
@@ -1,7 +1,7 @@
Source: synce-multisync-plugin
Priority: optional
Maintainer: Volker Christian <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 4.0.0), libxml-perl (>= 0.07), libsynce0-dev (>= 0.9.1), librapi2-dev (>= 0.9.1), librra0-dev (>= 0.9.1), libmimedir-dev (>= 0.3), libgnome2-dev (>= 2.2), libgtk2.0-dev (>= 2.4.3), libgnomeui-dev (>= 2.6.1), multisync (>= 0.80.1)
+Build-Depends: debhelper (>> 4.0.0), libxml-perl (>= 0.07), libsynce0-dev (>= 0.9.1), librapi2-dev (>= 0.9.1), librra-dev (>= 0.9.1), libmimedir-dev (>= 0.3), libgnome2-dev (>= 2.2), libgtk2.0-dev (>= 2.4.3), libgnomeui-dev (>= 2.6.1), multisync (>= 0.80.1)
Standards-Version: 3.6.2
Package: synce-multisync-plugin
--- synce-multisync-plugin-0.9.0/debian/changelog
+++ synce-multisync-plugin-0.9.0/debian/changelog
@@ -1,3 +1,10 @@
+synce-multisync-plugin (0.9.0-4.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Build-depend on librra-dev (>= 0.9.1) instead of librra0-dev (>= 0.9.1).
+
+ -- Andreas Henriksson <[EMAIL PROTECTED]> Tue, 18 Mar 2008 09:19:03 +0100
+
synce-multisync-plugin (0.9.0-4) unstable; urgency=low
* Maintainer email changed to [EMAIL PROTECTED]