Package: bbpager
Version: 0.4.7-3
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu natty ubuntu-patch

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

Tag: patch

Hello bbpager developer. as describe at udd .d.o[1] this package failed build 
at Natty system. and i have successfully build it in Ubuntu system [2]
the origin patch can be found at here [3]

Thank you very much

[1] 
http://people.ubuntuwire.org/~lucas/ubuntu-nbs/32/bbpager_0.4.7-3_lubuntu32.buildlog
[2] https://bugs.launchpad.net/ubuntu/+source/bbpager/+bug/696836
[3] 
https://bugs.launchpad.net/ubuntu/+source/bbpager/+bug/696836/+attachment/1782606/+files/bbpager_0.4.7-3ubuntu1.dsc.debdiff
*** /tmp/tmpuDwjeo
In Ubuntu, the attached patch was applied to achieve the following:

  * debian/patches/03_binutils-gold.dpatch
    - Fix FTBFS with ld --no-add-needed. (LP: #696836)


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)

iEYEARECAAYFAk0iENMACgkQlv0FEY56nLD0wwCgwCpI3ho6Xw27463tz8asCEjh
+MMAn1GlZaw18I2KD51tw9mcWD0i4pF2
=knYY
-----END PGP SIGNATURE-----
diff -u bbpager-0.4.7/debian/patches/00list bbpager-0.4.7/debian/patches/00list
--- bbpager-0.4.7/debian/patches/00list
+++ bbpager-0.4.7/debian/patches/00list
@@ -1,0 +2 @@
+03_binutils-gold
only in patch2:
unchanged:
--- bbpager-0.4.7.orig/debian/patches/03_binutils-gold.dpatch
+++ bbpager-0.4.7/debian/patches/03_binutils-gold.dpatch
@@ -0,0 +1,29 @@
+#! /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 bbpager-0.4.7/src/Makefile.am bbpager-0.4.7.ubuntu/src/Makefile.am
+--- bbpager-0.4.7/src/Makefile.am	2004-02-14 21:28:58.000000000 +0700
++++ bbpager-0.4.7.ubuntu/src/Makefile.am	2011-01-03 21:10:53.272349000 +0700
+@@ -12,5 +12,5 @@ bbpager_SOURCES = bbpager.cxx bbpager.h 
+          pager.cxx pager.h \
+          desktop.cxx desktop.h
+ #		 pagermenu.cc pagermenu.hh \
+-bbpager_LDADD = @X_LIBS@
++bbpager_LDADD = @X_LIBS@ -lX11
+ 
+diff -Nurp bbpager-0.4.7/src/Makefile.in bbpager-0.4.7.ubuntu/src/Makefile.in
+--- bbpager-0.4.7/src/Makefile.in	2007-03-12 04:44:13.000000000 +0700
++++ bbpager-0.4.7.ubuntu/src/Makefile.in	2011-01-03 21:11:48.656349001 +0700
+@@ -53,7 +53,7 @@ am_bbpager_OBJECTS = bbpager.$(OBJEXT) m
+ 	Baseresource.$(OBJEXT) resource.$(OBJEXT) \
+ 	wminterface.$(OBJEXT) pager.$(OBJEXT) desktop.$(OBJEXT)
+ bbpager_OBJECTS = $(am_bbpager_OBJECTS)
+-bbpager_LDADD = $(LDADD)
++bbpager_LDADD = $(LDADD) -lX11
+ DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
+ depcomp = $(SHELL) $(top_srcdir)/depcomp
+ am__depfiles_maybe = depfiles

Reply via email to