Hi!

I'm about to upload an NMU for F-Spot that fixes the FTBFS as suggested by
Cyril in the bug report.

I'm also adding dbus as a Dependency for F-Spot, since the program does not
work without a running dbus server. 

I'm attaching the interdiff output for this NMU.  The only changes are the
addition of the build-deps, the addition of the dbus dependency, and the
changelog entry.

Hopefully, with this fix F-Spot will be able to go into testing.

-- 
 Bessos,
     Maggie.
diff -u f-spot-0.3.5/debian/changelog f-spot-0.3.5/debian/changelog
--- f-spot-0.3.5/debian/changelog
+++ f-spot-0.3.5/debian/changelog
@@ -1,3 +1,13 @@
+f-spot (0.3.5-1.1) unstable; urgency=low
+
+  * Non-maintainer upload to fix Failure to Build From Source.
+  * Added libgconf2.0-cil and libglade2.0-cil as Build-Dependencies,
+    as suggested by Cyril Brulebois. (Closes: #427287).
+  * Added dbus as a dependency, since F-Spot does not work when dbus is
+    not present.  (Closes: #401647)
+
+ -- Margarita Manterola <[EMAIL PROTECTED]>  Wed, 01 Aug 2007 23:18:53 -0300
+
 f-spot (0.3.5-1) unstable; urgency=low
 
   * Upload current Ubuntu package to Debian as a new upstream release
diff -u f-spot-0.3.5/debian/control f-spot-0.3.5/debian/control
--- f-spot-0.3.5/debian/control
+++ f-spot-0.3.5/debian/control
@@ -2,12 +2,12 @@
 Section: gnome
 Priority: optional
 Maintainer: Andrew Mitchell <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5.0.0), cdbs, mono-gmcs (>= 1.1.17) | c-sharp-2.0-compiler, cli-common-dev (>= 0.4.3), libgnome2.0-cil (>= 2.7.90), libxml-parser-perl, libmono-dev (>= 1.1.2), libgnomeui-dev, libexif-dev (>= 0.6.12), libsqlite3-dev, libgphoto2-2-dev (>= 2.1.4), liblcms1-dev, libmono-sqlite2.0-cil, libmono-system-runtime2.0-cil, libmono-cairo2.0-cil, libusb-dev, gnome-doc-utils (>= 0.3.2), libgl1-mesa-dev | libgl-dev, libndesk-dbus1.0-cil, libndesk-dbus-glib1.0-cil, gnome-screensaver
+Build-Depends: debhelper (>= 5.0.0), cdbs, mono-gmcs (>= 1.1.17) | c-sharp-2.0-compiler, cli-common-dev (>= 0.4.3), libgnome2.0-cil (>= 2.7.90), libxml-parser-perl, libmono-dev (>= 1.1.2), libgnomeui-dev, libexif-dev (>= 0.6.12), libsqlite3-dev, libgphoto2-2-dev (>= 2.1.4), liblcms1-dev, libmono-sqlite2.0-cil, libmono-system-runtime2.0-cil, libmono-cairo2.0-cil, libusb-dev, gnome-doc-utils (>= 0.3.2), libgl1-mesa-dev | libgl-dev, libndesk-dbus1.0-cil, libndesk-dbus-glib1.0-cil, gnome-screensaver, libgconf2.0-cil, libglade2.0-cil
 Standards-Version: 3.7.2
 
 Package: f-spot
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}, dbus
 Recommends: dcraw
 Description: personal photo management application
  F-Spot is meant to be an easy-to-use photo management

Reply via email to