Package: libbuffy Version: 1.2-1 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu lucid ubuntu-patch
Buildlog: http://people.ubuntuwire.org/~lucas/ubuntu-nbs/32/libapreq2_2.08-5.1_llucid32.buildlog *** /tmp/tmpqf7u_O In Ubuntu, we've applied the attached patch to achieve the following: * New patch include-cstdio.patch, includes missing lib cstdio for ftbfs fix (LP: #525409) We thought you might be interested in doing the same. -- System Information: Debian Release: squeeze/sid APT prefers lucid-updates APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500, 'lucid') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-16-generic (SMP w/1 CPU core) Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
only in patch2: unchanged: only in patch2: unchanged: --- libbuffy-1.2.orig/debian/control +++ libbuffy-1.2/debian/control @@ -1,6 +1,7 @@ Source: libbuffy Priority: optional -Maintainer: Enrico Zini <enr...@debian.org> +Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com> +XSBC-Original-Maintainer: Enrico Zini <enr...@debian.org> Uploaders: Maurizio Lemmo (Tannoiser) <tannoi...@tenzione.it>, martin f krafft <madd...@debian.org> Build-Depends: cdbs, debhelper (>> 4.1), dh-buildinfo, doxygen, pkg-config, libtool, zlib1g-dev, libxml++2.6-dev, libwibble-dev (>= 0.1.3), libwibble-dev (<< 0.2) Standards-Version: 3.7.3.0 only in patch2: unchanged: --- libbuffy-1.2.orig/debian/rules +++ libbuffy-1.2/debian/rules @@ -1,5 +1,6 @@ #!/usr/bin/make -f +include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk only in patch2: unchanged: --- libbuffy-1.2.orig/debian/patches/include-cstdio.patch +++ libbuffy-1.2/debian/patches/include-cstdio.patch @@ -0,0 +1,25 @@ +Description: Include missing lib cstdio +Author: Bhavani Shankar <bh...@ubuntu.com > + +diff -Nur -x '*.orig' -x '*~' libbuffy-1.2/buffy/mailfolder-tut.cc libbuffy-1.2.new/buffy/mailfolder-tut.cc +--- libbuffy-1.2/buffy/mailfolder-tut.cc 2008-06-24 16:13:13.000000000 +0200 ++++ libbuffy-1.2.new/buffy/mailfolder-tut.cc 2010-03-11 09:46:18.000000000 +0100 +@@ -25,6 +25,7 @@ + #include <buffy/mailfolder/mailbox.h> + #include <sys/stat.h> + #include <sys/types.h> ++#include <cstdio> + + namespace tut { + using namespace std; +diff -Nur -x '*.orig' -x '*~' libbuffy-1.2/buffy/utils/system.cc libbuffy-1.2.new/buffy/utils/system.cc +--- libbuffy-1.2/buffy/utils/system.cc 2008-06-24 16:13:13.000000000 +0200 ++++ libbuffy-1.2.new/buffy/utils/system.cc 2010-03-11 09:46:33.000000000 +0100 +@@ -24,6 +24,7 @@ + #include <unistd.h> + #include <dirent.h> + #include <errno.h> ++#include <cstdio> + + + using namespace std;