tags 537010 + patch pending
thanks

Dear maintainer,

I've prepared an NMU for gspot (versioned as 0.1.5-1.1) and I'm going
to upload it to DELAYED/2, as per devref § 5.11.1.

The patch, attached, adds a missing build-dep on libgnomeui-dev and
the needed CFLAGS/LIBS.

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...........| ..: |.... Je dis tu à tous ceux que j'aime
diff -u gspot-0.1.5/debian/changelog gspot-0.1.5/debian/changelog
--- gspot-0.1.5/debian/changelog
+++ gspot-0.1.5/debian/changelog
@@ -1,3 +1,11 @@
+gspot (0.1.5-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add missing build dependency on libgnomeui-dev and appropriate CFLAGS
+    and LIBS. Fix FTBFS. (Closes: #537010)
+
+ -- Stefano Zacchiroli <z...@debian.org>  Tue, 01 Sep 2009 19:31:18 +0200
+
 gspot (0.1.5-1) unstable; urgency=low
 
   * New upstream release
diff -u gspot-0.1.5/debian/control gspot-0.1.5/debian/control
--- gspot-0.1.5/debian/control
+++ gspot-0.1.5/debian/control
@@ -2,7 +2,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Rogerio Reis <r...@debian.org>
-Build-Depends: debhelper (>= 4.0.0), cdbs, gcc (>= 4.0.0), libpanel-applet2-dev, libglade2-dev
+Build-Depends: debhelper (>= 4.0.0), cdbs, gcc (>= 4.0.0), libpanel-applet2-dev, libglade2-dev, libgnomeui-dev
 Standards-Version: 3.7.2
 
 Package: gspot
only in patch2:
unchanged:
--- gspot-0.1.5.orig/Makefile
+++ gspot-0.1.5/Makefile
@@ -1,5 +1,5 @@
-CFLAGS=`pkg-config --cflags libglade-2.0 libpanelapplet-2.0`
-LIBS=`pkg-config --libs libglade-2.0 libpanelapplet-2.0`
+CFLAGS=`pkg-config --cflags libglade-2.0 libpanelapplet-2.0 libgnomeui-2.0`
+LIBS=`pkg-config --libs libglade-2.0 libpanelapplet-2.0 libgnomeui-2.0`
 OPTIONS=-Wall -ansi -pedantic
 ROOT=/
 LIBDIR=${ROOT}usr/lib
@@ -39,4 +39,4 @@
 	rm ${LIBDIR}/bonobo/servers/GNOME_gspot.server
 	rm ${SHAREDIR}/gnome-2.0/ui/GNOME_gspotApplet.xml
 	rm ${SHAREDIR}/pixmaps/gspot/*.xpm
-	- rmdir ${SHAREDIR}/pixmaps/gspot
\ No newline at end of file
+	- rmdir ${SHAREDIR}/pixmaps/gspot

Reply via email to