Hi Paul,

an nmudiff is attached.

Regards.

-- 
Alessio Treglia          | www.alessiotreglia.com
Debian Developer         | ales...@debian.org
Ubuntu Core Developer    | quadris...@ubuntu.com
0416 0004 A827 6E40 BB98 90FB E8A4 8AE5 311D 765A
diffstat for flowcanvas-0.7.1+dfsg0 flowcanvas-0.7.1+dfsg0

 changelog                        |    9 +++++++++
 patches/0001-pkgconfig_fix.patch |   19 +++++++++++++++++++
 patches/series                   |    1 +
 3 files changed, 29 insertions(+)

diff -Nru flowcanvas-0.7.1+dfsg0/debian/changelog flowcanvas-0.7.1+dfsg0/debian/changelog
--- flowcanvas-0.7.1+dfsg0/debian/changelog	2012-01-09 19:44:56.000000000 +0100
+++ flowcanvas-0.7.1+dfsg0/debian/changelog	2012-04-23 11:13:04.000000000 +0200
@@ -1,3 +1,12 @@
+flowcanvas (0.7.1+dfsg0-0.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Properly fill flowcanvas.pc's Requires field rather than putting
+    hard-coded paths/libraries in Cflags/Libs to avoid build failures
+    in a multiarchified world (Closes: #670113).
+
+ -- Alessio Treglia <ales...@debian.org>  Mon, 23 Apr 2012 11:10:47 +0200
+
 flowcanvas (0.7.1+dfsg0-0.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru flowcanvas-0.7.1+dfsg0/debian/patches/0001-pkgconfig_fix.patch flowcanvas-0.7.1+dfsg0/debian/patches/0001-pkgconfig_fix.patch
--- flowcanvas-0.7.1+dfsg0/debian/patches/0001-pkgconfig_fix.patch	1970-01-01 01:00:00.000000000 +0100
+++ flowcanvas-0.7.1+dfsg0/debian/patches/0001-pkgconfig_fix.patch	2012-04-23 11:10:43.000000000 +0200
@@ -0,0 +1,19 @@
+Subject: Strip hard-coded paths/libraries of Cflags/Libs.
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670113
+From: http://dev.drobilla.net/changeset/3432/trunk/flowcanvas/flowcanvas.pc.in
+Reviewed-by: Alessio Treglia <ales...@debian.org>
+---
+ flowcanvas.pc.in |    5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+--- flowcanvas-0.7.1+dfsg0.orig/flowcanvas.pc.in
++++ flowcanvas-0.7.1+dfsg0/flowcanvas.pc.in
+@@ -6,5 +6,6 @@ includedir=@includedir@
+ Name: flowcanvas
+ Version: @FLOWCANVAS_VERSION@
+ Description: A Gtkmm canvas widget for graph based interfaces
+-Libs: -L${libdir} -lflowcanvas @GNOMECANVASMM_LIBS@
+-Cflags: -I${includedir} @GNOMECANVASMM_CFLAGS@
++Requires: libgnomecanvasmm-2.6
++Libs: -L${libdir} -lflowcanvas
++Cflags: -I${includedir}
diff -Nru flowcanvas-0.7.1+dfsg0/debian/patches/series flowcanvas-0.7.1+dfsg0/debian/patches/series
--- flowcanvas-0.7.1+dfsg0/debian/patches/series	2011-05-20 15:27:22.000000000 +0200
+++ flowcanvas-0.7.1+dfsg0/debian/patches/series	2012-04-23 11:07:19.000000000 +0200
@@ -1 +1,2 @@
+0001-pkgconfig_fix.patch
 1001-dont_run_ldconfig.patch

Attachment: signature.asc
Description: Digital signature

Reply via email to