Package: graphviz
Version: 2.8-2
Severity: normal
Tags: patch
Hi,
Attached is the diff for my graphviz 2.8-2.1 NMU.
diff -Nru /tmp/19jPFyosTu/graphviz-2.8/debian/changelog
/tmp/p8ZRxoHhb2/graphviz-2.8/debian/changelog
--- /tmp/19jPFyosTu/graphviz-2.8/debian/changelog 2006-06-22
21:42:40.000000000 +0200
+++ /tmp/p8ZRxoHhb2/graphviz-2.8/debian/changelog 2006-06-22
21:42:42.000000000 +0200
@@ -1,3 +1,12 @@
+graphviz (2.8-2.1) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * When moving the demo tree into /usr/share/doc/graphviz/examples, don't
+ try to move demo/pathplan_data/* after demo/*, since the latter includes
+ the former anyhow; fixes FTBFS. (Closes: #373254)
+
+ -- Steinar H. Gunderson <[EMAIL PROTECTED]> Thu, 22 Jun 2006 21:27:26 +0200
+
graphviz (2.8-2) unstable; urgency=low
* Awaken Tcl parts missed in 2.8-1 package
diff -Nru /tmp/19jPFyosTu/graphviz-2.8/debian/rules
/tmp/p8ZRxoHhb2/graphviz-2.8/debian/rules
--- /tmp/19jPFyosTu/graphviz-2.8/debian/rules 2006-06-22 21:42:40.000000000
+0200
+++ /tmp/p8ZRxoHhb2/graphviz-2.8/debian/rules 2006-06-22 21:42:42.000000000
+0200
@@ -66,11 +66,8 @@
rmdir $(CURDIR)/debian/graphviz/usr/share/graphviz/graphs/undirected
rmdir $(CURDIR)/debian/graphviz/usr/share/graphviz/graphs
# move demo tree to examples, then remove empty dir
- -mv $(CURDIR)/debian/graphviz/usr/share/graphviz/demo/* \
+ mv $(CURDIR)/debian/graphviz/usr/share/graphviz/demo/* \
$(CURDIR)/debian/graphviz/usr/share/doc/graphviz/examples
- mv $(CURDIR)/debian/graphviz/usr/share/graphviz/demo/pathplan_data/* \
-
$(CURDIR)/debian/graphviz/usr/share/doc/graphviz/examples/pathplan_data
- rmdir $(CURDIR)/debian/graphviz/usr/share/graphviz/demo/pathplan_data
rmdir $(CURDIR)/debian/graphviz/usr/share/graphviz/demo
# remove unneeded parts of TCL/TK libraries (in tcl subdir)
(cd $(CURDIR)/debian/graphviz/usr/lib/graphviz/tcl; \