Package: nautilus-actions
Version: 3.0.2-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu natty ubuntu-patch



*** /tmp/tmpUvM5mw
In Ubuntu, the attached patch was applied to achieve the following:

The package fails to build from source with binutils-gold, with this
patch the package builds well.

  * Re-sync with Debian unstable
  * Switch to dpkg-source format 3.0 (quilt)
  * debian/patches/fix_ftbfs_with_binutils_gold:
    - New patch to fix FTBFS with binutils-gold


Thanks for considering the patch.


-- System Information:
Debian Release: squeeze/sid
  APT prefers natty-updates
  APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-8-generic (SMP w/1 CPU core)
Locale: LANG=es_ES.utf8, LC_CTYPE=es_ES.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru nautilus-actions-3.0.2/debian/patches/fix_ftbfs_with_binutils_gold nautilus-actions-3.0.2/debian/patches/fix_ftbfs_with_binutils_gold
--- nautilus-actions-3.0.2/debian/patches/fix_ftbfs_with_binutils_gold	1970-01-01 01:00:00.000000000 +0100
+++ nautilus-actions-3.0.2/debian/patches/fix_ftbfs_with_binutils_gold	2010-12-20 18:32:25.000000000 +0100
@@ -0,0 +1,22 @@
+--- a/src/core/Makefile.in
++++ b/src/core/Makefile.in
+@@ -212,7 +212,7 @@
+ LD = @LD@
+ LDFLAGS = @LDFLAGS@
+ LIBOBJS = @LIBOBJS@
+-LIBS = @LIBS@
++LIBS = -ldbus-glib-1 -luuid @LIBS@
+ LIBTOOL = @LIBTOOL@
+ LIPO = @LIPO@
+ LN_S = @LN_S@
+--- a/src/nact/Makefile.in
++++ b/src/nact/Makefile.in
+@@ -232,7 +232,7 @@
+ LD = @LD@
+ LDFLAGS = @LDFLAGS@
+ LIBOBJS = @LIBOBJS@
+-LIBS = @LIBS@
++LIBS = -lICE @LIBS@
+ LIBTOOL = @LIBTOOL@
+ LIPO = @LIPO@
+ LN_S = @LN_S@
diff -Nru nautilus-actions-3.0.2/debian/patches/series nautilus-actions-3.0.2/debian/patches/series
--- nautilus-actions-3.0.2/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ nautilus-actions-3.0.2/debian/patches/series	2010-12-20 18:32:32.000000000 +0100
@@ -0,0 +1 @@
+fix_ftbfs_with_binutils_gold
diff -Nru nautilus-actions-3.0.2/debian/source/format nautilus-actions-3.0.2/debian/source/format
--- nautilus-actions-3.0.2/debian/source/format	1970-01-01 01:00:00.000000000 +0100
+++ nautilus-actions-3.0.2/debian/source/format	2010-12-20 18:32:05.000000000 +0100
@@ -0,0 +1,2 @@
+3.0 (quilt)
+

Reply via email to