Package: graphviz
Version: 2.26.3-5
Severity: normal
Tags: patch

Hi,

I am attaching a patch to fix the build issue.  The fix is fairly simple
(as seen here: http://bugs.mysql.com/bug.php?id=63898), just replace 
incompatible
expressions with pkgdata_DATA and you're done.  The package builds just fine
with attached patch:

[...]
 dpkg-genchanges  >../graphviz_2.26.3-9_amd64.changes
dpkg-genchanges: not including original source code in upload
 dpkg-source --after-build graphviz-2.26.3
dpkg-source: info: unapplying pkgdata_DATA.patch
dpkg-source: info: unapplying fix-hurd-autotools
dpkg-source: info: unapplying fix-kfreebsd-chroots
dpkg-source: info: unapplying 0_python_27_support
dpkg-source: info: unapplying 3_minor_fixes_to_dot_manpage
dpkg-source: info: unapplying 3_fix_vimdot_bashism
dpkg-source: info: unapplying 3_fix_circo_segfault
dpkg-source: info: unapplying 3_fix_dot_output
dpkg-source: info: unapplying 50_remove_changelog_in
dpkg-source: info: unapplying 40_fix_swig_php_ftbfs
dpkg-source: info: unapplying 3_fix_pango_font_selection
dpkg-source: info: unapplying 3_fix_manpage_warnings
dpkg-source: info: unapplying 3_fix_powerpc_ftbfs
dpkg-source: info: unapplying 0_tcl_manpages_section
dpkg-source: info: unapplying 0_bindings_documentation
dpkg-buildpackage: binary and diff upload (original source NOT included)

I'll do 5-day DELAYED NMU if you don't respond that you want to fix the issue
by yourself (soon).  This bug (also) blocks PHP 5.4 transition to testing,
so it is desirable if the package is fixed very soon.

O.

-- System Information:
Debian Release: 6.0.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages graphviz depends on:
ii  libc6                  2.11.3-3          Embedded GNU C Library: Shared lib
ii  libcdt4                2.26.3-5          rich set of graph drawing tools - 
ii  libcgraph5             2.26.3-5          rich set of graph drawing tools - 
ii  libexpat1              2.0.1-7           XML parsing C library - runtime li
ii  libgd2-noxpm           2.0.36~rc1~dfsg-5 GD Graphics Library version 2 (wit
ii  libgraph4              2.26.3-5          rich set of graph drawing tools - 
pn  libgvc5                <none>            (no description available)
ii  libgvpr1               2.26.3-5          rich set of graph drawing tools - 
ii  libx11-6               2:1.3.3-4         X11 client-side library
ii  libxaw7                2:1.0.7-1         X11 Athena Widget library
ii  libxmu6                2:1.0.5-2         X11 miscellaneous utility library
ii  libxt6                 1:1.0.7-1         X11 toolkit intrinsics library

Versions of packages graphviz recommends:
ii  ttf-liberation 1.05.2.20091019-4squeeze1 Fonts with the same metrics as Tim

Versions of packages graphviz suggests:
pn  graphviz-do <none>                       (no description available)
ii  gsfonts     1:8.11+urwcyr1.0.7~pre44-4.2 Fonts for the Ghostscript interpre
Index: graphviz-2.26.3/plugin/ming/Makefile.am
===================================================================
--- graphviz-2.26.3.orig/plugin/ming/Makefile.am	2009-06-03 01:10:57.000000000 +0000
+++ graphviz-2.26.3/plugin/ming/Makefile.am	2012-03-13 10:38:44.945027975 +0000
@@ -17,7 +17,7 @@
 else
 pkglib_LTLIBRARIES = libgvplugin_ming.la
 endif
-pkglib_DATA = Bitstream_Vera_Sans.fdb  Bitstream_Vera_Serif.fdb
+pkgdata_DATA = Bitstream_Vera_Sans.fdb  Bitstream_Vera_Serif.fdb
 endif
 
 libgvplugin_ming_C_la_SOURCES = \
Index: graphviz-2.26.3/tclpkg/gv/Makefile.am
===================================================================
--- graphviz-2.26.3.orig/tclpkg/gv/Makefile.am	2012-03-13 10:37:56.000000000 +0000
+++ graphviz-2.26.3/tclpkg/gv/Makefile.am	2012-03-13 10:38:41.593029145 +0000
@@ -242,7 +242,7 @@
 gv_tcl.cpp: gv.i
 	$(SWIG) -c++ -tcl -namespace -o gv_tcl.cpp $(srcdir)/gv.i
 
-pkginclude_DATA = gv.i gv.cpp
+pkgdata_DATA = gv.i gv.cpp
 pkglib_LTLIBRARIES = 
 man_MANS =
 pdf_DATA = 

Reply via email to