Package: graphviz
Version: 2.8-2.2
Severity: normal
Tags: patch
Hi,
Attached is the diff for my graphviz 2.8-2.3 NMU.
--
Homepage: http://www.sesse.net/
diff -Nru /tmp/v45JPOhEhZ/graphviz-2.8/debian/changelog
/tmp/YZu6zAJxmA/graphviz-2.8/debian/changelog
--- /tmp/v45JPOhEhZ/graphviz-2.8/debian/changelog 2006-09-25
15:29:58.000000000 +0200
+++ /tmp/YZu6zAJxmA/graphviz-2.8/debian/changelog 2006-09-25
15:30:06.000000000 +0200
@@ -1,3 +1,11 @@
+graphviz (2.8-2.3) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Tell configure not to build language packages we don't distribute; fixes
+ FTBFS when libruby1.8-dev is installed. (Closes: #388056)
+
+ -- Steinar H. Gunderson <[EMAIL PROTECTED]> Mon, 25 Sep 2006 15:16:12 +0200
+
graphviz (2.8-2.2) unstable; urgency=medium
* NMU to fix a Failure To Build From Source due to a missing dependency on
diff -Nru /tmp/v45JPOhEhZ/graphviz-2.8/debian/rules
/tmp/YZu6zAJxmA/graphviz-2.8/debian/rules
--- /tmp/v45JPOhEhZ/graphviz-2.8/debian/rules 2006-09-25 15:29:58.000000000
+0200
+++ /tmp/YZu6zAJxmA/graphviz-2.8/debian/rules 2006-09-25 15:30:06.000000000
+0200
@@ -23,7 +23,16 @@
--infodir=\$${prefix}/share/info \
--with-x \
--enable-tcl \
- --disable-static
+ --disable-static \
+ --disable-guile \
+ --disable-java \
+ --disable-lua \
+ --disable-ocaml \
+ --disable-php \
+ --disable-python \
+ --disable-ruby \
+ --disable-sharp \
+ --disable-python
touch configure-stamp
build: configure-stamp build-stamp