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

Hi,

attached you will find the patch used for NMU (5-DELAYED).

The NMU will be automatically canceled if you upload higher version
before the delay.

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
diff --git a/debian/changelog b/debian/changelog
index 5222a6d..d81595f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+graphviz (2.26.3-9.1) unstable; urgency=low
+
+  * Non-maintainer upload
+  * Fix FTBFS by using pkgdata_DATA directive in Makefile.ams
+
+ -- Ondřej Surý <ond...@debian.org>  Tue, 13 Mar 2012 11:48:21 +0100
+
 graphviz (2.26.3-9) unstable; urgency=low
 
   * Include patch by Samuel Thibault to handle autotools failure on hurd
diff --git a/debian/patches/pkgdata_DATA.patch b/debian/patches/pkgdata_DATA.patch
new file mode 100644
index 0000000..7e2dbde
--- /dev/null
+++ b/debian/patches/pkgdata_DATA.patch
@@ -0,0 +1,26 @@
+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 = 
diff --git a/debian/patches/series b/debian/patches/series
index 5ceceba..ab9e533 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -12,3 +12,4 @@
 0_python_27_support
 fix-kfreebsd-chroots
 fix-hurd-autotools
+pkgdata_DATA.patch

Reply via email to