Package: bbrun
Version: 1.6-5
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu natty ubuntu-patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
*** /tmp/tmpwYnsD5
In Ubuntu, the attached patch was applied to achieve the following:
## ---------------- REPLACE THIS WITH ACTUAL INFORMATION ---------------------
## Please add all necessary information about why the change needed to go in
## Ubuntu, quote policy, spec or any other background material and why it can
## and should be used in Debian too. If the patch is composed of multiple
## independent pieces, please send them as separate bug reports.
## ---------------- REPLACE THIS WITH ACTUAL INFORMATION ---------------------
* debian/patches/03_binutils-gold.dpatch
- Fix FTBFS with ld --no-add-needed. (LP: #696830)
Thanks for considering the patch.
- -- System Information:
Debian Release: squeeze/sid
APT prefers lucid-updates
APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500,
'lucid-backports'), (500, 'lucid')
Architecture: i386 (i686)
Kernel: Linux 2.6.37-10-generic (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAk0iDzAACgkQlv0FEY56nLA/LACgiDU7RnLw7DSCLdjA/Iv82UXo
gHMAoIOCaagN2Qab4nt6Kk6FaHjTYTlY
=HFU0
-----END PGP SIGNATURE-----
diff -u bbrun-1.6/debian/patches/00list bbrun-1.6/debian/patches/00list
--- bbrun-1.6/debian/patches/00list
+++ bbrun-1.6/debian/patches/00list
@@ -2,0 +3 @@
+03_binutils-gold
diff -u bbrun-1.6/debian/changelog bbrun-1.6/debian/changelog
diff -u bbrun-1.6/debian/control bbrun-1.6/debian/control
--- bbrun-1.6/debian/control
+++ bbrun-1.6/debian/control
@@ -1,7 +1,8 @@
Source: bbrun
Section: x11
Priority: optional
-Maintainer: Kevin Coyner <[email protected]>
+Maintainer: Ubuntu Developers <[email protected]>
+XSBC-Original-Maintainer: Kevin Coyner <[email protected]>
Build-Depends: debhelper (>= 5.0), libxpm-dev, libgtk2.0-dev, dpatch
Standards-Version: 3.7.2
only in patch2:
unchanged:
--- bbrun-1.6.orig/debian/patches/03_binutils-gold.dpatch
+++ bbrun-1.6/debian/patches/03_binutils-gold.dpatch
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 99-unnamed.dpatch by Mahyuddin Susanto <[email protected]>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+...@dpatch@
+diff -Nurp bbrun-1.6/bbrun/Makefile bbrun-1.6.ubuntu/bbrun/Makefile
+--- bbrun-1.6/bbrun/Makefile 2004-02-11 11:57:17.000000000 +0700
++++ bbrun-1.6.ubuntu/bbrun/Makefile 2011-01-03 21:36:13.644349001 +0700
+@@ -1,6 +1,6 @@
+ CC = gcc
+ LIBDIR = -L/usr/lib -L/usr/X11R6/lib
+-LIBS = -lXpm `pkg-config --libs gtk+-2.0`
++LIBS = -lXpm -lX11 -lXext `pkg-config --libs gtk+-2.0`
+ CFLAGS = `pkg-config --cflags gtk+-2.0`
+
+ OBJS = bbrun.o \