Package: adun.app
Version: 0.81-4
Severity: serious
Tags: patch
Justification: fails to build from source
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch

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



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

  * debian/patches/fix-implicit-pointer.dpatch: Patch from upstream
    to fix FTBFS by including header  with the function definition.
    (LP: #771041)

See http://wiki.debian.org/ImplicitPointerConversions for an explanation.

Thanks for considering the patch.


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

Kernel: Linux 3.0.0-999-generic (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

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

iQIcBAEBAgAGBQJOBhb3AAoJEGHzRCZ03mYk0sAP/RSUogP6GX8KFj7PSjHbBXKH
GAIOpybOngAM8klbLcLufYhld0v0/7XIF7jyl1VBgfMoeaqZ0W4Cx5EWK0VdItoZ
agxq44l4828aNkTXClEQGcDTsE+wS2pVCW8ineddBs96HY+88SSrg04YETYJrxuO
aUWAtACTVrD4AC0Qvl05La3AS5ee/Qgngb3wYv78jJ5m3WE93FDoXWcDfp1od4g0
pnXDFuLWbsUegFtI+QXJxox11lMR8S/eiBaB5swqEliuVG+cHiX0LZgBHNs2k/dj
21kd9wajTCwS9KqzJBF23qyFDfuUDrY139T+XWIIzX+C7YjOiKOFSpKiwDYoC0Fx
6ByyHQ63Bumk+Axvt6s+3VwkcxSCWaMQ1Gu9dRlY3T0JnssGTolfhY01SIAkgqbk
whbwhlsKMq31yxO35WoszWkZ+RWFo59hC1SxXvGxgKfMbupzvdc3csK1pAGxIPgx
BOzFBfo9xRxVlTttcT6lVP0P7mMwS5E0XSSx2qepvAs90IZ2HoZqLlRvJ5hSpQ95
ZNi55NTdrRGdvJGlvCzSXmpFten96V6GggO8La0aTbcg0AuOAkDw5h6vlBNRHGGL
iOX00AkdAr8dXgmLGqTE4Y3O+QZkwKpo9V/5DN3zIG1k016VaRXIrOCPMAv1hkY0
Fd7oS6NZxIwzzPWKk2HW
=fAOW
-----END PGP SIGNATURE-----
diff -u adun.app-0.81/debian/patches/00list adun.app-0.81/debian/patches/00list
--- adun.app-0.81/debian/patches/00list
+++ adun.app-0.81/debian/patches/00list
@@ -3,0 +4 @@
+fix-implicit-pointer.dpatch
only in patch2:
unchanged:
--- adun.app-0.81.orig/debian/patches/fix-implicit-pointer.dpatch
+++ adun.app-0.81/debian/patches/fix-implicit-pointer.dpatch
@@ -0,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+Description: AdunCellListHandler.m was missing a include for the function
+ AdCreateError, resulting in a forced-FTBFS on 64 bit archs. See
+ http://wiki.debian.org/ImplicitPointerConversions for more information.
+Origin: Upstream CVS
+Bug-Ubuntu: https://bugs.launchpad.net/bugs/771041
+## fix-implicit-pointer.dpatch by Andreas Moog <am...@ubuntu.com>
+
+@DPATCH@
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' adun.app-0.81~/Kernel/AdunKernel/Framework/AdunCellListHandler.m adun.app-0.81/Kernel/AdunKernel/Framework/AdunCellListHandler.m
+--- adun.app-0.81~/Kernel/AdunKernel/Framework/AdunCellListHandler.m	2008-12-10 11:22:30.000000000 +0100
++++ adun.app-0.81/Kernel/AdunKernel/Framework/AdunCellListHandler.m	2011-06-25 18:59:15.300844797 +0200
+@@ -22,6 +22,7 @@
+    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
+ */
+ #include "AdunKernel/AdunCellListHandler.h"
++#include "AdunKernel/AdFrameworkFunctions.h"
+ 
+ /*
+ Category containing methods for creating and

Reply via email to