Your message dated Sat, 18 May 2013 09:05:23 +0000
with message-id <[email protected]>
and subject line Bug#708723: fixed in nautilus-sendto 3.0.3-3
has caused the Debian Bug report #708723,
regarding FTBFS: needs to explicitly link to gssdp
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
708723: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708723
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: nautilus-sendto
Version: 3.0.3-2
Severity: important

Dear Maintainer,

I'm filing this bug to make everyone aware that nautilus-sendto in
Debian Unstable will start to fail to build from source once
newer gupnp is uploaded, which I plan to do now.

The reason for the build failures is that nautilus-sendto relies
on gupnp leaking linker flags to gssdp, which it has stopped doing.

The fix is trivial, just add gssdp next to gupnp in configure.ac.
(The package already regenerates the files using dh-autoreconf.)

I'll do a team upload of nautilus-sendto and push the changes to SVN,
since I assume uploading the latest upstream version of nautilus-sendto
is a bit away (and probably needs a bit of discussion given that it has
ripped out all of the modules).
Please tell me right away if you want me to not do this!
Index: debian/changelog
===================================================================
--- debian/changelog	(revision 37782)
+++ debian/changelog	(working copy)
@@ -1,3 +1,11 @@
+nautilus-sendto (3.0.3-3) unstable; urgency=low
+
+  * Team upload.
+  * Add debian/patches/fix-gssdp-linking.patch
+    - fixing linking now that gupnp no longer leaks linker flags to gssdp
+
+ -- Andreas Henriksson <[email protected]>  Sat, 18 May 2013 03:27:47 +0200
+
 nautilus-sendto (3.0.3-2) unstable; urgency=low
 
   * Drop debian/patches/01_fix_commandline.patch and
Index: debian/patches/fix-gssdp-linking.patch
===================================================================
--- debian/patches/fix-gssdp-linking.patch	(revision 0)
+++ debian/patches/fix-gssdp-linking.patch	(working copy)
@@ -0,0 +1,26 @@
+This patch is the equivanlent of the upstream commit listed below
+(which was never in any release, since all modules was ripped out).
+
+
+From c001500a185fc0e7082d2495b83456b5cc298abd Mon Sep 17 00:00:00 2001
+From: Andreas Henriksson <[email protected]>
+Date: Wed, 10 Oct 2012 11:29:32 +0000
+Subject: Fix building with new gupnp stack
+
+Since gupnp 0.19.0, internal linker flags are no longer leaked
+to users of this library.
+This means applications need to link to all libraries
+that it uses directly, and nautilus-sendto uses symbols
+from gssdp so should link to it.
+---
+--- a/configure.in
++++ b/configure.in
+@@ -197,7 +197,7 @@
+ 			fi
+ 		;;
+ 		upnp)
+-			PKG_CHECK_MODULES(UPNP, gupnp-1.0 >= $GUPNP_REQUIRED,
++			PKG_CHECK_MODULES(UPNP, gssdp-1.0 gupnp-1.0 >= $GUPNP_REQUIRED,
+ 					  enable_upnp=yes, enable_upnp=no)
+ 			if test "${enable_upnp}" != "yes" ; then
+ 				plugin_error_or_ignore "you need gupnp installed for the upnp plugin"
Index: debian/patches/series
===================================================================
--- debian/patches/series	(revision 0)
+++ debian/patches/series	(working copy)
@@ -0,0 +1 @@
+fix-gssdp-linking.patch

--- End Message ---
--- Begin Message ---
Source: nautilus-sendto
Source-Version: 3.0.3-3

We believe that the bug you reported is fixed in the latest version of
nautilus-sendto, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Henriksson <[email protected]> (supplier of updated nautilus-sendto 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 18 May 2013 10:13:45 +0200
Source: nautilus-sendto
Binary: nautilus-sendto
Architecture: source amd64
Version: 3.0.3-3
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
<[email protected]>
Changed-By: Andreas Henriksson <[email protected]>
Description: 
 nautilus-sendto - integrates Evolution and Pidgin into the Nautilus file 
manager
Closes: 708723
Changes: 
 nautilus-sendto (3.0.3-3) unstable; urgency=low
 .
   * Team upload. (Closes: #708723)
   * Add debian/patches/fix-gssdp-linking.patch
     - fixing linking now that gupnp no longer leaks linker flags to gssdp
   * Add libgssdp-1.0-dev to build-dependencies for correctness.
Checksums-Sha1: 
 bfffbb8d3a31163e2750add709ab19ca09ae80d1 1810 nautilus-sendto_3.0.3-3.dsc
 f8edbf8768e05d4b1308bdc2f3f66d0c038325af 8370 
nautilus-sendto_3.0.3-3.debian.tar.gz
 fd99daffec9ae152e69e5beefdc62cb616153a1b 149558 
nautilus-sendto_3.0.3-3_amd64.deb
Checksums-Sha256: 
 87ddd2109d247e0fb50d2c497f4e67a4d7c3998ad7e20fe650d9a2ec42d68523 1810 
nautilus-sendto_3.0.3-3.dsc
 7b678452f6c2bd37fa1fc565e6ef38802279411e8862428a71b685ffda48a7b7 8370 
nautilus-sendto_3.0.3-3.debian.tar.gz
 f23c84b79c1a00d381de33f85a5a6e26d32be31e352e729e517fa0dacb3911b0 149558 
nautilus-sendto_3.0.3-3_amd64.deb
Files: 
 7af8daa5a9c22908a822dc517863b597 1810 gnome optional 
nautilus-sendto_3.0.3-3.dsc
 6338222bb4a0bcff37e767ec59fe7d6e 8370 gnome optional 
nautilus-sendto_3.0.3-3.debian.tar.gz
 18e411aa30f890d4752ee639e496913a 149558 gnome optional 
nautilus-sendto_3.0.3-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlGXQYwACgkQcgQ2cL3l8e5kOQCeIKHMYEV6EFINd21+Dsl8iBZ1
X+EAoMQXNT2jnZy6jCiKW24duCYq7IhI
=lZur
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to