Package: yap
Version: 6.2.2-1
Followup-For: Bug #718719
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu trusty ubuntu-patch

Dear Maintainer,

In Ubuntu 14.04, the attached patch was applied to achieve the following:

  * Backport patch from upstream yap-6.3 git branch (changeset 48d51e)
    resolving FTBFS on unknown arches (closes: #718719).


This debdiff may contain extraneous metadata; if so, kindly please
disregard those portions! Thanks for considering the patch.


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

Kernel: Linux 3.8.0-33-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
diff -Nru yap-6.2.2/debian/patches/05_upstream_6_3_branch_handle_unknown_arch yap-6.2.2/debian/patches/05_upstream_6_3_branch_handle_unknown_arch
--- yap-6.2.2/debian/patches/05_upstream_6_3_branch_handle_unknown_arch	1969-12-31 19:00:00.000000000 -0500
+++ yap-6.2.2/debian/patches/05_upstream_6_3_branch_handle_unknown_arch	2013-11-22 12:02:18.000000000 -0500
@@ -0,0 +1,15 @@
+Index: yap-6.2.2/C/gprof.c
+===================================================================
+--- yap-6.2.2.orig/C/gprof.c	2010-11-21 18:31:42.000000000 -0500
++++ yap-6.2.2/C/gprof.c	2013-11-22 12:02:16.248810422 -0500
+@@ -102,8 +102,8 @@
+ 
+ #else
+ 
+-#define CONTEXT_PC NULL
+-#define CONTEXT_BP NULL
++#define CONTEXT_PC(scv) NULL
++#define CONTEXT_BP(scv) NULL
+ 
+ #endif
+ 
diff -Nru yap-6.2.2/debian/patches/series yap-6.2.2/debian/patches/series
--- yap-6.2.2/debian/patches/series	2013-06-14 16:09:44.000000000 -0400
+++ yap-6.2.2/debian/patches/series	2013-11-22 11:14:43.000000000 -0500
@@ -3,3 +3,4 @@
 04_clpr_docu
 yap-texinfo
 tai-ldflags
+05_upstream_6_3_branch_handle_unknown_arch

Reply via email to