debian/0000775000000000000000000000000012440206201007157 5ustar debian/graphviz-doc.install0000664000000000000000000000114512253520426013157 0ustar usr/share/graphviz/lefty usr/share/doc/graphviz/examples usr/share/graphviz/graphs usr/share/doc/graphviz/examples usr/share/graphviz/demo usr/share/doc/graphviz/examples usr/share/graphviz/doc/pdf usr/share/doc/graphviz usr/share/graphviz/doc/html usr/share/doc/graphviz usr/share/graphviz/doc/AUTHORS usr/share/doc/graphviz usr/share/graphviz/doc/ChangeLog usr/share/doc/graphviz usr/share/graphviz/doc/Dot.ref usr/share/doc/graphviz usr/share/graphviz/doc/latex_suggestions.txt usr/share/doc/graphviz usr/share/graphviz/doc/fontfaq.txt usr/share/doc/graphviz debian/graphviz.menu0000664000000000000000000000032412253520426011710 0ustar ?package(graphviz):needs="X11" section="Applications/Graphics" \ title="dotty" command="/usr/bin/dotty" ?package(graphviz):needs="X11" section="Applications/Graphics" \ title="lefty" command="/usr/bin/lefty" debian/graphviz-doc.doc-base0000664000000000000000000000060612253520426013167 0ustar Document: graphviz-index Title: Graphviz - Documentation Index Author: The Graphviz Team Abstract: Graphviz is a suite of graph drawing tools. This document provides a single index to all the graphviz related documentation. Section: Graphics Format: HTML Index: /usr/share/doc/graphviz/html/index.html Files: /usr/share/doc/graphviz/html/*.html /usr/share/doc/graphviz/html/info/* debian/tests/0000775000000000000000000000000012266152172010336 5ustar debian/tests/dot0000775000000000000000000000045412266152170011053 0ustar #!/bin/sh # smoke test for "dot" # Author: Martin Pitt set -eu cat < $ADTTMP/simple.dot digraph { One -> Two Two -> Three Three -> One } EOF dot -Tpng $ADTTMP/simple.dot > $ADTTMP/simple.png file $ADTTMP/simple.png | grep -q "PNG image data" debian/tests/control0000664000000000000000000000004312266152037011736 0ustar Tests: dot Depends: graphviz, file debian/libgv-php5.README.Debian0000664000000000000000000000142612253520426013211 0ustar README for libgv-php5: ---------------------- * This PHP extension contains two parts: gv.php and gv.so. * Since the search path isn't recursive, one has to use the following to use this extension (filename relative to /usr/share/php): include('libgv-php5/gv.php'); * Since this extension contains a loadable module, it seems needed to enable them in the PHP configuration. At the time of this writing, it can be done by switching enable_dl from Off to On in the following configuration file: /etc/php5/cli/php.ini * This particular file contains comments about possible security issues when enabling loadable modules. Those comments probably should be taken into account. -- Cyril Brulebois , Mon, 28 Jul 2008 05:09:59 +0200 debian/libgvc6-plugins-gtk.install0000664000000000000000000000014312265716143014363 0ustar # To be changed into an in extenso list if plugins are added usr/lib/graphviz/libgvplugin_gtk.so.* debian/libgv-tcl.install0000664000000000000000000000026112253520426012443 0ustar usr/lib/graphviz/tcl/* usr/lib/tcltk/graphviz usr/share/man/man3/gv.3tcl usr/share/man/man3/gdtclft.3tcl usr/share/man/man3/tkspline.3tk usr/share/man/man3/tcldot.3tcl debian/libcgraph6.install0000664000000000000000000000003012253520426012573 0ustar usr/lib/libcgraph*.so.* debian/libpathplan4.install0000664000000000000000000000003212253520426013136 0ustar usr/lib/libpathplan*.so.* debian/libgraphviz4.postrm0000664000000000000000000000032512253520426013044 0ustar #!/bin/sh set -e # Remove the configuration file if present, see README.Debian-packaging # Needed only in libgraphivzN if [ -f /usr/lib/graphviz/config4 ]; then rm -f /usr/lib/graphviz/config4 fi #DEBHELPER# debian/README.source0000664000000000000000000000500712253520426011352 0ustar Packaging graphviz for Debian ----------------------------- [ New upstream release ] * Update the list of config scripts if needed. [ Patches ] * Patch management: quilt is used, remember to run "autoreconf -vfi" with automake1.10 installed, so as to produce the appropriate patch, stored as the last patch of the series, 0_autoreconf_run. One shouldn't forget to delete autom4te.cache directories before refreshing the patch. * As of 2.14, there are no longer patches which imply an autoreconf run, so this patch no longer exists. Anyway, upstream now uses automake1.10. * The following prefix convention was originally used for patch names: 0 - Debian-specific fix 1 - Backported fix (followed by a 4-digit upstream bug number, if any) 2 - Submitted fix (followed by a 4-digit upstream bug number, if any) 3 - Not-yet submitted fix. The frontier between 2 and 3 is no longer clear, since there was a lot of patches sent upstream during the last weeks (may 2007), so 3_* patches might have already been incorporated into upstream's CVS, and further patches are likely to be sent upstream as soon as added to the package. [ Library handling ] * dh_makeshlibs: the -V option is used to ensure that the versioned-Depends on libgraphvizN is sufficient, so that one is sure that the config file update mechanism is present. [ Plugins & config file ] * They are/will be named libgraphvizN-*-plugin. * They have to use this mechanism in post{inst,rm} scripts to ensure that they are correctly registered. Copying the first stanza (about libgraphvizN-dev-config-update) of libgraphvizN's postinst to both plugin's postinst and postrm should be sufficient. * Each libgraphvizN should take care of its own "configN" file (creation, update, removal). In addition, "config" file should be removed (e.g. in postinst), since it may have subsisted during 2.8 -> 2.12 migration. * Care must be taken about the plugin files, they have to be excluded from the libgraphvizN package (see libgraphvizN.install), that's why the content of this latter package has to be listed in extenso, and that's why jokers aren't used for some files (esp. under /usr/lib/graphviz). * lib/gvc/gvconfig.c:gvconfig() is patched to use "configN" instead of "config", so as to be able to have several library versions installed at the same time, which is not possible with a common configuration file. -- Cyril Brulebois Sun, 22 Jun 2008 15:37:43 +0200 debian/libgvc6.postrm0000664000000000000000000000032512253520426011773 0ustar #!/bin/sh set -e # Remove the configuration file if present, see README.Debian-packaging # Needed only in libgraphivzN if [ -f /usr/lib/graphviz/config6 ]; then rm -f /usr/lib/graphviz/config6 fi #DEBHELPER# debian/NEWS.Debian0000664000000000000000000000113112253520426011045 0ustar graphviz (2.26.3-2) unstable; urgency=low Due to internal reorganisation, the dot output formats -Tdia and -Tmif output formats are no longer available. It's possible these may be restored in a future release. Developers should note that the old libgraphviz4 package has been replaced with separate packages libgraph4, libcgraph5, libcdt4, libpathplan4 and libgvc5. The latter has had a soname bump and libagraph no longer exists. In addition two new library packages are included - libgvpr1 and libxdot4 -- David Claughton Mon, 2 Feb 2010 22:42:36 +0000 debian/libcdt5.install0000664000000000000000000000002512253520426012104 0ustar usr/lib/libcdt*.so.* debian/watch0000664000000000000000000000021612253520426010221 0ustar # Site Directory Pattern Version Script version=3 http://www.graphviz.org/pub/graphviz/ARCHIVE/graphviz-([0-9.]+)\.tar\.gz debian/mksvgfonts.pl0000775000000000000000000000163212253520426011734 0ustar #!/usr/bin/perl # translate a ghostscript config to a graphviz ps_font_equiv.h table use English; my %features = (); my %map = ( "roman" => "serif", "sans-serif" => "sans-Serif", "typewriter" => "monospace" ); # weight normal or bold # style normal or italic if ($#ARGV + 1 != 2) { die "usage: cf2psfe.pl fontmap.cfg ps_font_equiv.txt";} open(CONFIG,"< $ARGV[0]"); while () { next if /^#/; if (/\[(.+)\]/) { $fontname = $1;} if (/features\s*=\s*(.+)/) { $features{$fontname} = $1;} } open(SOURCE,"< $ARGV[1]"); while () { my ($fontfam, $weight, $style); m/"([^"]+)"/; $f = $features{$1}; while (($key,$value) = each(%map)) { $fontfam = $value if ($f =~ /$key/); } $style = ($f =~ /italic/? q("italic") : 0); $weight= ($f =~ /bold/? q("bold") : 0); if ($fontfam eq "") {warn "don't know about $1\n"; $fontfam = "fantasy";} $_ =~ s/},$/,\t\"$fontfam\",\t$weight,\t$style},/; print $_; } debian/vimdot.10000664000000000000000000000141712253520426010560 0ustar .\" Hey, EMACS: -*- nroff -*- .TH VIMDOT 1 "Jan 31, 2010" .SH NAME vimdot \- Combined text editor and dot viewer .SH SYNOPSIS .B vimdot .RI [ file ] .SH DESCRIPTION .PP \fBvimdot\fP is a simple script which launches the gvim or vim editor along with a GUI window showing the dot output of the edited file. The dot output window automatically refreshes everytime the file is saved in the editor. .PP If no filename is given, vimdot will use 'noname.dot' and initialise it with an example graph to get you started. .SH SEE ALSO .br vim(1), dot(1) .SH AUTHOR vimdot was written by John Ellson .PP This manual page was written by David Claughton , for the Debian project (but may be used by others). debian/libgv-ocaml.install0000664000000000000000000000006412253520426012755 0ustar usr/lib/graphviz/ocaml usr/share/man/man3/gv.3ocaml debian/libgv-ruby.install0000664000000000000000000000010012253520426012632 0ustar usr/lib/graphviz/ruby/libgv_ruby.so usr/share/man/man3/gv.3ruby debian/libgraphviz4.install0000664000000000000000000000033412253520426013166 0ustar # To be changed into an in extenso list if plugins are added usr/lib/graphviz/lib*.so.* usr/lib/lib*.so.* usr/share/lintian/overrides # Renamed afterwards to graphvizN-config-update in debian/rules usr/bin/dot usr/sbin debian/libgvc6.postinst0000664000000000000000000000057512266153445012350 0ustar #!/bin/sh set -e # Update the configuration file (/usr/lib/graphviz/config6) # Needed for the plugins too if [ -x /usr/sbin/libgvc6-config-update ]; then libgvc6-config-update -c fi # Remove the old configuration file if present, see README.Debian-packaging # Needed only in libgraphivzN if [ -f /usr/lib/graphviz/config ]; then rm -f /usr/lib/graphviz/config fi #DEBHELPER# debian/compat0000664000000000000000000000000212253520426010367 0ustar 5 debian/rules0000775000000000000000000001744012265721415010263 0ustar #!/usr/bin/make -f # Sample debian/rules that uses debhelper. # GNU copyright 1997 to 1999 by Joey Hess. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 include /usr/share/python/python.mk # Get build platform info export DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) export DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) export DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) export DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) ifeq ($(DEB_HOST_ARCH_OS),hurd) CONFIGURE_LIBS = LIBS="-Wl,--no-as-needed -Wl,-lpthread -Wl,--as-needed" endif UPSTREAM_VERSION = $(shell dpkg-parsechangelog | perl -ne 'print $$1 if /^Version: (.*?)-(.*)$$/') # sonames for various libraries SO_CGRAPH = 6 SO_CDT = 5 SO_GVC = 6 SO_PATHPLAN = 4 SO_XDOT = 4 SO_GVPR = 2 PHP_EXTENSION_DIR = $(shell php-config5 --extension-dir) PHP_PACKAGE = $(CURDIR)/debian/libgv-php5 LUA_VERSION = 5.2 LUA_PACKAGE = $(CURDIR)/debian/libgv-lua DEV_PACKAGE = $(CURDIR)/debian/libgraphviz-dev PYTHON_VERSIONS = $(shell pyversions -r) PYTHON_PACKAGE = $(CURDIR)/debian/libgv-python RUBY_VERSION = 1.9.1 RUBY_PACKAGE = $(CURDIR)/debian/libgv-ruby CONFIG_SCRIPTS=config/config.guess libltdl/config.guess \ config/config.sub libltdl/config.sub configure: configure-stamp configure-stamp: dh_testdir # Update the config scripts for i in $(CONFIG_SCRIPTS); do \ cp /usr/share/misc/`basename $$i` $$i ; \ done # Configure the package dh_autoreconf ./configure --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) \ --disable-silent-rules \ --prefix=/usr \ --datadir=\$${prefix}/share \ --infodir=\$${prefix}/share/info \ --mandir=\$${prefix}/share/man \ --disable-static \ --without-included-ltdl \ --with-pangocairo \ --with-x \ --with-gdk-pixbuf \ --with-gnomeui \ --with-gtk \ --without-gts \ --without-ipsepcola \ --without-rsvg \ --enable-guile \ --enable-lua \ --enable-php \ --enable-ruby \ --enable-tcl \ --disable-java \ --disable-r \ --disable-sharp \ $(shell echo $(PYTHON_VERSIONS) | sed -e's,python,--enable-python,g' -e 's,\.,,g') \ $(CONFIGURE_LIBS) \ LDFLAGS="-Wl,--as-needed" touch configure-stamp build-arch: build build-indep: build build: configure build-stamp build-stamp: dh_testdir # Install missing script mksvgfonts.pl to lib/common cp debian/mksvgfonts.pl lib/common chmod 744 lib/common/mksvgfonts.pl # Build $(MAKE) touch build-stamp # Build the manpage from SONAME-independent perlpod sed -e 's/##SONAME##/$(SO_GVC)/g' \ debian/libgvc-config-update.pod.in > \ debian/libgvc$(SO_GVC)-config-update.pod pod2man --center "GRAPHVIZ CONFIGURATION MANAGEMENT" \ --release $(UPSTREAM_VERSION) \ --section 8 \ debian/libgvc$(SO_GVC)-config-update.pod \ debian/libgvc$(SO_GVC)-config-update.8 clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp # Clean up if a build already happened [ ! -f Makefile ] || $(MAKE) distclean # Clean up intermediate and generated manpages rm -f debian/libgvc$(SO_GVC)-config-update.pod rm -f debian/libgvc$(SO_GVC)-config-update.8 dh_clean $(CONFIG_SCRIPTS) \ tclpkg/gv/gv.R tclpkg/gv/php_gv.h dh_autoreconf_clean dh_clean install: build dh_testdir dh_testroot dh_clean -k dh_installdirs # Install the package into debian/tmp $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp # Remove .la files find -name '*.la' -delete # Strip the rpath on /usr/lib (at least on amd64), but not # on /usr/lib/graphviz (needed for the plugins), and bail # out if it is another case, while ignoring if there's no # RPATH at all (there are shell scripts under /usr/bin). for i in `find debian/tmp/usr/bin debian/tmp/usr/lib -type f` ; do \ case `chrpath -l -k $$i` in \ *RPATH=/usr/lib/graphviz) ;; \ *RPATH=/usr/lib) chrpath -d $$i ;; \ *RPATH=/usr/lib:/usr/lib/graphviz) chrpath -r /usr/lib/graphviz $$i ;; \ *RPATH=*) echo "Unknown RPATH: $$i" ; exit 1 ;; \ *) ;; \ esac ; \ done # Compute the dependencies of the -dev package # NOTE: It is important to do that before splitting the files into # their respective packages, otherwise the symlinks are broken d-devlibdeps \ --override s/libpathplan$(SO_PATHPLAN)-dev// \ --override s/libcdt$(SO_CDT)-dev// \ --override s/libcgraph$(SO_CGRAPH)-dev// \ --override s/libgvpr$(SO_GVPR)-dev// \ --override s/libxdot$(SO_XDOT)-dev// \ $(CURDIR)/debian/libgraphviz-dev.substvars \ $(CURDIR)/debian/tmp/usr/lib/*.so # Move from debian/tmp to the appropriate packages, rename one binary dh_install --sourcedir=debian/tmp --list-missing mv $(CURDIR)/debian/libgvc$(SO_GVC)/usr/sbin/dot \ $(CURDIR)/debian/libgvc$(SO_GVC)/usr/sbin/libgvc$(SO_GVC)-config-update # Some additional work for libgv-php5 install -d $(PHP_PACKAGE)/$(PHP_EXTENSION_DIR) mv $(PHP_PACKAGE)/usr/lib/graphviz/php/libgv_php.so \ $(PHP_PACKAGE)/$(PHP_EXTENSION_DIR)/gv.so install -d $(PHP_PACKAGE)/usr/share/php/libgv-php5 mv $(PHP_PACKAGE)/usr/lib/graphviz/php/gv.php \ $(PHP_PACKAGE)/usr/share/php/libgv-php5 rm -rf $(PHP_PACKAGE)/usr/lib/graphviz echo "php:Depends=phpapi-`php-config5 --phpapi`" >> $(PHP_PACKAGE).substvars # Some additional work for libgv-lua # 1. Rename using the LUA_VERSION mv $(LUA_PACKAGE)/usr/lib/graphviz/lua/libgv_lua.so \ $(LUA_PACKAGE)/usr/lib/graphviz/lua/liblua$(LUA_VERSION)-libgv.so # 2. Add a symlink install -d $(LUA_PACKAGE)/usr/lib/lua/$(LUA_VERSION) ln -s /usr/lib/graphviz/lua/liblua$(LUA_VERSION)-libgv.so \ $(LUA_PACKAGE)/usr/lib/lua/$(LUA_VERSION)/gv.so # Some additional work for libgv-python # Note the sed call because of python{24,25} instead of python{2.4,2.5} # Note gv.py isn't really duplicated, it's just installed in a location # where python-support will find it. Both being identical, python-support # will just do the right thing. for i in $(PYTHON_VERSIONS); do \ install -d $(PYTHON_PACKAGE)/usr/lib/$$i/$(call py_sitename_sh, $$i) ; \ cp $(PYTHON_PACKAGE)/usr/lib/graphviz/python/gv.py \ $(PYTHON_PACKAGE)/usr/lib/$$i/$(call py_sitename_sh, $$i) ; \ mv $(PYTHON_PACKAGE)/usr/lib/graphviz/$$(echo $$i|sed -e 's/\.//')/*.so \ $(PYTHON_PACKAGE)/usr/lib/$$i/$(call py_sitename_sh, $$i) ; \ done rm -rf $(PYTHON_PACKAGE)/usr/lib/graphviz # Debian-specific manpage dh_installman -plibgvc$(SO_GVC) \ $(CURDIR)/debian/libgvc$(SO_GVC)-config-update.8 # Some additional work for libgv-ruby install -d $(RUBY_PACKAGE)/usr/lib/ruby/$(RUBY_VERSION) mv $(RUBY_PACKAGE)/usr/lib/graphviz/ruby/libgv_ruby.so \ $(RUBY_PACKAGE)/usr/lib/ruby/$(RUBY_VERSION)/gv.so rm -rf $(RUBY_PACKAGE)/usr/lib/graphviz # Build architecture-independent files here. binary-indep: build install dh_testdir -i dh_testroot -i dh_installdocs -i dh_installman dh_installmenu -i dh_installchangelogs ChangeLog -i dh_perl -i dh_link -i dh_strip -i dh_compress -i -X.pdf dh_fixperms -i dh_makeshlibs -i dh_installdeb -i dh_shlibdeps -i dh_gencontrol -i dh_md5sums -i dh_builddeb -i # Build architecture-dependent files here. # Pass -a to all debhelper commands in this target to reduce clutter. binary-arch: build install dh_testdir -a dh_testroot -a dh_installdocs -a -XMakefile dh_installexamples -a dh_installmenu -a dh_installman -a dh_installchangelogs ChangeLog -a dh_perl -a dh_python2 -a dh_link -a usr/share/man/man1/gxl2gv.1 usr/share/man/man1/gxl2dot.1 usr/share/man/man1/gxl2gv.1 usr/share/man/man1/dot2gxl.1 dh_strip -a dh_lintian -a dh_compress -a dh_fixperms -a dh_makeshlibs \ -plibgvc$(SO_GVC) -plibcgraph$(SO_CGRAPH) \ -plibcdt$(SO_CDT) -plibpathplan$(SO_PATHPLAN) \ -plibxdot$(SO_XDOT) -plibgvpr$(SO_GVPR) dh_installdeb -a dh_shlibdeps -a dh_gencontrol -a dh_md5sums -a dh_builddeb -a binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure debian/changelog0000664000000000000000000020363612440174164011057 0ustar graphviz (2.36.0-0ubuntu3.1) trusty-security; urgency=medium * SECURITY UPDATE: Format string vulnerability may allow attackers to cause a denial of service or possibly execute code. - debian/patches/CVE-2014-9157.patch: Fix format string vulnerability in lib/cgraph/scan.l yyerror() routine. - CVE-2014-9157 -- Seth Arnold Thu, 04 Dec 2014 16:12:24 -0800 graphviz (2.36.0-0ubuntu3) trusty; urgency=medium * No change rebuild for phpapi-20121212+lfs (LFS ABI break on 32-bit archs). -- Matthias Klose Thu, 20 Feb 2014 13:58:45 +0100 graphviz (2.36.0-0ubuntu2) trusty; urgency=medium * debian/*.post{inst,rm}: Update for libgvc5-config-update → libgvc6-config-update to correctly configure plugins. (LP: #1270025) * Add a simple autopkgtest that ensures that "dot" works. -- Martin Pitt Fri, 17 Jan 2014 07:55:19 +0100 graphviz (2.36.0-0ubuntu1) trusty; urgency=medium * New upstream version. -- Matthias Klose Thu, 16 Jan 2014 08:33:48 +0100 graphviz (2.34.0-0ubuntu6) trusty; urgency=low * SECURITY UPDATE: buffer overflow in yyerror() - debian/patches/CVE-2014-0978.patch: don't overflow buf in lib/cgraph/scan.l. - CVE-2014-0978 * SECURITY UPDATE: buffer overflow in yyerror() security fix - debian/patches/CVE-2014-1235.patch: once again, don't overflow buf in lib/cgraph/scan.l. - CVE-2014-1235 * SECURITY UPDATE: buffer overflow in chkNum of scanner - debian/patches/CVE-2014-1236.patch: don't overflow buf in lib/cgraph/scan.l. - CVE-2014-1236 -- Marc Deslauriers Tue, 14 Jan 2014 13:01:36 -0500 graphviz (2.34.0-0ubuntu5) trusty; urgency=medium * Fix dh-autoreconf invocation to not override the arguments to autoreconf; without -i, libtoolize is never called. -- Steve Langasek Sun, 15 Dec 2013 22:47:35 -0800 graphviz (2.34.0-0ubuntu4) trusty; urgency=low * Revert the last change and remove references to libgraph. -- Matthias Klose Thu, 24 Oct 2013 15:38:48 +0200 graphviz (2.34.0-0ubuntu3) trusty; urgency=low * Build libgraph again. -- Matthias Klose Thu, 24 Oct 2013 13:57:49 +0200 graphviz (2.34.0-0ubuntu2) trusty; urgency=low * New upstream version. * Build using lua5.2. LP: #1196921. * Build using ruby1.9.1. -- Matthias Klose Wed, 25 Sep 2013 12:35:03 +0200 graphviz (2.26.3-15ubuntu3) saucy; urgency=low * Recommend fonts-liberation rather than ttf-liberation. -- Jackson Doak Fri, 13 Sep 2013 08:05:04 +1000 graphviz (2.26.3-15ubuntu2) saucy; urgency=low * Rebuild for PHP 5.5. -- Colin Watson Tue, 16 Jul 2013 01:57:50 +0100 graphviz (2.26.3-15ubuntu1) saucy; urgency=low * Resynchronise with Debian. Remaining changes: - debian/patches/linkage: Add more explicit library linkage to cope with 'ld --no-copy-dt-needed-entries'. - Build using dh_python2. - Drop unused build-dependency on pdksh. - Mark graphviz Multi-Arch: foreign. - Handle multiarch Python. - Build using guile-2.0. - Configure with --disable-silent-rules. - Configure for the Tcl/Tk 8.5 multiarch installation. -- Colin Watson Thu, 27 Jun 2013 13:20:08 +0100 graphviz (2.26.3-15) unstable; urgency=low * Disable python2.6 (Closes: #707502) -- Christoph Egger Tue, 25 Jun 2013 12:35:36 +0200 graphviz (2.26.3-14ubuntu2) saucy; urgency=low * Rebuild for libgd3. -- Colin Watson Tue, 21 May 2013 11:22:04 +0100 graphviz (2.26.3-14ubuntu1) raring; urgency=low * Merge with Debian; remaining changes: - debian/patches/linkage: Add more explicit library linkage to cope with 'ld --no-copy-dt-needed-entries'. - Build using dh_python2. - Stop trying to install /usr/lib/graphviz/python26. - Drop unused build-dependency on pdksh. - Mark graphviz Multi-Arch: foreign. - Handle multiarch Python. - Build using guile-2.0. - Configure with --disable-silent-rules. * Configure for the Tcl/Tk 8.5 multiarch installation. LP: #1163136. -- Matthias Klose Wed, 03 Apr 2013 10:02:23 +0200 graphviz (2.26.3-14) unstable; urgency=low * Use system ltdl in place of version in subdir (Closes: #701832) - Currently an ancient version of libltdl is being shipped and used, unnoticed until now. Changed configure.ac to ensure system ltdl is used instead - Security issue - affected by DSA-1958-1 (CVE-2009-3736) -- David Claughton Fri, 08 Mar 2013 22:37:51 +0000 graphviz (2.26.3-13) unstable; urgency=low [ David Claughton ] * Add 'fontfaq.txt' file to graphviz-doc package [ Christoph Egger ] * Import patch by Steven Chamberlain to fix hangs on kfeebsd (Closes: #701832) -- David Claughton Sun, 23 Sep 2012 22:10:00 +0100 graphviz (2.26.3-12ubuntu5) raring; urgency=low * Build using guile-2.0. * Configure with --disable-silent-rules. -- Matthias Klose Thu, 28 Feb 2013 09:21:16 +0100 graphviz (2.26.3-12ubuntu4) raring; urgency=low * Handle multiarch Python. -- Colin Watson Mon, 07 Jan 2013 19:38:55 +0000 graphviz (2.26.3-12ubuntu3) raring; urgency=low * Mark graphviz Multi-Arch: foreign. -- Colin Watson Tue, 04 Dec 2012 02:45:38 +0000 graphviz (2.26.3-12ubuntu2) raring; urgency=low * Drop unused build-dependency on pdksh. -- Colin Watson Wed, 28 Nov 2012 13:40:25 +0000 graphviz (2.26.3-12ubuntu1) quantal; urgency=low * Resynchronise with Debian. Remaining changes: - debian/patches/linkage: Add more explicit library linkage to cope with 'ld --no-copy-dt-needed-entries'. - Build using dh_python2. - Stop trying to install /usr/lib/graphviz/python26. -- Colin Watson Thu, 16 Aug 2012 19:03:00 +0100 graphviz (2.26.3-12) unstable; urgency=low * Fixes to explicitly use ruby 1.8 as default for ruby is now 1.9 (Graphviz doesn't currently support ruby 1.9) (Closes: #676098) -- David Claughton Tue, 10 Jul 2012 21:41:24 +0100 graphviz (2.26.3-11ubuntu2) quantal; urgency=low * Stop trying to install /usr/lib/graphviz/python26. -- Colin Watson Mon, 28 May 2012 12:42:18 +0100 graphviz (2.26.3-11ubuntu1) quantal; urgency=low * Resynchronise with Debian. Remaining changes: - debian/patches/linkage: Add more explicit library linkage to cope with 'ld --no-copy-dt-needed-entries'. - Build using dh_python2. -- Colin Watson Mon, 28 May 2012 10:02:11 +0100 graphviz (2.26.3-11) unstable; urgency=low * Remove reference to python 2.5 which is no longer available in sid (Closes: #669517) -- David Claughton Wed, 02 May 2012 21:53:08 +0100 graphviz (2.26.3-10ubuntu1) precise; urgency=low * Resynchronise with Debian. Remaining changes: - debian/patches/linkage: Add more explicit library linkage to cope with 'ld --no-copy-dt-needed-entries'. - Build using dh_python2. -- Colin Watson Mon, 02 Apr 2012 16:08:26 +0100 graphviz (2.26.3-10) unstable; urgency=low * Fixes for compatibility with Automake 1.11.2 (Closes: #661909) * Changed BD from libpng12-dev to libpng-dev (Closes: #662360) -- David Claughton Tue, 13 Mar 2012 20:35:21 +0000 graphviz (2.26.3-9) unstable; urgency=low * Include patch by Samuel Thibault to handle autotools failure on hurd (Closes: #648520) -- Christoph Egger Sun, 01 Jan 2012 15:35:06 +0100 graphviz (2.26.3-8ubuntu2) precise; urgency=low * Build using dh_python2 -- Matthias Klose Sat, 17 Dec 2011 12:10:58 +0000 graphviz (2.26.3-8ubuntu1) precise; urgency=low * Resynchronise with Debian. Remaining changes: - debian/patches/linkage: Add more explicit library linkage to cope with 'ld --no-copy-dt-needed-entries'. -- Colin Watson Fri, 18 Nov 2011 09:53:14 +0000 graphviz (2.26.3-8) unstable; urgency=low [ David Claughton ] * Switch Build Deps to unversioned tcl/tk-dev (Closes: #639288) - Includes symlink /usr/lib/tclConfig.sh pointing to /usr/lib/tcl8.5. Needed as configure.ac no longer finds tclConfig.sh on 64-bit builds (it looks for /usr/lib64/tclConfig but /usr/lib64 symlink no longer present). [ Christoph Egger ] * Remove ocaml bindings (Closes: #647435) -- Christoph Egger Wed, 02 Nov 2011 20:17:06 +0100 graphviz (2.26.3-7) unstable; urgency=low * refresh patches * Add patch by Petr Salinger to handle chroot case on kFreeBSD correctly (Closes: #575797) * Fix clean target -- Christoph Egger Wed, 18 May 2011 23:13:54 +0200 graphviz (2.26.3-6) unstable; urgency=low [ David Claughton ] * Fix capitalisation of PHP in package description (Closes: #613990) * Apply patch by Samuel Thibault to fix problem on Hurd causing doxygen FTBFS bugs - Thanks Samuel! (Closes: #578320) * Add Python 2.7 support (Closes: #623165). Thanks to Barry Warsaw for the patch and Mehdi Dogguy for additional work and testing. - Added dh-autoreconf as a Build-Dependency - Added patch python27-support * Simply patch 50_remove_changelog_in because we now autoreconf. * Minor fixes to dot.1 manpage. Thanks to Mats Erik Andersson for the patch. (Closes: #622781) [ Mehdi Dogguy ] * Rebuild with OCaml 3.12.0 (Closes: #623289). -- David Claughton Tue, 26 Apr 2011 22:26:05 +0200 graphviz (2.26.3-5ubuntu5) precise; urgency=low * Rebuild for Perl 5.14. -- Colin Watson Tue, 15 Nov 2011 20:57:48 +0000 graphviz (2.26.3-5ubuntu4) oneiric; urgency=low * Rebuild to pick up armel ocaml fixes. -- Adam Conrad Fri, 19 Aug 2011 13:16:24 -0600 graphviz (2.26.3-5ubuntu3) oneiric; urgency=low * debian/patches/linkage: Add more explicit library linkage to cope with 'ld --no-copy-dt-needed-entries'. -- Colin Watson Tue, 10 May 2011 07:27:44 +0100 graphviz (2.26.3-5ubuntu2) oneiric; urgency=low * Rebuild for Perl 5.12. -- Colin Watson Sat, 07 May 2011 10:50:28 +0100 graphviz (2.26.3-5ubuntu1) natty; urgency=low * Really add support for Python 2.7. (LP: #683182) -- Barry Warsaw Fri, 03 Dec 2010 18:08:11 -0500 graphviz (2.26.3-5build1) natty; urgency=low * Rebuild to add support for python 2.7. -- Matthias Klose Fri, 03 Dec 2010 00:00:57 +0000 graphviz (2.26.3-5) unstable; urgency=low [ David Claughton ] * Oops, spelling correction to lefty.1 manpage missed 2.26.3-3 and got included into 2.26.3-4 instead. Fixed-up changelog to reflect true history. * Fix bashism in vimdot (Closes: #581107) * Build with GTK Support (Closes: #457433) [ Christoph Egger ] * Bump dependency on debhelper as needed by dh-ocaml foo -- David Claughton Fri, 11 Jun 2010 00:58:54 +0100 graphviz (2.26.3-4) unstable; urgency=low * Add patch to fix segfault in circo. Backported from upstream snapshot release. Thanks to Francis Russell for his work on this. (Closes: #575255) * Fixed spelling mistake in lefty.1 manpage. Thanks to A. Costa for spotting this. (Closes: #573639) -- David Claughton Wed, 24 Mar 2010 22:45:18 +0000 graphviz (2.26.3-3) unstable; urgency=low * Backport fix on CVS for dot -y output (Closes: #573781) * Restore missing changelog entries which vanished as a result of 2.26 development being done on a branch -- David Claughton Tue, 16 Mar 2010 21:51:38 +0000 graphviz (2.26.3-2) unstable; urgency=low * Add manpages for vimdot and diffimg * Create dot2glx.1 and glx2dot.1 as symlinks to gv2glx.1 and glx2gv.1 (executables are already linked equivalently) * Fix manpage warnings and spelling mistakes reported by Lintian. * Remove absolute path to libgvc5-config-update in postinst * Fixup NEWS.Debian * Add patch fix_powerpc_ftbfs - make upstream's fix to powerpc-darwin8 apply only when building on darwin * Add missing file lib/common/mksvgfonts.pl which can be found in upstream CVS but is not in the release tarball. * Added patch 3_fix_pango_font_selection to append comma to font family name passed to pango - needed when family name contains spaces. * Update Standards Version (no changes required) * Changed build deps libjpeg62-dev -> libjpeg-dev as recommended by release team. * Modified short descriptions to libraries to make them unique. * Moved libgvc5-config-update manpage to section 8 (Closes: #512447) -- David Claughton Thu, 09 Feb 2010 22:30:55 +0000 graphviz (2.26.3-1) experimental; urgency=low [ David Claughton ] * New upstream release (Closes: #554222, #522356, #521539) * Switched to package format 3.0 (quilt) - avoids need to repack to remove debian directory * Split libgraphviz4 package into separate packages for libgraph4, libcgraph5, libcdt4, libpathplan4 and libgvc5 due to soname changes and removal of libagraph N.B. libraries conflict with libgraphviz4 - this release cannot coexist with the previous one * Patches no longer needed due to inclusion upstream or obsoleted by upstream changes - 0_versioned_plugin_config_file - 0_libtool_linking_reorder_workaround - 10_fix_tred_regression - 20_fix_parser_stack_overflow - 30_fix_swig_tcl_ftbfs * Patches with hunks removed because they are included or obsoleted by upstream - 0_bindings_documentation - 0_tcl_manpages_section - 40_fix_swig_php_ftbfs * Added support for python 2.6; Dropped support for 2.4 (Closes: #522004) * Removed manpage renames, now done upstream * libagraph.so and agraph.3 manpage no longer exist * Added patch 50_remove_changelog_in to prevent upstream attempt to recreate changelog from changelog.in * Updated build-deps * Corrected install location of libgv-tcl libraries (Closes: #521538) (Thanks Ilya Anfimov) [ Christoph Egger ] * Drop quilt from build-deps, no longer needed with source 3.0 * Linewrap build-deps so diff becomes usable * Bump standards Version (no changes) * Determine --enable-python$ver automatically * Upload to experimental -- Christoph Egger Sun, 31 Jan 2010 23:19:24 +0100 graphviz (2.20.2-8) unstable; urgency=low * Maintenance upload until 2.26 is ready * Add phpapi- depend to libgv-php5 (Closes: #566287) * Minor fix to debian/rules - use pyversions -r instead of -s in PYTHON_VERSIONS def. Fixes FTBFS due to migration of python2.6 to unstable. * Fix a couple of issues preventing graphviz from building twice in succession - modified patch 20_fix_parser_stack_overflow to only patch parser.y not intermediate bison files - also causes intermediate files to be regenerated - added patch 0_fix_htmlparse_bison_2_4 to fix FTBFS when using bison 2.4 -- David Claughton Sat, 23 Jan 2010 23:24:40 +0000 graphviz (2.20.2-7) unstable; urgency=low * Maintenance upload untill 2.26 is ready * New Maintainers (Closes: #536245) * Drop python2.4 support (Closes: #562407) * Version dependency on swig (Closes: #505040) -- Christoph Egger Wed, 30 Dec 2009 22:56:41 +0100 graphviz (2.20.2-6) unstable; urgency=low * QA upload. * Don't install gv.a on non-native OCaml architectures. -- Mehdi Dogguy Thu, 17 Dec 2009 11:47:30 +0100 graphviz (2.20.2-5) unstable; urgency=low * QA upload. [ Ana Beatriz Guerrero Lopez ] * Fix FTBFS by switching from guile-1.6-dev to guile-1.8-dev. Thanks Martin Pitt. (Closes: #493974) * Switch gs-common build dependend to ghostscript. Thanks Martin Pitt. (Closes: #504569) * Switch build depend from libltdl3-dev to versioned libltdl-dev (>= 2.2.6b). (Closes: #504571) [ Mehdi Dogguy ] * The location of the OCaml's standard library has changed: - Add dh-ocaml (>= 0.4.1) as a build-dependency - Use $(OCAML_STDLIB_DIR) instead of hard-coding the path /usr/lib/ocaml/$(OCAMLABI) - Use $(OCAML_DLL_DIR) instead of hard-coding the path /usr/lib/ocaml/$(OCAMLABI)/stublibs - Use $(OCAML_ABI) from ocamlvars.mk (Closes: #536383) * Enable the use of dh_ocaml for automatic dependency computation. * Generate documentation for OCaml bindings using dh_ocamldoc. [ Aurelien Jarno ] * Also remove rpath from libraries using chrpath. -- Ana Beatriz Guerrero Lopez Thu, 17 Dec 2009 00:01:26 +0100 graphviz (2.20.2-4) unstable; urgency=high * QA upload. * Orphan the package: - Set Maintainer to Debian QA Group . - Please contact Sebastian Harl if you're interested (See: #536245). * Fix FTBFS due to broken tcl/swig code generation, thanks to Ludovico Cavedon (Closes: #542979): - debian/patches/30_fix_swig_tcl_ftbfs * Fix FTBFS due to swig's move from -php5 to -php, thanks to Ludovico Cavedon again: - debian/patches/40_fix_swig_php_ftbfs * Fix FTBFS when other tcl versions are installed, using the apparently usual way to deal with it, thanks to Ludovico Cavedon one more time: Add tcl8.3 and tcl8.4 to Build-Conflicts. * Set urgency to “high” due to the various FTBFS reasons. -- Cyril Brulebois Thu, 22 Oct 2009 00:22:06 +0200 graphviz (2.20.2-3) unstable; urgency=high * Backport patch to fix a stack overflow in the graph parser, reported by IBM and fixed in 2.20.3. To avoid autotools noise, only the actual fix is backported here, instead of pulling a brand new upstream release (though functionally minimal). As usual, thanks to upstream for their absolute kindness: - debian/patches/20_fix_parser_stack_overflow * Set “urgency=high” accordingly, after discussion with the security team. -- Cyril Brulebois Sun, 12 Oct 2008 23:24:12 +0200 graphviz (2.20.2-2) unstable; urgency=low * Backport patch by Emden R. Gansner to fix a regression in tred, which happened during the transition to cgraph (in 2.20.0), spotted by Wouter Koolen-Wijkstra (Closes: #493494): - debian/patches/10_fix_tred_regression -- Cyril Brulebois Sat, 16 Aug 2008 07:29:59 +0200 graphviz (2.20.2-1) unstable; urgency=low * New upstream bugfix release. * debian/rules: - Add “--without-gts” to configure arguments to make sure not to link against GTS, at least for now. - Add “--disable-r” since there's no need to build it for now, as it isn't shipped anyway. * debian/libgraphviz-dev.install: - Add cgraph.3 manpage, forgotten in the previous upload. * Fix the PHP bindings (Closes: #489964): - Ship gv.php under /usr/share/php/libgv-php5. - Ship gv.so under /usr/lib/php5//libgv-php5, instead of the previous libgv_php.so. - Ship a README.Debian in the libgv-php5 package explaining how to use this extension. - Update the 0_bindings_documentation patch to reflect that the correct usage is include()ing the .php file, rather than dl()ing the .so file. * Update fonts dependencies since Times is now available in main, thanks to Thijs Kinkhorst for the notice (Closes: #490043): - Drop Suggests on msttcorefonts. - Add Recommends on ttf-liberation. -- Cyril Brulebois Fri, 01 Aug 2008 04:04:54 +0200 graphviz (2.20.0-1) unstable; urgency=low * New upstream release. * debian/patches/0_versioned_plugin_config_file: - Refresh context. * debian/patches/0_bindings_documentation: - Refresh, drop some hunks merged upstream. * debian/patches/0_tcl_manpages_section: - Refresh. * debian/patches/1_disable_lumping_all_include_directories: - Drop, was backported from upstream. * debian/patches/0_autoreconf_run: - Drop, no longer needed. * debian/libgraphviz4.lintian-overrides: - Drop several-sonames-in-same-package, no longer reported. - Update package-name-doesnt-match-sonames. * debian/rules: - Bump shlibs, new symbols. - Call chrpath to strip the rpath on /usr/lib (at least on amd64), but not the one on /usr/lib/graphviz (needed for a plugin at least), and fail if there's an unknown RPATH, so that the appropriate tweak can be added. * debian/README.Debian-packaging: - Rename into debian/README.source per Policy 3.8.0. * debian/control: - Add chrpath to Build-Depends. - Add lua5.1 to Build-Depends, now needed for lua detection. - Bump Standards-Version from 3.7.3 to 3.8.0 (one change, see above). - Update my mail address. Thanks for their sponsorship to: - Mohammed Adnène Trojette (adn), - Alexander Sack, - Kari Pahula, - Ana Beatriz Guerrero Lopez, - Paul Wise, - Lucas Nussbaum, - Pierre Habouzit, with special thanks to Ana and Pierre who got poked more than the others, and to Alexander who got me through NM. -- Cyril Brulebois Sun, 29 Jun 2008 17:24:08 +0200 graphviz (2.18-1) unstable; urgency=low * New upstream release: - Move from Tcl/Tk 8.4 to 8.5. - Now build python2.4 and python2.5 modules. * debian/control: - Replace tcl8.4-dev and tk8.4-dev with tcl8.5-dev and tk8.5-dev in Build-Depends accordingly. - Update the version in the long description of libgv-tcl. - Add python2.5-dev to Build-Depends. - Mention both versions in the long description of libgv-python. - Drop libttf-dev from Build-Depends since that's a deprecated package, replaced by libfreetype6-dev (which is already there), thanks to Moritz Muehlenhoff for the notice (Closes: #473487). * debian/libgv-tcl.install: - Delete the entry about pkgIndex.tcl since it's now shipped under the tcl directory. * debian/libgv-python/install: - Add “usr/lib/graphviz/python{24,25}”, later rearranged through debian/rules. * debian/pyversions: - Add it, containing “2.4,2.5”. * debian/rules: - Pass an extra flag to configure: “--without-rsvg” to avoid an extra plugin to be built, which would pull many other dependencies. A new binary package might be introduced later, with both gtk and rsvg plugins. - Bump shlibs, new symbols. - Use “pyversions -s” rather than “pyversions -d”. - Use “--enable-python{24,25}” instead of just “--enable-python”. - Install both python modules under appropriate site-packages directories. - Duplicate gv.py in both directories, then taken care of by python-support. - Get rid of tclpkg/gv/gv.R and tclpkg/gv/php_gv.h through dh_clean to keep the diff clean. * Drop workaround for FTBFS with gcc-4.3, fixed upstream: - 2_workaround_ftbfs_with_gcc-4.3. * Backport fix from CVS, preventing all include directories from being lumped together, does causing python2.5 to be misbuilt (using python2.4 includes). - Add 1_disable_lumping_all_include_directories: Actual fix. - Add 0_autoreconf_run: Needed since a Makefile.am is touched. - Disable 0_libtool_linking_reorder_workaround: no longer applies because of the autoreconf run. -- Cyril Brulebois Sat, 12 Apr 2008 02:11:00 +0200 graphviz (2.16.1-3) unstable; urgency=low * Add workaround for FTBFS with gcc-4.3 (Closes: #466810): - 2_workaround_ftbfs_with_gcc-4.3. * Update doc-base section: from “Apps/Graphics” to “Graphics”. -- Cyril Brulebois Wed, 26 Mar 2008 00:43:57 +0100 graphviz (2.16.1-2) unstable; urgency=low * Improved debian/copyright: - Distinguish between copyright and license. - Add copyright years and copyright holder (AT&T Corp.). - Use “Copyright” and “©” instead of “(C)”. -- Cyril Brulebois Tue, 26 Feb 2008 14:33:24 +0100 graphviz (2.16.1-1) experimental; urgency=low * New upstream release: - Fixes regressions in dotty (Closes: #461530). * Replaced “-V” with “-V 'libgraphviz4 (>= 2.16)'” in the dh_makeshlibs call since no shlibs bump is required for this new upstream release. * Dropped patch (merged upstream): - 2_ocaml_tweak. - 0_autoreconf_run (it was only needed because of 2_ocaml_tweak). * Refreshed patches: - 0_versioned_plugin_config_file. - 0_bindings_documentation. * Moved sections, resolving override disparities: - libgv-python: from interpreters to python. - graphviz-dev: from graphics to devel. * Now ship diffimg since it actually looks useful to at least someone, thanks to David Liontooth for having requested it (Closes: #460595). Done by reverting the diffimg deletion in “install” target. * Adapted Tcl bindings: moved to a subdirectory of /usr/lib/tcltk to comply with the Tcl/Tk policy. * Adapted the manpage accordingly: in the “load” call, adjusted the path to the shared object. * Dropped NEWS.Debian since its content wasn't really what one would expect when stumbling upon it, thanks to Steve Langasek for the original comment. * Refreshed README.Debian: - Dropped the note about gpr->gvpr and colorize->gvcolor renames. That was done long ago (graphviz 1.10). - Dropped notices about: bindings, -dev, and -doc packages. - Updated pointers to examples and contrib files (Closes: #459955). - Added a note about diffimg now being shipped (see above). - Kept notes about the suggested packages mostly as-is, they need an update. - Refreshed entry about graphviz.7 (included upstream). - Included former NEWS.Debian's item about C# and Java bindings. * Improved handling of libgraphvizN-config-update: - Build it from perlpod: debian/libgraphviz-config-update.pod.in (and delete generated files in the “clean” target). - Use a placeholder to refresh the SONAME automatically. - Dropped debian/libgraphviz4-config-update.1 accordingly. * No longer ship any .la file. Remaining ones were shipped through libgraphviz-dev and libgv-tcl. Reverse dependencies can still be built from sources without any troubles, so this deletion sounds safe. -- Cyril Brulebois Thu, 21 Feb 2008 23:25:37 +0100 graphviz (2.16-3) unstable; urgency=low * Renamed libgraphviz4-dev to libgraphviz-dev since a single version is supported at once: - debian/control: - Replaced libgraphviz4-dev with libgraphviz-dev. - Added “Conflicts/Replaces: libgraphviz4-dev (<< 2.16-3)” to the libgraphviz-dev package so that upgrades are possible for people having installed the libgraphviz4-dev package from experimental. - Added “Replaces: libgraphviz3-dev” at the same time. - debian/rules: Removed $(SONAME) from libgraphviz$(SONAME)-dev. - debian/libgraphviz4-dev.install -> debian/ libgraphviz-dev.install. * Added “LDFLAGS="-Wl,--as-needed"” to the ./configure call so as to avoid extra linking. It works for all binaries (/usr/bin/*) at least. * Since the above isn't sufficient to get rid of extra linking in libraries (because of libtool's bug #347650), the following patch against config/ltmain.sh and libltdl/ltmain.sh has been added: - 0_libtool_linking_reorder_workaround. * Added “--without-ipsepcola” to ./configure to avoid FTBFS on arm. The problem is due to a wrong linking of C++ code (since g++ isn't used at the moment). Not that easy to fix (but being worked on), disabling this feature for now. * Nuke trailing whitespaces in various debian/* files. * Order ./configure arguments, grouping them by category (build options, general options, features, bindings). * Switch to a build-time update of config.{guess,sub} scripts: - Listed in $(CONFIG_SCRIPTS), to be updated on each new upstream release (added to debian/README.Debian-packaging). - Updated during the “configure” target, dh_clean'd during the “clean” one. - The Build-Depends on autotools-dev was there already. * Deleted patch (no longer needed, see above): - 0_autotools_config_files. * Don't ship empty directories, by deleting /usr/lib/graphviz for php and python bindings, rather than /usr/lib/graphviz/$LANGUAGE. * Fixed ruby bindings, now that a policy draft exists: - Ship the ruby module where it belongs (Closes: #454622). - Updated patch (the RUBYLIB trick is no longer needed): - 0_bindings_documentation. - Added an explicit dependency on ruby1.8. * Moved the build dependency from libgd2-xpm-dev to libgd2-noxpm-dev, since this latter is sufficient, and since appropriate dependencies are computed (libgd2-xpm | libgd2-noxpm). This allows for more flexibility from a user point of view (Closes: #459537). Many thanks to Ben Finney for the notice. The only change regarding the supported features is that “xbm” is no longer supported in “loadimage” according to the output of “dot -v”. * Removed unneeded “Conflicts: graphviz (<< 2.12)” from libgv-ruby, which got here when copying the libgv-tcl stanza. * Bumped Standards-Version to 3.7.3 (no change needed). * Added a copyright statement about the Debian packaging. -- Cyril Brulebois Wed, 09 Jan 2008 03:18:46 +0100 graphviz (2.16-2) experimental; urgency=low * Added patches: - 2_ocaml_tweaks: - Make the generation of native objects conditional since ocamlopt isn't available on every arch. Upstream didn't include the conditional statements when merging the submitted patch. This patch adds an AM_CHECK_PROG on ocamlopt and conditionally adds the native objects to OCAML_data when needed (Closes: Bug#451763). - Also delete duplicates in the OCAML_data, while adding the missing gv.cmo file. - 0_autoreconf_run: Needed again since configure.ac and a Makefile.am are touched. Only keep in there the changes to aclocal.m4, configure, and all Makefile.in's. * Dropped OCaml-related files (merged upstream) and adapted related instructions in debian/rules: - debian/ocaml/Makefile.ocaml - debian/ocaml/META.gv -- Cyril Brulebois Mon, 19 Nov 2007 02:47:51 +0100 graphviz (2.16-1) experimental; urgency=low * New upstream release (Closes: #438420). * Fixed regression in this new upstream release: - Corrupted output creation for certain inputs (Closes: #432890). * Fixed bug: - Invalid EPS code creation (Closes: #397060). It was probably a bug in 2.8, thus might be fixed in 2.12 already. This version closes it for sure at least. Further explanations from upstream are available on the bugreport. * Refreshed patches: - 0_autotools_config_files: Updated to autotools-dev/20070725.1. Added a TODO item about moving this patch to a build-time update. - 0_versioned_plugin_config_file: Drop the first hunk, which modified cmd/dot/Makefile.am to not run “dot -c”. Upstream now has a better way to detect the installation for packaging purposes (using DESTDIR). - 0_bindings_documentation: Updated lua manpage from lua5.0 old style to lua5.1, thanks to Enrico Tassi (Closes: #448365). * Dropped patches: - 3_manpages_fix: Merged upstream. - 3_manpages_hyphen_fix: Merged upstream. - 1_diffimg_Makefile.am_fix: Merged upstream. - 1_lefty_fix: Merged upstream. - 3_gnomeui_configure.ac_fix: Merged upstream. - 3_ruby-bindings_configure.ac_fix: Merged upstream. - 3_php5-bindings_configure.ac_fix: Merged upstream. - 3_bindings_Makefile.am_fix: Merged upstream. - 3_lua-bindings_configure.ac_fix: Merged upstream. - 0_autoreconf_run: No longer needed, given the dropped patches. * Added patch: - 0_tcl_manpages_section: Upstream ships tcl-related manpages in “mann” instead of “man3” and wants to keep it that way. This patch modifies the headers so that they contain “3” instead of “n”. * debian/rules: - Use a SONAME variable to ease SONAME transitions. - Remove the extra “rm” calls now that upstream's “make distclean” is sufficient. - Modify the manpage handling since upstream now installs *.n manpages under usr/share/man/mann. Also adapted some *.install files to install some additional manpages. - Drop the parameter of the “-V” option in the “dh_makeshlibs” call, since a dependency based on the upstream version number is sufficient by now. - Do not install the “diffimg” binary, see NEWS.Debian. * debian/NEWS: - Add a note about “diffimg”. - Add a status update about the bindings, especially about the python one. * debian/libgraphvizN.install: - Made SONAME-independant: only specifies the overrides directory, no longer the filename. * debian/README.Debian-packaging: - Updated to match the autoreconf patch dropping, and document the needed automake version in case this patch has to be added again. * debian/graphviz.7: - Dropped, merged upstream. * SONAME 3 -> 4 transition (all files are in debian/): - rules: - Adjusted SONAME variable. - Adjusted versioned dependency for the shlibs. - libgraphviz3-config-update.1: - libgraphviz3.install: - libgraphviz3.lintian-overrides: - libgraphviz3.postinst: - libgraphviz3.postrm: - Renamed with s/3/4/. - libgraphviz4.lintian-overrides: - Updated SONAME in each override. - libgraphviz4.post{inst,rm}: - Updated with s/3/4/. - patches/0_versioned_plugin_config_file: - Updated with s/config3/config4/. - control: - Adjusted libgv-ocaml long description, which mentions the libgraphvizN-dev package. * debian/libgraphviz4.lintian-overrides: - In addition to the SONAME bump, deletion of “libexpr” since it is now used a convenience library, and addition of “libcgraph”. * debian/watch: - Upstream now uses x.y.z and not only x.y, updated regex to catch [0-9.]+\.tar\.gz (the development snapshots are in another directory). * debian/control: - Version the B-D on libgd2-xpm-dev (>= 2.0.35) to ensure the internal code copy isn't used. * NOT added support for the gdk-pixbuf renderer: - It supports .bmp .ico .jpg .png .tif. - debian/control would need an additional B-D on libgtk2.0-dev. - debian/rules would need an additional “--with-gdk-pixbuf”. - But that pulls gtk, which is far too much for what graphviz has to do. - Therefore, added a “--without-gdk-pixbuf” to ensure it isn't built, even if gdk-pixbuf development files are available. -- Cyril Brulebois Tue, 13 Nov 2007 00:50:12 +0100 graphviz (2.12-5) unstable; urgency=low * Modified bindings handling: - tclpkg/gv/Makefile.am is now patched to set “-module -avoid-version” in LDFLAGS. There are dynamically loadable modules rather than shared libraries. - Added patch for this: - 3_bindings_module_avoid-version_options. - Refreshed patch so as to refresh the appropriate Makefile.in (with only an automake run): - 0_autoreconf_run. - There's still Tcl parts that are versioned. * Fixed libgv-guile description, thanks to Kanru Chen (Closes: #439385). * Fixed libgv-lua (Closes: #439525): - After a discussion with Enrico Tassi, it has been decided to only build against lua5.1, and not against both lua5.0 and lua5.1 as planned at the beginning. Description updated to mention lua5.1 explicitely. - debian/libgv-lua.install: Only mention the .so now (the .la's are probably unneeded for bindings, they'll probably be amm dropped once the tcl case has been sorted out). - debian/rules: Some additional work is done to make it loadable directly, and to document the used liblua version. - Rename libgv_lua.so into liblua$(LUA_VERSION)-libgv.so. - Add a symlink from /usr/lib/lua5.1/gv.so to the .so in /usr/lib. - It looks like it is now usable directly with a single “require "gv"”. - The documentation has still to be updated, though. * Fixed libgv-ocaml: - Rebuild against ocaml 3.10 (Closes: #441494). - debian/control: Added a Suggests: on ocaml-base-nox to the -dev package since it is needed for the OCaml development files, but not a stronger relation since one will usually want to use the C headers. - debian/control: Also added a Suggests: on ocaml-findlib to the -dev package since it is suggested to use findlib to use the package (and per pkg-ocaml-maint policy). - debian/control: Modified long descriptions to detail the decision about the OCaml binary packages. - debian/rules: Moved the library to the stublibs directory of the current ocaml version. Moved the devel files to the -dev package. Drop the .la file and the now-empty /usr/lib/graphviz/ocaml directory. - debian/ocaml/Makefile.ocaml: Add some instructions to build the missing library files so that it is possible to actually load the gv library in the interpreter. This file is copied into the source tree after the usual build, and then use to build them. Its “clean” target is called from debian/rules, and it gets removed before the usual “clean”. - debian/ocaml/META.gv: Add META file used to handle OCaml dependencies. * Improved libgv-python (Closes: #440829): - debian/control: Added python-support to Build-Depends, python:Depends to libgv-python's Depends. - debian/rules: Added a call to dh_pysupport. Move to a site-packages directory depending on the current default python version. - Dropped the use of “-lpython”: - Added patch: 3_python-bindings_configure.ac_fix. - Refreshed patch: 0_autoreconf_run. - Dropped .la file. - Other points of the bugreports are already mentioned above. * Other bindings (libgv-guile, libgv-perl, libgv-ruby): - Dropped .la by specifying only the .so in their respective .install file, instead of “*”. * Adapted documentation: - Lua: updated instructions (package.loadlib, new path). - Python: one can now “import gv” directly. - Refreshed patch: 0_bindings_documentation. * debian/control: (thanks to dpkg 1.14.7) - Rename XS-Vcs-* to Vcs-*. - Move the Homepage from the description to the new header. -- Cyril Brulebois Tue, 23 Oct 2007 03:21:13 +0200 graphviz (2.12-4) unstable; urgency=low * Added bindings: - guile (Closes: #360969); - lua (Closes: #360971); - ocaml (Closes: #360975); - php5 (Closes: #360973); - python (Closes: #360974); - ruby (Closes: #360978). * Added Build-Depends accordingly: - guile-1.6-dev; - liblua5.1-0-dev; - ocaml-nox; - php5-dev, php5-cli; - python2.4-dev, python-minimal; - ruby1.8-dev, ruby. * Some patches are needed to enable some bindings: - added 3_bindings_Makefile.am_fix, since some variables were missing; - added 3_ruby-bindings_configure.ac_fix to force ``-lruby1.8'' instead of ``-lruby'', which isn't working; - added 3_lua-bindings_configure.ac_fix to detect lua correctly. - added 3_php5-bindings_configure.ac_fix to fix include paths (basically, it does s/php/php5/g on this line). Maybe php5-cli might be unneeded, if the detection of the php binary is turned off (it looks like unneeded). * Added a variable (control, rules) for ocaml, so that the Depends: is set on the correct ocaml-base-nox-${F:OCamlABI} package. * Binding manpages are shipped as gv_*.3, after some modifications to the upstream templates, stored in the 0_bindings_documentation patch. * Enabled diffimg: - modified 0_disable_diffimg to only modify contrib/Makefile.am, since now an autoconf/automake round is needed, due to the modifications to configure.ac et al. This way it can be pop'd. - renamed into 1_diffimg_Makefile.am_fix, since diffimg is now built, thanks to a slight modification to the Makefile.am: there was an erroneous condition on WITH_LIBGD, instead of WITH_MYLIBGD (this is fixed in CVS). * Added README.Debian-packaging to document some packaging howtos (at the moment, what should be done to get the last patch: autoreconf run). * Refreshed 0_autotools_config_files to patch config.{guess,sub} in the following directories, with files from autotools-dev_20070306.1: - config - lib/gd/config - libltdl * Added 1_lefty_fix, which is a backport of a regression (2.8 -> 2.12) fix for lefty, thanks to Sune Vuorela for reporting, and to Emden R. Gansner for the patch. * Adjusted clean target in debian/rules to clean appropriately. * Added the -V 'libgraphviz3 (>= 2.12-3)' parameter to the dh_makeshlibs call so that the appropriate library version is depended on, avoiding the hardcoded values in the control file, and the duplicates in the Depends: fields after substitution. Now ${shlibs:Depends} is used instead, almost everywhere. libgraphviz3-dev still has hardcoded dependencies, see TODO.Debian. Also turned ``-a'' into ``-plibgraphviz3'' since it is the only package needing an shlibs file and ldconfig calls in post{inst,rm} scripts. * Added installation of /usr/bin/dot under /usr/sbin in the libgraphviz3 package, so that it can be called when needed, during libgraphviz3 or libgraphviz3-*-plugin installation or removal. Added a call to ``mv'' in debian/rules to rename it to libgraphviz3-config-update since dh_install doesn't allow renaming. * Changed 0_test_fix into 0_versioned_plugin_config_file: - Former patch needed so that no ``dot -c'' is run at build time. - Adjusted configuration file accordingly, by patching lib/gvc/gvconfig.c, using "config3" instead of "config". * Added ``--list-missing'' option to dh_install, so that files not installed are spotted easily. * Maintainer scripts, plugin configuration file: - Dropped debian/postinst and debian/postrm, the configuration (``dot -c'') of the plugins is now handled as documented in through libgraphviz3(|*-plugin).{postinst,postrm}, as documented in README.Debian-packaging. - Added a check and a removal-when-needed for the ancient "config" file. - Added a manpage accordingly. * Fixed some hyphens in Debian-specific manpages. * Fixed broken links in index.html by not compressing PDF files (``-X.pdf'' added to the ``dh_compress -i'' call), since they are in a separate package, there's not much space loss, and it makes users' life easier (Closes: #378522). * Adapted lintian overrides since the output changed (SONAMES are now sorted, see #428681, fixed in lintian 1.23.32). * Fixed pango plugin misconfiguration, due to some autotools blackmagic. Now that ./configure and the like are regenerated, everything seems to be fine (Closes: #424883, #422859). Please also note that the upstream graphviz-cairo package is now superseded by the graphviz package. * Added missing -dev packages to the Depends: of the libgraphviz3-dev package, in particular libexpat1-dev (libfreetype6-dev seems to be no longer needed), using d-devlibdeps from the d-shlibs package. Build dependency added accordingly (Closes: #404384). * Set the Maintainer field to myself. * Do not ignore ``make distclean'' errors. * Added XS-Vcs-Git and XS-Vcs-Browser fields in debian/control. * Moved ``Apps/Graphics'' to ``Applications/Graphics'' for the menu transition. -- Cyril Brulebois Thu, 09 Aug 2007 16:25:51 +0200 graphviz (2.12-3) unstable; urgency=low * Re-enable lefty, which was a leftover during the 2.8 -> 2.12 upgrade: - turned back configure's --without-x to --with-x; - adjusted graphviz.install to install *.lefty under /usr/share/graphviz/lefty (Closes: #423541). -- Cyril Brulebois Sun, 13 May 2007 21:20:24 +0200 graphviz (2.12-2) unstable; urgency=low * Fixed gnomeui + pango/cairo pulling: (Closes: #422862, #422873) - added 3_gnomeui_configure_fix patch: adds support in configure.ac for --with(out)-gnomeui, so that it can be used to disable the link against gnomeui libraries even if they are found; - added configure_autoconf_rerun: contains the modifications to configure after autoconf has been rerun; - added --without-gnomeui and --without-pangocairo in debian/rules accordingly; - added --without-gtk as well, and turned --with-x into --without-x since the associated shared objects weren't built anyway. * The associated features might be added in separate package(s) later. -- Cyril Brulebois Tue, 08 May 2007 17:16:29 +0200 graphviz (2.12-1) unstable; urgency=low * New upstream release. Hopefully it addresses the longstanding rpath issue, since all public libraries now belongs to /usr/lib (Closes: #312532, #343476, #360968). The problem of language bindings will be addressed in further uploads. * Maintainer upload. - Added myself in the Uploaders field. * ACK previous NMUs: many thanks for having taken care of graphviz when needed. - Margarita Manterola (no NMU diff in the BTS); - Steinar H. Gunderson (Closes: #375024, #389396); - and my own NMUs (Closes: #399212, #400161). [debian/patches] * Disabled no longer needed backported patches: - 10000_lua_python_bindings; - 10918_nop_fix. * Disabled the build of the contrib `diffimg' tool since it looks like there's a missing .la file: - 0_disable_diffimg. * Added a patch to handle minus vs hyphen signs in the manpages: - 3_manpages_hyphen_fix. [debian/control] * Made the package binNMU safe by switching from `${Source-Version}' to `{binary:Version}'. * Resplitted packaging into graphviz, libgraphvizN, libgraphvizN-dev, graphviz-doc, where N matches the SONAME, currently 3. * Additional packages also count the following bindings: libgv-perl and libgv-tcl, which were included in the monolithic graphviz package before. The transition should be quite smooth this way. The bindings package will be named libgv-* so as to avoid name clashing with e.g. libgraphviz-perl, which is a pure perl package. It also reflects the name of the bindings (shared objects). The dependencies have still to be polished, that is listed in TODO(.Debian). - Perl's "gv" has been moved under /usr/lib/perl5, according to the Debian Perl Policy, and this module is loadable without the additional `use lib' line, which can be kept though because: 1) it is harmless; 2) it should ensure compatibility with default upstream installation paths. - Tcl files are kept under /usr/lib/graphviz/tcl, as in the previous packages. When loading it through the "load" instruction specified in the manpage, everything's alright. But if it is loaded using the following, an error is displayed, although apparently harmless: % package require Tcldot Error: invalid api in config: libgvplugin_usershape_gd.so.2 usershape 2.12 It can happen when an older graphviz package hasn't been purged, so that an older config file is still present under /usr/lib/graphviz. * Not added a conflict between libgraphviz3 and former versions of graphviz, since there is no file overlapping, with both SONAME bump and package resplit (in particular thanks to the binding packages). * Added a conflict between new graphviz-doc and older graphviz, since documentation and examples are now in graphviz-doc. * Added a transitional graphviz-dev package to ensure a smooth upgrade from graphviz-dev to libgraphviz3-dev. * Adjusted all the descriptions, and the sections the packages belong to. [debian/rules] * Revamped the install target of the debian Makefile to use dh_install and *.install files instead of dh_movefiles and *.{dirs,files}. These *.install files have been adjusted to be as clean as possible. Some files (documentation, examples) present in the previous packages might now be missing, but it is already known, see the updated TODO(.Debian) file. * Turned the dh_shlibdeps call into a normal call w/o rpath since upstream now ships under /usr/lib and no longer under /usr/lib/graphviz. * Deleted the `-n' option of `dh_makeshlibs' so that the needed `ldconfig' calls are added in the maintainer scripts. * Added an override for libgraphviz3 since we are aware of the multiple share objects, and since lintian signals that all have `3' as SONAME, which is considered an error... * Renamed menu to graphviz.menu to ensure it gets installed properly. * Changed the ``make install'' to using ``DESTDIR='' instead of ``prefix='', thanks to Alexander Sack. * Added dh_perl calls, to be able to use ${perl:Depends} in the control file, even though no dependency is added for now. -- Cyril Brulebois Thu, 16 Apr 2007 16:45:34 +0200 graphviz (2.8-2.6) unstable; urgency=low * Non-maintainer upload. * Moved groff-base and gs-common from Build-Depends-Indep to Build-Depends. Fixes FTBFS when building binary-arch only. -- Cyril Brulebois Fri, 8 Dec 2006 11:47:06 +0000 graphviz (2.8-2.5) unstable; urgency=low * Non-maintainer upload. * Switched to the quilt system to keep the patches readable and handy. As a convention, the following prefixes are used: 0 - Debian-specific fix 1 - Backported fix (followed by a 4-digit upstream bug number) 2 - Submitted fix (followed by a 4-digit upstream bug number) 3 - Not-yet submitted fix Patches already present: - 0_autotools_config_files: Adds config.{guess,sub} from /usr/share/misc (from the autotools-dev package). debian/rules adjusted accordingly so that it doesn't refresh them. The autotools-dev B-D could probably be dropped. - 0_test_fix: Fixes an error during the build due to the fact that the installation is not done directly into the system but on a subdirectory. - 10000_lua_python_bindings: Backport from upstream modification into configure.ac, patch generated after having run `autoconf'. - 10918_nop_fix: Backport introduced in 2.8-2.4. - 3_manpages_fix: See the next two items. * Added a patch to fix some warnings in the manpages (Closes: #381063). * Added a graphviz.7 manpage and a reference to it in README.Debian. Thanks to Joachim Berdal Haga for the documentation effort this manpage is based on (Closes: #389105). * Updated debian/rules to use dh_installman to handle manpages. * Modified debian/graphviz.dirs so that the build is less vulnerable to behaviour modifications of core utils (Closes: #376049). Thanks to Florent Bayle for the patch. * Updated URL in debian/control (Closes: #377691). * Improved descriptions in debian/control. * Removed the erroneous trailing backslash in debian/graphviz-doc.doc-base. * Bumped Standards-Version from 3.6.2 to 3.7.2 (no change needed). * Bumped debhelper compatibility from 4 to 5 (no change needed). -- Cyril Brulebois Mon, 20 Nov 2006 04:46:07 +0000 graphviz (2.8-2.4) unstable; urgency=low * Non-maintainer upload. * Fixed totally broken `nop' utility by applying a patch backported from the 2.9 version, fixing the linking against a wrong library. Since the current packaging doesn't provide any means of keeping patches separate, the files cmd/tools/Makefile.{am,in} are patched directly, using the patch submitted in the BTS (closes: #359870). -- Cyril Brulebois Fri, 17 Nov 2006 21:05:35 +0100 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 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 liblua50-dev. (Closes: #377694). * Fixed debian/rules so that the .diff.gz is cleaner. (Closes: #373256) -- Margarita Manterola Tue, 18 Jul 2006 15:27:49 -0300 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 Thu, 22 Jun 2006 21:27:26 +0200 graphviz (2.8-2) unstable; urgency=low * Awaken Tcl parts missed in 2.8-1 package * Apply patch from upstream enabling python I/F to build on 64bit machines * Apply patch from upstream adding warn when python won't be built * Ensure all index.html links work again (Closes: Bug#298463) * Move -doc package to arch-all from any (Closes: Bug#360967) * Ensure libs exist for symlinks (Closes: Bug#361444) * Ensure graphviz plugins exist (Closes: Bug#359998) * v2.8 fixes segfault (Closes: Bug#292635) -- Stephen M Moraco Sat, 8 Apr 2006 17:04:15 -0600 graphviz (2.8-1) unstable; urgency=low * Accept NM contributions from Dirk, Thanks! (Closes: Bug#320813) * The NMUs fix: (Closes: Bug#359808, #360049, #359903, #359622) and (Closes: Bug#359312, #360207) * This upstream release closes many bugs. (Closes: Bug#332205) and (Closes: Bug#332204, #332203, #332202, #332201, #335175, #344256) and (Closes: Bug#312596, #321128, #305375, #298133) * Add gsfonts to suggested packages list. This is normally already installed with X but when using graphviz w/o X then we need this package for the default fonts (Closes: Bug#353050) * Moved files to proper pkgconfig directory (Closes: Bug#313508) -- Stephen M Moraco Sat, 1 Apr 2006 16:12:12 -0700 graphviz (2.8-0.4) unstable; urgency=low * NMU, coordinating with the maintainer * debian/control: At last added libltdl3-dev to Build-Depends which should have happened in revision 2.8-0.2 (Closes: #359903, #360049) * debian/rules: Give dh_shlibdeps an explicit -l target * debian/rules: Add -n to dh_mkshlibs call to not modify post{inst,rm} * debian/control: Increase Standards-Version: to 3.6.2 -- Dirk Eddelbuettel Thu, 30 Mar 2006 20:04:06 -0600 graphviz (2.8-0.3) unstable; urgency=low * NMU, coordinating with the maintainer * debian/postinst: Call 'dot -c' to pre-seed configuration. This is typically done at build-time via the upstream Makefile, but cannot be used for a Debian build (yet, at least). Running it in the postinst is a close enough approximation. (Closes: #359312, #359622, #359808) -- Dirk Eddelbuettel Wed, 29 Mar 2006 17:53:20 -0600 graphviz (2.8-0.2) unstable; urgency=low * NMU * debian/rules: Remove /usr/lib/libltdl.* and /usr/include/ltdl.h * debian/control: Add Depends: libltdl3-dev to graphiviz-dev -- Dirk Eddelbuettel Sat, 25 Mar 2006 22:35:51 -0600 graphviz (2.8-0.1) unstable; urgency=low * NMU * New upstream release (Closes: #320813) * cmd/doc/Makefile.{in,am}: Comment out 'doc -c' in install-exec-hook as shared libs cannot be resolved right after build * debian/rules: Set DH_COMPAT=4 * debian/rules: As the upstream change a few things since the last Debian new build of a new major release a year ago, chose to commented out a large section of postprocessing and cleaning following make install * debian/rules: Added removal of dot_static and extra COPYING (lintian) -- Dirk Eddelbuettel Sat, 25 Mar 2006 17:05:35 -0600 graphviz (2.2.1-1sarge1) stable-security; urgency=high * Non-maintainer upload by the Security Team * Applied upstream patch to fix insecure temporary file creation [dotty/dotty.lefty, CAN-2005-2965] -- Martin Schulze Fri, 30 Sep 2005 14:00:46 +0200 graphviz (2.2.1-1) unstable; urgency=low * New Upstream Version * Fix Suggests missing comma (Closes: Bug#301216) * Comma-fix allows suggests to work (Closes: Bug#303248) * Added menu items for dotty,lefty (Closes: Bug#297238) -- Stephen M Moraco Sun, 10 Apr 2005 23:58:56 -0600 graphviz (2.2-2) unstable; urgency=low * Fix -doc depend (Closes: Bug#292428) -- Stephen M Moraco Mon, 7 Feb 2005 22:42:28 -0700 graphviz (2.2-1) unstable; urgency=low * New Upstream Version * Moving from non-free to main. Yeay! License is now cpl-1.0 (Closes: Bug#290112) * Fixed doc-base files, now simply using top-level index (Closes: Bug#285642) * Fixed neato: die with SIGFPE 8 on simple graph (Closes: Bug#270492) * Fixed neato: fixes for abnormal term. cases (Closes: Bug#212192) * Fixed dotty: fixes segfault on mouse wheel movement (Closes: Bug#178938) * Fixed dotty: mouse/numlock interaction (Closes: Bug#268132) * Fixed dot: SVG output corruption (Closes: Bug#278176) * Fixed dot: manpage/doc updated (Closes: Bug#249589) -- Stephen M Moraco Wed, 19 Jan 2005 20:56:43 -0700 graphviz (1.16-1) unstable; urgency=low * New Upstream -- Stephen M Moraco Mon, 1 Nov 2004 21:00:59 -0700 graphviz (1.14-1) unstable; urgency=low * New Upstream Version -- Stephen M Moraco Mon, 30 Aug 2004 19:29:30 -0600 graphviz (1.12-3) unstable; urgency=low * Fix -dev section * Cleanup copyright file (Closes: Bug#268565) -- Stephen M Moraco Sat, 28 Aug 2004 17:41:35 -0600 graphviz (1.12-2) unstable; urgency=low * Adopt NMU... (Closes: Bug#241124, Bug#255982) Thanks Dirk! * Split stuff supporting build to -dev package (Closes: Bug#212682) -- this treats differently the work done in 1.12-1 * debian/control: Added Suggests for "msttcorefonts" for Times font (Closes: Bug#239486). If writing .png files then you may find that you want the Times font as suggested by this bug. NOTE: if there is a better package for the Times font, please let me know. * debian/control: Backoff Standards-Version to 3.6.1 -- Stephen M Moraco Tue, 17 Aug 2004 13:25:47 -0600 graphviz (1.12-1) unstable; urgency=low * Non-maintainer hijacking and new upstream upload * This package _really_ needs a new maintainer (see #255982) * New upstream version (Closes: #241124) -- this potentially closes a few of the open bugs on functionality -- could someone please volunteer and check this ? * debian/rules: do not remove include files so that other packages can actually build against graphviz (Closes: #212682) -- though #212682 also calls for an explicit libgraphviz package. * debian/rules: do not muck around among the freshly built libraries * debian/control: Updated Build-Depends: "libjpeg62-dev, libpng12-dev, libxaw7-dev" instead of unversioned "libjpeg-dev, libpng-dev, libxaw-dev" * debian/control: Added Build-Depends "libttf-dev" for Freetype * debian/control: Added Build-Depends "libexpat1-dev" for Expat * debian/changelog: Remove obsolete emacs mode variable * debian/control: Updated Standards-Version to 3.6.1.1 -- Dirk Eddelbuettel Mon, 26 Jul 2004 20:59:06 -0500 graphviz (1.10.20030915.0415-2) unstable; urgency=low * Fix embedded path to lefty libs (Closes: Bug#211443) -- Stephen M Moraco Wed, 17 Sep 2003 20:56:33 -0600 graphviz (1.10.20030915.0415-1) unstable; urgency=low * New Upstream Version (Closes: Bug#204457) * Fixes dot -Tfig when '>' used in names (Closes: Bug#167890) * Fixes font finding algorithm (Closes: Bug#193560) * Unable to recreate non-end of neato with this version (Closes: Bug#197059) * Unable to recreate TclDot rendergd failure this version (Closes: Bug#203208) * This is official 1.10 plus fixes specifically for Debian reported issues (generated by graphviz team): new manpage, tool renames, Makefile fixes * Update per debhelper best practice changes * Adjust Depends (Closes: Bug#195223, Bug#194433, Bug#200694) * Update Policy Version -- Stephen M Moraco Mon, 15 Sep 2003 20:40:22 -0600 graphviz (1.8.9-1) unstable; urgency=low * Update to latest policy version * New Upstream Version (Closes: Bug#147424, Bug#157980, Bug#148457) -- Stephen M Moraco Sat, 21 Sep 2002 15:21:06 -0600 graphviz (1.8.5-2) unstable; urgency=low * Fix doc-base links, add missing doc (Closes: Bug#149647) * Apply missing bracket fix (to ihi script in examples), Bug148457 is marked as fixed but stays open awaiting upstream fix -- Stephen M Moraco Thu, 4 Jul 2002 12:02:22 -0600 graphviz (1.8.5-1) unstable; urgency=low * New upstram version (Closes: Bug#138425) -- Stephen M Moraco Tue, 16 Apr 2002 23:09:06 -0600 graphviz (1.7.16-2) unstable; urgency=low * Rename gpr(1) to gvgpr and fix refs to it. (Closes: Bug#132543) * Head off next bug by renaming colorize to gvcolorize (before the overlap is discovered and reported ;-) -- Stephen M Moraco Tue, 5 Feb 2002 18:52:12 -0700 graphviz (1.7.16-1) unstable; urgency=low * New upstream version (Closes: Bug#127118) * Add autoupdate of config.sub, config.guess * Questionable postscript output appears fixed (Closes: Bug#128648) * Update to latest policy version -- Stephen M Moraco Sat, 2 Feb 2002 00:58:13 -0700 graphviz (1.7.5-7) unstable; urgency=low * Fixup build-depends (Closes: Bug#101331) -- Stephen M Moraco Mon, 25 Jun 2001 21:11:40 -0600 graphviz (1.7.5-6) unstable; urgency=low * Fix path in lefty / remove LEFTYPATH overrides from lneato/dotty -- Stephen M Moraco Fri, 20 Apr 2001 08:48:49 -0600 graphviz (1.7.5-5) unstable; urgency=low * Now fix searchpath in lefty binary (2nd attempt on 94373) first attempt fixed all but lefty binary -- Stephen M Moraco Fri, 20 Apr 2001 03:01:45 -0600 graphviz (1.7.5-4) unstable; urgency=low * Correct LEFTY library paths (Closes: Bug#94373) -- Stephen M Moraco Wed, 18 Apr 2001 10:02:19 -0600 graphviz (1.7.5-3) unstable; urgency=low * Build against newer libs (Closes: Bug#91466) -- Stephen M Moraco Mon, 26 Mar 2001 15:00:24 -0700 graphviz (1.7.5-2) unstable; urgency=low * Fix man3 removal cmds (didn't work first time...) -- Stephen M Moraco Sun, 25 Mar 2001 18:50:58 -0700 graphviz (1.7.5-1) unstable; urgency=low * Remove man3 pages as they are not for end-user and conflict with blt-dev * Convert to use freetype6 and remove xaw3dg build-dep (Closes: Bug#90378) * Add Conflicts: with gdtclft pkg (Closes: Bug#90544) NOTE: this may not be final solution. 90378 proposes alternatives, still negotiating * Directories verified, close fixed-by-NMU (Closes: Bug#76025) * Lefty.psp verified, close fixed-by-NMU (Closes: Bug#78511) * Is latest upstream, close fixed-by-NMU (Closes: Bug#89387) * Delivered HTML for otherwise missing section-n man-pages. * Registered all docs with dwww, dhelp via doc-base mech. -- Stephen M Moraco Wed, 21 Mar 2001 20:48:01 -0700 graphviz (1.7.5-0.3) unstable; urgency=low * See README.Debian for issues and work remaining * tkspline lib now present (Closes: Bug#76030) * New version uses installed libs vs. had own (Closes: Bug#66941) * Adjust to new maintainer address (Thanks Torsten for handling things during my absence) -- Stephen M Moraco Mon, 19 Mar 2001 08:37:46 -0700 graphviz (1.7.5-0.2) unstable; urgency=low * NMU * this and the last NMU closes: #78511, #76025 * fixed some lintian warnings and errors * fixed Depends and Build-Depends (partially) -- Torsten Werner Sun, 18 Mar 2001 14:40:33 +0100 graphviz (1.7.5-0.1) unstable; urgency=low * NMU * new upstream, closes: #89387 -- Torsten Werner Sun, 18 Mar 2001 02:22:08 +0100 graphviz (1.5-3) unstable; urgency=low * restore to non-free location -- Stephen M. Moraco Wed, 19 Jul 2000 15:29:42 -0600 graphviz (1.5-2) unstable; urgency=low * removed manpages that overlap with real package (this is only partial solution called for in #66941. I'll finish the conversion in next upload.) * tcldot.1 manpage should really be a tcldot.n - need to figure out what's correct for Debian and correct, if need be, in next upload * added Build-Depends to source package * adjusted text in tcldot.1 to show accuate syntax for shell script -- (missing required back-slash) * adjusted build of dotty/lneato to build-in default lefty path * removed man3 pages (may appear later in -dev) * converted makes to build w/ -fPIC for .so use * add rest of system to package (Closes: #63520, #63685) -- new /usr/lib/lefty & Tcldot... subtrees -- corrected mod-bits in examples tree (per lintian) * fixed URL in copyright file (Closes: #66020) -- Stephen M. Moraco Wed, 19 Jul 2000 15:29:07 -0600 graphviz (1.5-1) unstable; urgency=low * Initial Release. -- Stephen M. Moraco Fri, 31 Dec 1999 15:37:17 -0700 debian/libgvc-config-update.pod.in0000664000000000000000000000140512253520426014273 0ustar =head1 NAME libgvc##SONAME##-config-update - maintain libgvc's configuration file =head1 SYNOPSIS B B<-c> =head1 DESCRIPTION Graphviz tools are using a configuration file (F at the moment) to get some plugin options. This command is used in B and B packages' maintainer scripts to update this configuration file when plugins are installed, updated, or removed. =head1 NOTE This tool is intended to be used only in maintainer scripts and it shouldn't be needed to run it manually. =head1 AUTHOR This manual page was written by Cyril Brulebois . It can be distributed under the same terms as the graphviz package. debian/libgraphviz4.lintian-overrides0000664000000000000000000000053612253520426015162 0ustar # That's not true, there's only one: 4 libgraphviz4: several-sonames-in-same-package libcdt.so.5 libcgraph.so.6 libgraph.so.5 libgvc.so.5 libgvc_builtins.so.4 libpathplan.so.4 libxdot.so.4 # We have several shared objects... libgraphviz4: package-name-doesnt-match-sonames libcdt5 libcgraph6 libgraph5 libgvc5 libgvc-builtins4 libpathplan4 libxdot4 debian/libgv-lua.install0000664000000000000000000000007512253520426012445 0ustar usr/lib/graphviz/lua/libgv_lua.so usr/share/man/man3/gv.3lua debian/libgv-perl.install0000664000000000000000000000030212253520426012617 0ustar usr/lib/graphviz/perl/gv.pm usr/lib/perl5 usr/lib/graphviz/perl/gv.so usr/lib/perl5/auto/gv usr/lib/graphviz/perl/libgv_perl.so usr/lib/perl5/auto/gv usr/share/man/man3/gv.3perl debian/TODO0000664000000000000000000000256112253520426007665 0ustar TODO for graphviz ----------------- * Check the dependencies for all bindings, e.g. libgv-guile doesn't seem to depend on any guile package. * The handling of the libgv-php5 package could be better. An idea would be to have a debian/libgv-php5.install.in file, which would be preprocessed, so that the appropriate path is computed at build-time (using the output of the “php-config5 --extension-dir” command). * That should really be done for all languages needing extra work, see debian/rules. * Think about putting the configuration file into /var, see the discussion with Alexander on the 10th of August. * Stop using -lstdc++ and use CXX (not trivial actually). * Adjust --build and --host options to ./configure so as to support cross- compilation correctly. * The Conflicts between libgv-perl and older graphviz might go away since the location of perl files was adapted to follow the perl policy. To be checked with piuparts. * Check and eventually refresh the package relationships (Suggests:, and maybe the Conflicts: towards gdtclft). * Tcl/Tk: - Check the .0.0.0 stuff for the Tcl parts. Should it be using “-module -avoid-version” too? * fontconfig results in no dependency, that might be dropped from the B-D. -- Cyril Brulebois Wed, 09 Jan 2008 03:18:46 +0100 debian/changelog.in0000664000000000000000000014216712253520426011463 0ustar graphviz (@VERSION@-1) intrepid; urgency=low * Modified build scripts for Launchpad use -- Graphviz Development Wed, 17 Oct 2012 13:07:00 -0400 graphviz (2.18-1ubuntu5) intrepid; urgency=low * libcgraph API bump ->5 -- John Ellson Tue, 19 Jan 2010 09:07:00 -0400 graphviz (2.18-1ubuntu4) intrepid; urgency=low * Enabled "--with-sfdp" new layout engine -- John Ellson Tue, 2 Jun 2009 22:38:00 -0400 graphviz (2.18-1ubuntu3) intrepid; urgency=low * Adapted for upstream nightly builds by applying graphviz_2.18-1ubuntu2.diff.gz to CVS sources and adding the debian/ subtree to CVS. * Removed all debian/patches/[0123]* and emptied debian/patches/series since upstream should never need patches. - Drop 0_tcl_manpages_section - applied upstream - Drop 0_autoreconf_run - not needed - Drop 1_disable_lumping_all_include_directories - applied upstream - Drop 0_libtool_linking_reorder_workaround - not needed - previously disabled - Drop 0_bindings_documentation - applied upstream - Drop 0_versioned_plugin_config_file - applied upstream * Enabled "--with-rsvg" to provide support for node images in svg format. * Enabled "--with-devil" to provide support for additional output formats. * Enabled "--with-gdk-pixbuf" to provide support for additional output formats. * Enabled "--with-ipsepcola" (was only disabled because of concern about C++ portability) -- John Ellson Fri, 29 Aug 2008 09:55:33 -0400 graphviz (2.18-1ubuntu2) intrepid; urgency=low * Build against the newer guile 1.8 instead of the older 1.6. (See LP #232428) -- Martin Pitt Wed, 06 Aug 2008 12:18:57 +0200 graphviz (2.18-1ubuntu1) intrepid; urgency=low * Merge from debian unstable, remaining changes: - Build depend on liblualib50-dev instead of liblua5.1-0-dev. - Drop libttf-dev (libttf-dev is in universe) (LP: #174749). - Replace gs-common with ghostscript. - Build-depend on python-dev instead of python2.4-dev or python2.5-dev. - Mention the correct python version for the python bindings in the package description. -- Bryce Harrington Thu, 19 Jun 2008 20:23:23 -0700 graphviz (2.18-1) unstable; urgency=low * New upstream release: - Move from Tcl/Tk 8.4 to 8.5. - Now build python2.4 and python2.5 modules. * debian/control: - Replace tcl8.4-dev and tk8.4-dev with tcl8.5-dev and tk8.5-dev in Build-Depends accordingly. - Update the version in the long description of libgv-tcl. - Add python2.5-dev to Build-Depends. - Mention both versions in the long description of libgv-python. - Drop libttf-dev from Build-Depends since that's a deprecated package, replaced by libfreetype6-dev (which is already there), thanks to Moritz Muehlenhoff for the notice (Closes: #473487). * debian/libgv-tcl.install: - Delete the entry about pkgIndex.tcl since it's now shipped under the tcl directory. * debian/libgv-python/install: - Add “usr/lib/graphviz/python{24,25}”, later rearranged through debian/rules. * debian/pyversions: - Add it, containing “2.4,2.5”. * debian/rules: - Pass an extra flag to configure: “--without-rsvg” to avoid an extra plugin to be built, which would pull many other dependencies. A new binary package might be introduced later, with both gtk and rsvg plugins. - Bump shlibs, new symbols. - Use “pyversions -s” rather than “pyversions -d”. - Use “--enable-python{24,25}” instead of just “--enable-python”. - Install both python modules under appropriate site-packages directories. - Duplicate gv.py in both directories, then taken care of by python-support. - Get rid of tclpkg/gv/gv.R and tclpkg/gv/php_gv.h through dh_clean to keep the diff clean. * Drop workaround for FTBFS with gcc-4.3, fixed upstream: - 2_workaround_ftbfs_with_gcc-4.3. * Backport fix from CVS, preventing all include directories from being lumped together, does causing python2.5 to be misbuilt (using python2.4 includes). - Add 1_disable_lumping_all_include_directories: Actual fix. - Add 0_autoreconf_run: Needed since a Makefile.am is touched. - Disable 0_libtool_linking_reorder_workaround: no longer applies because of the autoreconf run. -- Cyril Brulebois Sat, 12 Apr 2008 02:11:00 +0200 graphviz (2.16.1-3) unstable; urgency=low * Add workaround for FTBFS with gcc-4.3 (Closes: #466810): - 2_workaround_ftbfs_with_gcc-4.3. * Update doc-base section: from “Apps/Graphics” to “Graphics”. -- Cyril Brulebois Wed, 26 Mar 2008 00:43:57 +0100 graphviz (2.16.1-2) unstable; urgency=low * Improved debian/copyright: - Distinguish between copyright and license. - Add copyright years and copyright holder (AT&T Corp.). - Use “Copyright” and “©” instead of “(C)”. -- Cyril Brulebois Tue, 26 Feb 2008 14:33:24 +0100 graphviz (2.16.1-1) experimental; urgency=low * New upstream release: - Fixes regressions in dotty (Closes: #461530). * Replaced “-V” with “-V 'libgraphviz4 (>= 2.16)'” in the dh_makeshlibs call since no shlibs bump is required for this new upstream release. * Dropped patch (merged upstream): - 2_ocaml_tweak. - 0_autoreconf_run (it was only needed because of 2_ocaml_tweak). * Refreshed patches: - 0_versioned_plugin_config_file. - 0_bindings_documentation. * Moved sections, resolving override disparities: - libgv-python: from interpreters to python. - graphviz-dev: from graphics to devel. * Now ship diffimg since it actually looks useful to at least someone, thanks to David Liontooth for having requested it (Closes: #460595). Done by reverting the diffimg deletion in “install” target. * Adapted Tcl bindings: moved to a subdirectory of /usr/lib/tcltk to comply with the Tcl/Tk policy. * Adapted the manpage accordingly: in the “load” call, adjusted the path to the shared object. * Dropped NEWS.Debian since its content wasn't really what one would expect when stumbling upon it, thanks to Steve Langasek for the original comment. * Refreshed README.Debian: - Dropped the note about gpr->gvpr and colorize->gvcolor renames. That was done long ago (graphviz 1.10). - Dropped notices about: bindings, -dev, and -doc packages. - Updated pointers to examples and contrib files (Closes: #459955). - Added a note about diffimg now being shipped (see above). - Kept notes about the suggested packages mostly as-is, they need an update. - Refreshed entry about graphviz.7 (included upstream). - Included former NEWS.Debian's item about C# and Java bindings. * Improved handling of libgraphvizN-config-update: - Build it from perlpod: debian/libgraphviz-config-update.pod.in (and delete generated files in the “clean” target). - Use a placeholder to refresh the SONAME automatically. - Dropped debian/libgraphviz4-config-update.1 accordingly. * No longer ship any .la file. Remaining ones were shipped through libgraphviz-dev and libgv-tcl. Reverse dependencies can still be built from sources without any troubles, so this deletion sounds safe. -- Cyril Brulebois Thu, 21 Feb 2008 23:25:37 +0100 graphviz (2.16-3ubuntu2) hardy; urgency=low * Build depend on liblualib50-dev instead of liblua50-dev. -- Matthias Klose Fri, 08 Feb 2008 11:39:01 +0000 graphviz (2.16-3ubuntu1) hardy; urgency=low * Merge with Debian; remaining changes: - Drop libttf-dev (libttf-dev is in universe) (LP: #174749). - Replace gs-common with ghostscript. - Build-depend on python-dev instead of python2.4-dev. - Build-depend on liblua50-dev instead of liblua5.1-0-dev. - Mention the correct python version for the python bindings in the package description. -- Matthias Klose Fri, 08 Feb 2008 02:06:56 +0100 graphviz (2.16-3) unstable; urgency=low * Renamed libgraphviz4-dev to libgraphviz-dev since a single version is supported at once: - debian/control: - Replaced libgraphviz4-dev with libgraphviz-dev. - Added “Conflicts/Replaces: libgraphviz4-dev (<< 2.16-3)” to the libgraphviz-dev package so that upgrades are possible for people having installed the libgraphviz4-dev package from experimental. - Added “Replaces: libgraphviz3-dev” at the same time. - debian/rules: Removed $(SONAME) from libgraphviz$(SONAME)-dev. - debian/libgraphviz4-dev.install -> debian/ libgraphviz-dev.install. * Added “LDFLAGS="-Wl,--as-needed"” to the ./configure call so as to avoid extra linking. It works for all binaries (/usr/bin/*) at least. * Since the above isn't sufficient to get rid of extra linking in libraries (because of libtool's bug #347650), the following patch against config/ltmain.sh and libltdl/ltmain.sh has been added: - 0_libtool_linking_reorder_workaround. * Added “--without-ipsepcola” to ./configure to avoid FTBFS on arm. The problem is due to a wrong linking of C++ code (since g++ isn't used at the moment). Not that easy to fix (but being worked on), disabling this feature for now. * Nuke trailing whitespaces in various debian/* files. * Order ./configure arguments, grouping them by category (build options, general options, features, bindings). * Switch to a build-time update of config.{guess,sub} scripts: - Listed in $(CONFIG_SCRIPTS), to be updated on each new upstream release (added to debian/README.Debian-packaging). - Updated during the “configure” target, dh_clean'd during the “clean” one. - The Build-Depends on autotools-dev was there already. * Deleted patch (no longer needed, see above): - 0_autotools_config_files. * Don't ship empty directories, by deleting /usr/lib/graphviz for php and python bindings, rather than /usr/lib/graphviz/$LANGUAGE. * Fixed ruby bindings, now that a policy draft exists: - Ship the ruby module where it belongs (Closes: #454622). - Updated patch (the RUBYLIB trick is no longer needed): - 0_bindings_documentation. - Added an explicit dependency on ruby1.8. * Moved the build dependency from libgd2-xpm-dev to libgd2-noxpm-dev, since this latter is sufficient, and since appropriate dependencies are computed (libgd2-xpm | libgd2-noxpm). This allows for more flexibility from a user point of view (Closes: #459537). Many thanks to Ben Finney for the notice. The only change regarding the supported features is that “xbm” is no longer supported in “loadimage” according to the output of “dot -v”. * Removed unneeded “Conflicts: graphviz (<< 2.12)” from libgv-ruby, which got here when copying the libgv-tcl stanza. * Bumped Standards-Version to 3.7.3 (no change needed). * Added a copyright statement about the Debian packaging. -- Cyril Brulebois Wed, 09 Jan 2008 03:18:46 +0100 graphviz (2.16-2) experimental; urgency=low * Added patches: - 2_ocaml_tweaks: - Make the generation of native objects conditional since ocamlopt isn't available on every arch. Upstream didn't include the conditional statements when merging the submitted patch. This patch adds an AM_CHECK_PROG on ocamlopt and conditionally adds the native objects to OCAML_data when needed (Closes: Bug#451763). - Also delete duplicates in the OCAML_data, while adding the missing gv.cmo file. - 0_autoreconf_run: Needed again since configure.ac and a Makefile.am are touched. Only keep in there the changes to aclocal.m4, configure, and all Makefile.in's. * Dropped OCaml-related files (merged upstream) and adapted related instructions in debian/rules: - debian/ocaml/Makefile.ocaml - debian/ocaml/META.gv -- Cyril Brulebois Mon, 19 Nov 2007 02:47:51 +0100 graphviz (2.16-1) experimental; urgency=low * New upstream release (Closes: #438420). * Fixed regression in this new upstream release: - Corrupted output creation for certain inputs (Closes: #432890). * Fixed bug: - Invalid EPS code creation (Closes: #397060). It was probably a bug in 2.8, thus might be fixed in 2.12 already. This version closes it for sure at least. Further explanations from upstream are available on the bugreport. * Refreshed patches: - 0_autotools_config_files: Updated to autotools-dev/20070725.1. Added a TODO item about moving this patch to a build-time update. - 0_versioned_plugin_config_file: Drop the first hunk, which modified cmd/dot/Makefile.am to not run “dot -c”. Upstream now has a better way to detect the installation for packaging purposes (using DESTDIR). - 0_bindings_documentation: Updated lua manpage from lua5.0 old style to lua5.1, thanks to Enrico Tassi (Closes: #448365). * Dropped patches: - 3_manpages_fix: Merged upstream. - 3_manpages_hyphen_fix: Merged upstream. - 1_diffimg_Makefile.am_fix: Merged upstream. - 1_lefty_fix: Merged upstream. - 3_gnomeui_configure.ac_fix: Merged upstream. - 3_ruby-bindings_configure.ac_fix: Merged upstream. - 3_php5-bindings_configure.ac_fix: Merged upstream. - 3_bindings_Makefile.am_fix: Merged upstream. - 3_lua-bindings_configure.ac_fix: Merged upstream. - 0_autoreconf_run: No longer needed, given the dropped patches. * Added patch: - 0_tcl_manpages_section: Upstream ships tcl-related manpages in “mann” instead of “man3” and wants to keep it that way. This patch modifies the headers so that they contain “3” instead of “n”. * debian/rules: - Use a SONAME variable to ease SONAME transitions. - Remove the extra “rm” calls now that upstream's “make distclean” is sufficient. - Modify the manpage handling since upstream now installs *.n manpages under usr/share/man/mann. Also adapted some *.install files to install some additional manpages. - Drop the parameter of the “-V” option in the “dh_makeshlibs” call, since a dependency based on the upstream version number is sufficient by now. - Do not install the “diffimg” binary, see NEWS.Debian. * debian/NEWS: - Add a note about “diffimg”. - Add a status update about the bindings, especially about the python one. * debian/libgraphvizN.install: - Made SONAME-independant: only specifies the overrides directory, no longer the filename. * debian/README.Debian-packaging: - Updated to match the autoreconf patch dropping, and document the needed automake version in case this patch has to be added again. * debian/graphviz.7: - Dropped, merged upstream. * SONAME 3 -> 4 transition (all files are in debian/): - rules: - Adjusted SONAME variable. - Adjusted versioned dependency for the shlibs. - libgraphviz3-config-update.1: - libgraphviz3.install: - libgraphviz3.lintian-overrides: - libgraphviz3.postinst: - libgraphviz3.postrm: - Renamed with s/3/4/. - libgraphviz4.lintian-overrides: - Updated SONAME in each override. - libgraphviz4.post{inst,rm}: - Updated with s/3/4/. - patches/0_versioned_plugin_config_file: - Updated with s/config3/config4/. - control: - Adjusted libgv-ocaml long description, which mentions the libgraphvizN-dev package. * debian/libgraphviz4.lintian-overrides: - In addition to the SONAME bump, deletion of “libexpr” since it is now used a convenience library, and addition of “libcgraph”. * debian/watch: - Upstream now uses x.y.z and not only x.y, updated regex to catch [0-9.]+\.tar\.gz (the development snapshots are in another directory). * debian/control: - Version the B-D on libgd2-xpm-dev (>= 2.0.35) to ensure the internal code copy isn't used. * NOT added support for the gdk-pixbuf renderer: - It supports .bmp .ico .jpg .png .tif. - debian/control would need an additional B-D on libgtk2.0-dev. - debian/rules would need an additional “--with-gdk-pixbuf”. - But that pulls gtk, which is far too much for what graphviz has to do. - Therefore, added a “--without-gdk-pixbuf” to ensure it isn't built, even if gdk-pixbuf development files are available. -- Cyril Brulebois Tue, 13 Nov 2007 00:50:12 +0100 graphviz (2.12-5ubuntu2) hardy; urgency=low * debian/control: Build-Depends: + Drop libttf-dev (libttf-dev is in universe) (LP: #174749). + Replace gs-common with ghostscript. * Remaining Ubuntu changes (missing in the last changelog entry): + Build-depend on python-dev instead of python2.4-dev. + Build-depend on liblua50-dev instead of liblua5.1-0-dev. + Mention the correct python version for the python bindings in the package description. + Set Ubuntu maintainer address. -- Michael Bienia Fri, 07 Dec 2007 21:54:45 +0100 graphviz (2.12-5ubuntu1) hardy; urgency=low * Merge with Debian; remaining changes: -- Matthias Klose Wed, 05 Dec 2007 19:23:49 +0000 graphviz (2.12-5) unstable; urgency=low * Modified bindings handling: - tclpkg/gv/Makefile.am is now patched to set “-module -avoid-version” in LDFLAGS. There are dynamically loadable modules rather than shared libraries. - Added patch for this: - 3_bindings_module_avoid-version_options. - Refreshed patch so as to refresh the appropriate Makefile.in (with only an automake run): - 0_autoreconf_run. - There's still Tcl parts that are versioned. * Fixed libgv-guile description, thanks to Kanru Chen (Closes: #439385). * Fixed libgv-lua (Closes: #439525): - After a discussion with Enrico Tassi, it has been decided to only build against lua5.1, and not against both lua5.0 and lua5.1 as planned at the beginning. Description updated to mention lua5.1 explicitely. - debian/libgv-lua.install: Only mention the .so now (the .la's are probably unneeded for bindings, they'll probably be amm dropped once the tcl case has been sorted out). - debian/rules: Some additional work is done to make it loadable directly, and to document the used liblua version. - Rename libgv_lua.so into liblua$(LUA_VERSION)-libgv.so. - Add a symlink from /usr/lib/lua5.1/gv.so to the .so in /usr/lib. - It looks like it is now usable directly with a single “require "gv"”. - The documentation has still to be updated, though. * Fixed libgv-ocaml: - Rebuild against ocaml 3.10 (Closes: #441494). - debian/control: Added a Suggests: on ocaml-base-nox to the -dev package since it is needed for the OCaml development files, but not a stronger relation since one will usually want to use the C headers. - debian/control: Also added a Suggests: on ocaml-findlib to the -dev package since it is suggested to use findlib to use the package (and per pkg-ocaml-maint policy). - debian/control: Modified long descriptions to detail the decision about the OCaml binary packages. - debian/rules: Moved the library to the stublibs directory of the current ocaml version. Moved the devel files to the -dev package. Drop the .la file and the now-empty /usr/lib/graphviz/ocaml directory. - debian/ocaml/Makefile.ocaml: Add some instructions to build the missing library files so that it is possible to actually load the gv library in the interpreter. This file is copied into the source tree after the usual build, and then use to build them. Its “clean” target is called from debian/rules, and it gets removed before the usual “clean”. - debian/ocaml/META.gv: Add META file used to handle OCaml dependencies. * Improved libgv-python (Closes: #440829): - debian/control: Added python-support to Build-Depends, python:Depends to libgv-python's Depends. - debian/rules: Added a call to dh_pysupport. Move to a site-packages directory depending on the current default python version. - Dropped the use of “-lpython”: - Added patch: 3_python-bindings_configure.ac_fix. - Refreshed patch: 0_autoreconf_run. - Dropped .la file. - Other points of the bugreports are already mentioned above. * Other bindings (libgv-guile, libgv-perl, libgv-ruby): - Dropped .la by specifying only the .so in their respective .install file, instead of “*”. * Adapted documentation: - Lua: updated instructions (package.loadlib, new path). - Python: one can now “import gv” directly. - Refreshed patch: 0_bindings_documentation. * debian/control: (thanks to dpkg 1.14.7) - Rename XS-Vcs-* to Vcs-*. - Move the Homepage from the description to the new header. -- Cyril Brulebois Tue, 23 Oct 2007 03:21:13 +0200 graphviz (2.12-4ubuntu3) gutsy; urgency=low * Brown paper bag bug, change the control file, not just the changelog. -- Matthias Klose Tue, 04 Sep 2007 16:40:45 +0000 graphviz (2.12-4ubuntu2) gutsy; urgency=low * Build-depend on liblualib50-dev instead of liblua50-dev. -- Matthias Klose Tue, 04 Sep 2007 16:10:05 +0000 graphviz (2.12-4ubuntu1) gutsy; urgency=low * Merge with Debian; remaining changes: - Remove build-dependency on libttf-dev. * Build-depend on python-dev instead of python2.4-dev. * Build-depend on liblua50-dev instead of liblua5.1-0-dev. * Set Ubuntu maintainer address. -- Matthias Klose Tue, 04 Sep 2007 14:58:14 +0000 graphviz (2.12-4) unstable; urgency=low * Added bindings: - guile (Closes: #360969); - lua (Closes: #360971); - ocaml (Closes: #360975); - php5 (Closes: #360973); - python (Closes: #360974); - ruby (Closes: #360978). * Added Build-Depends accordingly: - guile-1.6-dev; - liblua5.1-0-dev; - ocaml-nox; - php5-dev, php5-cli; - python2.4-dev, python-minimal; - ruby1.8-dev, ruby. * Some patches are needed to enable some bindings: - added 3_bindings_Makefile.am_fix, since some variables were missing; - added 3_ruby-bindings_configure.ac_fix to force ``-lruby1.8'' instead of ``-lruby'', which isn't working; - added 3_lua-bindings_configure.ac_fix to detect lua correctly. - added 3_php5-bindings_configure.ac_fix to fix include paths (basically, it does s/php/php5/g on this line). Maybe php5-cli might be unneeded, if the detection of the php binary is turned off (it looks like unneeded). * Added a variable (control, rules) for ocaml, so that the Depends: is set on the correct ocaml-base-nox-${F:OCamlABI} package. * Binding manpages are shipped as gv_*.3, after some modifications to the upstream templates, stored in the 0_bindings_documentation patch. * Enabled diffimg: - modified 0_disable_diffimg to only modify contrib/Makefile.am, since now an autoconf/automake round is needed, due to the modifications to configure.ac et al. This way it can be pop'd. - renamed into 1_diffimg_Makefile.am_fix, since diffimg is now built, thanks to a slight modification to the Makefile.am: there was an erroneous condition on WITH_LIBGD, instead of WITH_MYLIBGD (this is fixed in CVS). * Added README.Debian-packaging to document some packaging howtos (at the moment, what should be done to get the last patch: autoreconf run). * Refreshed 0_autotools_config_files to patch config.{guess,sub} in the following directories, with files from autotools-dev_20070306.1: - config - lib/gd/config - libltdl * Added 1_lefty_fix, which is a backport of a regression (2.8 -> 2.12) fix for lefty, thanks to Sune Vuorela for reporting, and to Emden R. Gansner for the patch. * Adjusted clean target in debian/rules to clean appropriately. * Added the -V 'libgraphviz3 (>= 2.12-3)' parameter to the dh_makeshlibs call so that the appropriate library version is depended on, avoiding the hardcoded values in the control file, and the duplicates in the Depends: fields after substitution. Now ${shlibs:Depends} is used instead, almost everywhere. libgraphviz3-dev still has hardcoded dependencies, see TODO.Debian. Also turned ``-a'' into ``-plibgraphviz3'' since it is the only package needing an shlibs file and ldconfig calls in post{inst,rm} scripts. * Added installation of /usr/bin/dot under /usr/sbin in the libgraphviz3 package, so that it can be called when needed, during libgraphviz3 or libgraphviz3-*-plugin installation or removal. Added a call to ``mv'' in debian/rules to rename it to libgraphviz3-config-update since dh_install doesn't allow renaming. * Changed 0_test_fix into 0_versioned_plugin_config_file: - Former patch needed so that no ``dot -c'' is run at build time. - Adjusted configuration file accordingly, by patching lib/gvc/gvconfig.c, using "config3" instead of "config". * Added ``--list-missing'' option to dh_install, so that files not installed are spotted easily. * Maintainer scripts, plugin configuration file: - Dropped debian/postinst and debian/postrm, the configuration (``dot -c'') of the plugins is now handled as documented in through libgraphviz3(|*-plugin).{postinst,postrm}, as documented in README.Debian-packaging. - Added a check and a removal-when-needed for the ancient "config" file. - Added a manpage accordingly. * Fixed some hyphens in Debian-specific manpages. * Fixed broken links in index.html by not compressing PDF files (``-X.pdf'' added to the ``dh_compress -i'' call), since they are in a separate package, there's not much space loss, and it makes users' life easier (Closes: #378522). * Adapted lintian overrides since the output changed (SONAMES are now sorted, see #428681, fixed in lintian 1.23.32). * Fixed pango plugin misconfiguration, due to some autotools blackmagic. Now that ./configure and the like are regenerated, everything seems to be fine (Closes: #424883, #422859). Please also note that the upstream graphviz-cairo package is now superseded by the graphviz package. * Added missing -dev packages to the Depends: of the libgraphviz3-dev package, in particular libexpat1-dev (libfreetype6-dev seems to be no longer needed), using d-devlibdeps from the d-shlibs package. Build dependency added accordingly (Closes: #404384). * Set the Maintainer field to myself. * Do not ignore ``make distclean'' errors. * Added XS-Vcs-Git and XS-Vcs-Browser fields in debian/control. * Moved ``Apps/Graphics'' to ``Applications/Graphics'' for the menu transition. -- Cyril Brulebois Thu, 09 Aug 2007 16:25:51 +0200 graphviz (2.12-3ubuntu1) gutsy; urgency=low * Build using freetype2. -- Matthias Klose Fri, 13 Jul 2007 15:52:33 +0000 graphviz (2.12-3) unstable; urgency=low * Re-enable lefty, which was a leftover during the 2.8 -> 2.12 upgrade: - turned back configure's --without-x to --with-x; - adjusted graphviz.install to install *.lefty under /usr/share/graphviz/lefty (Closes: #423541). -- Cyril Brulebois Sun, 13 May 2007 21:20:24 +0200 graphviz (2.12-2) unstable; urgency=low * Fixed gnomeui + pango/cairo pulling: (Closes: #422862, #422873) - added 3_gnomeui_configure_fix patch: adds support in configure.ac for --with(out)-gnomeui, so that it can be used to disable the link against gnomeui libraries even if they are found; - added configure_autoconf_rerun: contains the modifications to configure after autoconf has been rerun; - added --without-gnomeui and --without-pangocairo in debian/rules accordingly; - added --without-gtk as well, and turned --with-x into --without-x since the associated shared objects weren't built anyway. * The associated features might be added in separate package(s) later. -- Cyril Brulebois Tue, 08 May 2007 17:16:29 +0200 graphviz (2.12-1) unstable; urgency=low * New upstream release. Hopefully it addresses the longstanding rpath issue, since all public libraries now belongs to /usr/lib (Closes: #312532, #343476, #360968). The problem of language bindings will be addressed in further uploads. * Maintainer upload. - Added myself in the Uploaders field. * ACK previous NMUs: many thanks for having taken care of graphviz when needed. - Margarita Manterola (no NMU diff in the BTS); - Steinar H. Gunderson (Closes: #375024, #389396); - and my own NMUs (Closes: #399212, #400161). [debian/patches] * Disabled no longer needed backported patches: - 10000_lua_python_bindings; - 10918_nop_fix. * Disabled the build of the contrib `diffimg' tool since it looks like there's a missing .la file: - 0_disable_diffimg. * Added a patch to handle minus vs hyphen signs in the manpages: - 3_manpages_hyphen_fix. [debian/control] * Made the package binNMU safe by switching from `${Source-Version}' to `{binary:Version}'. * Resplitted packaging into graphviz, libgraphvizN, libgraphvizN-dev, graphviz-doc, where N matches the SONAME, currently 3. * Additional packages also count the following bindings: libgv-perl and libgv-tcl, which were included in the monolithic graphviz package before. The transition should be quite smooth this way. The bindings package will be named libgv-* so as to avoid name clashing with e.g. libgraphviz-perl, which is a pure perl package. It also reflects the name of the bindings (shared objects). The dependencies have still to be polished, that is listed in TODO(.Debian). - Perl's "gv" has been moved under /usr/lib/perl5, according to the Debian Perl Policy, and this module is loadable without the additional `use lib' line, which can be kept though because: 1) it is harmless; 2) it should ensure compatibility with default upstream installation paths. - Tcl files are kept under /usr/lib/graphviz/tcl, as in the previous packages. When loading it through the "load" instruction specified in the manpage, everything's alright. But if it is loaded using the following, an error is displayed, although apparently harmless: % package require Tcldot Error: invalid api in config: libgvplugin_usershape_gd.so.2 usershape 2.12 It can happen when an older graphviz package hasn't been purged, so that an older config file is still present under /usr/lib/graphviz. * Not added a conflict between libgraphviz3 and former versions of graphviz, since there is no file overlapping, with both SONAME bump and package resplit (in particular thanks to the binding packages). * Added a conflict between new graphviz-doc and older graphviz, since documentation and examples are now in graphviz-doc. * Added a transitional graphviz-dev package to ensure a smooth upgrade from graphviz-dev to libgraphviz3-dev. * Adjusted all the descriptions, and the sections the packages belong to. [debian/rules] * Revamped the install target of the debian Makefile to use dh_install and *.install files instead of dh_movefiles and *.{dirs,files}. These *.install files have been adjusted to be as clean as possible. Some files (documentation, examples) present in the previous packages might now be missing, but it is already known, see the updated TODO(.Debian) file. * Turned the dh_shlibdeps call into a normal call w/o rpath since upstream now ships under /usr/lib and no longer under /usr/lib/graphviz. * Deleted the `-n' option of `dh_makeshlibs' so that the needed `ldconfig' calls are added in the maintainer scripts. * Added an override for libgraphviz3 since we are aware of the multiple share objects, and since lintian signals that all have `3' as SONAME, which is considered an error... * Renamed menu to graphviz.menu to ensure it gets installed properly. * Changed the ``make install'' to using ``DESTDIR='' instead of ``prefix='', thanks to Alexander Sack. * Added dh_perl calls, to be able to use ${perl:Depends} in the control file, even though no dependency is added for now. -- Cyril Brulebois Thu, 16 Apr 2007 16:45:34 +0200 graphviz (2.8-2.6) unstable; urgency=low * Non-maintainer upload. * Moved groff-base and gs-common from Build-Depends-Indep to Build-Depends. Fixes FTBFS when building binary-arch only. -- Cyril Brulebois Fri, 8 Dec 2006 11:47:06 +0000 graphviz (2.8-2.5) unstable; urgency=low * Non-maintainer upload. * Switched to the quilt system to keep the patches readable and handy. As a convention, the following prefixes are used: 0 - Debian-specific fix 1 - Backported fix (followed by a 4-digit upstream bug number) 2 - Submitted fix (followed by a 4-digit upstream bug number) 3 - Not-yet submitted fix Patches already present: - 0_autotools_config_files: Adds config.{guess,sub} from /usr/share/misc (from the autotools-dev package). debian/rules adjusted accordingly so that it doesn't refresh them. The autotools-dev B-D could probably be dropped. - 0_test_fix: Fixes an error during the build due to the fact that the installation is not done directly into the system but on a subdirectory. - 10000_lua_python_bindings: Backport from upstream modification into configure.ac, patch generated after having run `autoconf'. - 10918_nop_fix: Backport introduced in 2.8-2.4. - 3_manpages_fix: See the next two items. * Added a patch to fix some warnings in the manpages (Closes: #381063). * Added a graphviz.7 manpage and a reference to it in README.Debian. Thanks to Joachim Berdal Haga for the documentation effort this manpage is based on (Closes: #389105). * Updated debian/rules to use dh_installman to handle manpages. * Modified debian/graphviz.dirs so that the build is less vulnerable to behaviour modifications of core utils (Closes: #376049). Thanks to Florent Bayle for the patch. * Updated URL in debian/control (Closes: #377691). * Improved descriptions in debian/control. * Removed the erroneous trailing backslash in debian/graphviz-doc.doc-base. * Bumped Standards-Version from 3.6.2 to 3.7.2 (no change needed). * Bumped debhelper compatibility from 4 to 5 (no change needed). -- Cyril Brulebois Mon, 20 Nov 2006 04:46:07 +0000 graphviz (2.8-2.4) unstable; urgency=low * Non-maintainer upload. * Fixed totally broken `nop' utility by applying a patch backported from the 2.9 version, fixing the linking against a wrong library. Since the current packaging doesn't provide any means of keeping patches separate, the files cmd/tools/Makefile.{am,in} are patched directly, using the patch submitted in the BTS (closes: #359870). -- Cyril Brulebois Fri, 17 Nov 2006 21:05:35 +0100 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 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 liblua50-dev. (Closes: #377694). * Fixed debian/rules so that the .diff.gz is cleaner. (Closes: #373256) -- Margarita Manterola Tue, 18 Jul 2006 15:27:49 -0300 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 Thu, 22 Jun 2006 21:27:26 +0200 graphviz (2.8-2) unstable; urgency=low * Awaken Tcl parts missed in 2.8-1 package * Apply patch from upstream enabling python I/F to build on 64bit machines * Apply patch from upstream adding warn when python won't be built * Ensure all index.html links work again (Closes: Bug#298463) * Move -doc package to arch-all from any (Closes: Bug#360967) * Ensure libs exist for symlinks (Closes: Bug#361444) * Ensure graphviz plugins exist (Closes: Bug#359998) * v2.8 fixes segfault (Closes: Bug#292635) -- Stephen M Moraco Sat, 8 Apr 2006 17:04:15 -0600 graphviz (2.8-1) unstable; urgency=low * Accept NM contributions from Dirk, Thanks! (Closes: Bug#320813) * The NMUs fix: (Closes: Bug#359808, #360049, #359903, #359622) and (Closes: Bug#359312, #360207) * This upstream release closes many bugs. (Closes: Bug#332205) and (Closes: Bug#332204, #332203, #332202, #332201, #335175, #344256) and (Closes: Bug#312596, #321128, #305375, #298133) * Add gsfonts to suggested packages list. This is normally already installed with X but when using graphviz w/o X then we need this package for the default fonts (Closes: Bug#353050) * Moved files to proper pkgconfig directory (Closes: Bug#313508) -- Stephen M Moraco Sat, 1 Apr 2006 16:12:12 -0700 graphviz (2.8-0.4) unstable; urgency=low * NMU, coordinating with the maintainer * debian/control: At last added libltdl3-dev to Build-Depends which should have happened in revision 2.8-0.2 (Closes: #359903, #360049) * debian/rules: Give dh_shlibdeps an explicit -l target * debian/rules: Add -n to dh_mkshlibs call to not modify post{inst,rm} * debian/control: Increase Standards-Version: to 3.6.2 -- Dirk Eddelbuettel Thu, 30 Mar 2006 20:04:06 -0600 graphviz (2.8-0.3) unstable; urgency=low * NMU, coordinating with the maintainer * debian/postinst: Call 'dot -c' to pre-seed configuration. This is typically done at build-time via the upstream Makefile, but cannot be used for a Debian build (yet, at least). Running it in the postinst is a close enough approximation. (Closes: #359312, #359622, #359808) -- Dirk Eddelbuettel Wed, 29 Mar 2006 17:53:20 -0600 graphviz (2.8-0.2) unstable; urgency=low * NMU * debian/rules: Remove /usr/lib/libltdl.* and /usr/include/ltdl.h * debian/control: Add Depends: libltdl3-dev to graphiviz-dev -- Dirk Eddelbuettel Sat, 25 Mar 2006 22:35:51 -0600 graphviz (2.8-0.1) unstable; urgency=low * NMU * New upstream release (Closes: #320813) * cmd/doc/Makefile.{in,am}: Comment out 'doc -c' in install-exec-hook as shared libs cannot be resolved right after build * debian/rules: Set DH_COMPAT=4 * debian/rules: As the upstream change a few things since the last Debian new build of a new major release a year ago, chose to commented out a large section of postprocessing and cleaning following make install * debian/rules: Added removal of dot_static and extra COPYING (lintian) -- Dirk Eddelbuettel Sat, 25 Mar 2006 17:05:35 -0600 graphviz (2.2.1-1sarge1) stable-security; urgency=high * Non-maintainer upload by the Security Team * Applied upstream patch to fix insecure temporary file creation [dotty/dotty.lefty, CAN-2005-2965] -- Martin Schulze Fri, 30 Sep 2005 14:00:46 +0200 graphviz (2.2.1-1) unstable; urgency=low * New Upstream Version * Fix Suggests missing comma (Closes: Bug#301216) * Comma-fix allows suggests to work (Closes: Bug#303248) * Added menu items for dotty,lefty (Closes: Bug#297238) -- Stephen M Moraco Sun, 10 Apr 2005 23:58:56 -0600 graphviz (2.2-2) unstable; urgency=low * Fix -doc depend (Closes: Bug#292428) -- Stephen M Moraco Mon, 7 Feb 2005 22:42:28 -0700 graphviz (2.2-1) unstable; urgency=low * New Upstream Version * Moving from non-free to main. Yeay! License is now cpl-1.0 (Closes: Bug#290112) * Fixed doc-base files, now simply using top-level index (Closes: Bug#285642) * Fixed neato: die with SIGFPE 8 on simple graph (Closes: Bug#270492) * Fixed neato: fixes for abnormal term. cases (Closes: Bug#212192) * Fixed dotty: fixes segfault on mouse wheel movement (Closes: Bug#178938) * Fixed dotty: mouse/numlock interaction (Closes: Bug#268132) * Fixed dot: SVG output corruption (Closes: Bug#278176) * Fixed dot: manpage/doc updated (Closes: Bug#249589) -- Stephen M Moraco Wed, 19 Jan 2005 20:56:43 -0700 graphviz (1.16-1) unstable; urgency=low * New Upstream -- Stephen M Moraco Mon, 1 Nov 2004 21:00:59 -0700 graphviz (1.14-1) unstable; urgency=low * New Upstream Version -- Stephen M Moraco Mon, 30 Aug 2004 19:29:30 -0600 graphviz (1.12-3) unstable; urgency=low * Fix -dev section * Cleanup copyright file (Closes: Bug#268565) -- Stephen M Moraco Sat, 28 Aug 2004 17:41:35 -0600 graphviz (1.12-2) unstable; urgency=low * Adopt NMU... (Closes: Bug#241124, Bug#255982) Thanks Dirk! * Split stuff supporting build to -dev package (Closes: Bug#212682) -- this treats differently the work done in 1.12-1 * debian/control: Added Suggests for "msttcorefonts" for Times font (Closes: Bug#239486). If writing .png files then you may find that you want the Times font as suggested by this bug. NOTE: if there is a better package for the Times font, please let me know. * debian/control: Backoff Standards-Version to 3.6.1 -- Stephen M Moraco Tue, 17 Aug 2004 13:25:47 -0600 graphviz (1.12-1) unstable; urgency=low * Non-maintainer hijacking and new upstream upload * This package _really_ needs a new maintainer (see #255982) * New upstream version (Closes: #241124) -- this potentially closes a few of the open bugs on functionality -- could someone please volunteer and check this ? * debian/rules: do not remove include files so that other packages can actually build against graphviz (Closes: #212682) -- though #212682 also calls for an explicit libgraphviz package. * debian/rules: do not muck around among the freshly built libraries * debian/control: Updated Build-Depends: "libjpeg62-dev, libpng12-dev, libxaw7-dev" instead of unversioned "libjpeg-dev, libpng-dev, libxaw-dev" * debian/control: Added Build-Depends "libttf-dev" for Freetype * debian/control: Added Build-Depends "libexpat1-dev" for Expat * debian/changelog: Remove obsolete emacs mode variable * debian/control: Updated Standards-Version to 3.6.1.1 -- Dirk Eddelbuettel Mon, 26 Jul 2004 20:59:06 -0500 graphviz (1.10.20030915.0415-2) unstable; urgency=low * Fix embedded path to lefty libs (Closes: Bug#211443) -- Stephen M Moraco Wed, 17 Sep 2003 20:56:33 -0600 graphviz (1.10.20030915.0415-1) unstable; urgency=low * New Upstream Version (Closes: Bug#204457) * Fixes dot -Tfig when '>' used in names (Closes: Bug#167890) * Fixes font finding algorithm (Closes: Bug#193560) * Unable to recreate non-end of neato with this version (Closes: Bug#197059) * Unable to recreate TclDot rendergd failure this version (Closes: Bug#203208) * This is official 1.10 plus fixes specifically for Debian reported issues (generated by graphviz team): new manpage, tool renames, Makefile fixes * Update per debhelper best practice changes * Adjust Depends (Closes: Bug#195223, Bug#194433, Bug#200694) * Update Policy Version -- Stephen M Moraco Mon, 15 Sep 2003 20:40:22 -0600 graphviz (1.8.9-1) unstable; urgency=low * Update to latest policy version * New Upstream Version (Closes: Bug#147424, Bug#157980, Bug#148457) -- Stephen M Moraco Sat, 21 Sep 2002 15:21:06 -0600 graphviz (1.8.5-2) unstable; urgency=low * Fix doc-base links, add missing doc (Closes: Bug#149647) * Apply missing bracket fix (to ihi script in examples), Bug148457 is marked as fixed but stays open awaiting upstream fix -- Stephen M Moraco Thu, 4 Jul 2002 12:02:22 -0600 graphviz (1.8.5-1) unstable; urgency=low * New upstram version (Closes: Bug#138425) -- Stephen M Moraco Tue, 16 Apr 2002 23:09:06 -0600 graphviz (1.7.16-2) unstable; urgency=low * Rename gpr(1) to gvgpr and fix refs to it. (Closes: Bug#132543) * Head off next bug by renaming colorize to gvcolorize (before the overlap is discovered and reported ;-) -- Stephen M Moraco Tue, 5 Feb 2002 18:52:12 -0700 graphviz (1.7.16-1) unstable; urgency=low * New upstream version (Closes: Bug#127118) * Add autoupdate of config.sub, config.guess * Questionable postscript output appears fixed (Closes: Bug#128648) * Update to latest policy version -- Stephen M Moraco Sat, 2 Feb 2002 00:58:13 -0700 graphviz (1.7.5-7) unstable; urgency=low * Fixup build-depends (Closes: Bug#101331) -- Stephen M Moraco Mon, 25 Jun 2001 21:11:40 -0600 graphviz (1.7.5-6) unstable; urgency=low * Fix path in lefty / remove LEFTYPATH overrides from lneato/dotty -- Stephen M Moraco Fri, 20 Apr 2001 08:48:49 -0600 graphviz (1.7.5-5) unstable; urgency=low * Now fix searchpath in lefty binary (2nd attempt on 94373) first attempt fixed all but lefty binary -- Stephen M Moraco Fri, 20 Apr 2001 03:01:45 -0600 graphviz (1.7.5-4) unstable; urgency=low * Correct LEFTY library paths (Closes: Bug#94373) -- Stephen M Moraco Wed, 18 Apr 2001 10:02:19 -0600 graphviz (1.7.5-3) unstable; urgency=low * Build against newer libs (Closes: Bug#91466) -- Stephen M Moraco Mon, 26 Mar 2001 15:00:24 -0700 graphviz (1.7.5-2) unstable; urgency=low * Fix man3 removal cmds (didn't work first time...) -- Stephen M Moraco Sun, 25 Mar 2001 18:50:58 -0700 graphviz (1.7.5-1) unstable; urgency=low * Remove man3 pages as they are not for end-user and conflict with blt-dev * Convert to use freetype6 and remove xaw3dg build-dep (Closes: Bug#90378) * Add Conflicts: with gdtclft pkg (Closes: Bug#90544) NOTE: this may not be final solution. 90378 proposes alternatives, still negotiating * Directories verified, close fixed-by-NMU (Closes: Bug#76025) * Lefty.psp verified, close fixed-by-NMU (Closes: Bug#78511) * Is latest upstream, close fixed-by-NMU (Closes: Bug#89387) * Delivered HTML for otherwise missing section-n man-pages. * Registered all docs with dwww, dhelp via doc-base mech. -- Stephen M Moraco Wed, 21 Mar 2001 20:48:01 -0700 graphviz (1.7.5-0.3) unstable; urgency=low * See README.Debian for issues and work remaining * tkspline lib now present (Closes: Bug#76030) * New version uses installed libs vs. had own (Closes: Bug#66941) * Adjust to new maintainer address (Thanks Torsten for handling things during my absence) -- Stephen M Moraco Mon, 19 Mar 2001 08:37:46 -0700 graphviz (1.7.5-0.2) unstable; urgency=low * NMU * this and the last NMU closes: #78511, #76025 * fixed some lintian warnings and errors * fixed Depends and Build-Depends (partially) -- Torsten Werner Sun, 18 Mar 2001 14:40:33 +0100 graphviz (1.7.5-0.1) unstable; urgency=low * NMU * new upstream, closes: #89387 -- Torsten Werner Sun, 18 Mar 2001 02:22:08 +0100 graphviz (1.5-3) unstable; urgency=low * restore to non-free location -- Stephen M. Moraco Wed, 19 Jul 2000 15:29:42 -0600 graphviz (1.5-2) unstable; urgency=low * removed manpages that overlap with real package (this is only partial solution called for in #66941. I'll finish the conversion in next upload.) * tcldot.1 manpage should really be a tcldot.n - need to figure out what's correct for Debian and correct, if need be, in next upload * added Build-Depends to source package * adjusted text in tcldot.1 to show accuate syntax for shell script -- (missing required back-slash) * adjusted build of dotty/lneato to build-in default lefty path * removed man3 pages (may appear later in -dev) * converted makes to build w/ -fPIC for .so use * add rest of system to package (Closes: #63520, #63685) -- new /usr/lib/lefty & Tcldot... subtrees -- corrected mod-bits in examples tree (per lintian) * fixed URL in copyright file (Closes: #66020) -- Stephen M. Moraco Wed, 19 Jul 2000 15:29:07 -0600 graphviz (1.5-1) unstable; urgency=low * Initial Release. -- Stephen M. Moraco Fri, 31 Dec 1999 15:37:17 -0700 debian/libgvc6-plugins-gtk.postinst0000664000000000000000000000025112266153347014602 0ustar #!/bin/sh set -e # Update the configuration file (/usr/lib/graphviz/config6) if [ -x /usr/sbin/libgvc6-config-update ]; then libgvc6-config-update -c fi #DEBHELPER# debian/libxdot4.install0000664000000000000000000000002612253520426012310 0ustar usr/lib/libxdot*.so.* debian/libgvc6-plugins-gtk.postrm0000664000000000000000000000025112266153400014231 0ustar #!/bin/sh set -e # Update the configuration file (/usr/lib/graphviz/config6) if [ -x /usr/sbin/libgvc6-config-update ]; then libgvc6-config-update -c fi #DEBHELPER# debian/libgvpr2.install0000664000000000000000000000002612253520426012306 0ustar usr/lib/libgvpr*.so.* debian/libgv-php5.install0000664000000000000000000000006012253520426012532 0ustar usr/lib/graphviz/php usr/share/man/man3/gv.3php debian/libgraphviz-dev.install0000664000000000000000000000034612265716333013670 0ustar usr/include/graphviz usr/lib/pkgconfig usr/lib/*.so usr/lib/graphviz/*.so # usr/share/man/man3/* w/o gv_*.3 (bindings) usr/share/man/man3/cdt.3 usr/share/man/man3/cgraph.3 usr/share/man/man3/pathplan.3 usr/share/man/man3/gvc.3 debian/graphviz.install0000664000000000000000000000010712253520426012411 0ustar usr/bin usr/share/man/man1 usr/share/man/man7 usr/share/graphviz/lefty debian/source/0000775000000000000000000000000012253521026010466 5ustar debian/source/format0000664000000000000000000000001412253520426011677 0ustar 3.0 (quilt) debian/libgraphviz4.postinst0000664000000000000000000000062112253520426013402 0ustar #!/bin/sh set -e # Update the configuration file (/usr/lib/graphviz/config3) # Needed for the plugins too if [ -x /usr/sbin/libgraphviz4-config-update ]; then /usr/sbin/libgraphviz4-config-update -c fi # Remove the old configuration file if present, see README.Debian-packaging # Needed only in libgraphivzN if [ -f /usr/lib/graphviz/config ]; then rm -f /usr/lib/graphviz/config fi #DEBHELPER# debian/gbp.conf0000664000000000000000000000015712253520426010613 0ustar [DEFAULT] debian-branch = 2.26-maint upstream-branch = upstream pristine-tar = True filter = debian cleaner = debian/libgvc6.lintian-overrides0000664000000000000000000000005712253520426014107 0ustar embedded-library usr/lib/libgvc.so.5.0.0: ltdl debian/README.Debian0000664000000000000000000000270012253520426011231 0ustar graphviz for Debian ------------------- * Various examples are available in the graphviz-doc package, shipped under /usr/share/doc/graphviz/examples. It might be needed to adjust some paths to make the demo scripts work out of the box, patches are welcome. * One might also be interested in the contrib/ directory of the source package. Note that starting with 2.16.1-1, the diffimg utility is built and shipped in the graphviz package. * Original notes about packages suggested by graphviz: - The msttcorefonts package is suggested so that TrueType fonts are available if necessary. - The gsfonts package is suggested in case X isn't installed, since it contains default fonts. * Those notes were kept verbatim and probably need an update, like the package relationships themselves. Comments are welcome in the meanwhile. * A “global” manpage (graphviz.7) is available so that one can easily find all graphviz-related binaries and their role. Thanks again to Joachim Berdal Haga for having proposed such a list. * For references, from the 2.12-4 upload (Thu, 09 Aug 2007): Java and C# bindings (#360970 and #360977) are not planned at the moment, given the restrictions on the architectures on which they are available. Anyway, any tested patch is welcome to add them. -- Cyril Brulebois , Thu, 14 Feb 2008 14:15:32 +0100 debian/copyright0000664000000000000000000007224712265721755011153 0ustar This package was originally debianized by Stephen M Moraco on Fri, 31 Dec 1999 15:37:17 -0700. It was downloaded from http://www.graphviz.org/ Upstream Authors: John Ellson, Lucent (TCL/tk and codegen extensions) Emden Gansner, AT&T Research (dot, neato) Eleftherios Koutsofios, AT&T Research (dotty, lefty, spline-o-matic) John Mocenigo, AT&T Research (Grappa) Stephen North, AT&T Research (dot, neato) Gordon Woodhull (Montage) and David Dobkin (spline-o-matic) Vladimir Alexiev (codegen improvements) Copyright: Copyright 1994-2007 AT&T Corp. License: Common Public License Version 1.0 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS COMMON PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. 1. DEFINITIONS "Contribution" means: a) in the case of the initial Contributor, the initial code and documentation distributed under this Agreement, and b) in the case of each subsequent Contributor: i) changes to the Program, and ii) additions to the Program; where such changes and/or additions to the Program originate from and are distributed by that particular Contributor. A Contribution 'originates' from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include additions to the Program which: (i) are separate modules of software distributed in conjunction with the Program under their own license agreement, and (ii) are not derivative works of the Program. "Contributor" means any person or entity that distributes the Program. "Licensed Patents " mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program. "Program" means the Contributions distributed in accordance with this Agreement. "Recipient" means anyone who receives the Program under this Agreement, including all Contributors. 2. GRANT OF RIGHTS a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form. b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder. c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program. d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement. 3. REQUIREMENTS A Contributor may choose to distribute the Program in object code form under its own license agreement, provided that: a) it complies with the terms and conditions of this Agreement; and b) its license agreement: i) effectively disclaims on behalf of all Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose; ii) effectively excludes on behalf of all Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits; iii) states that any provisions which differ from this Agreement are offered by that Contributor alone and not by any other party; and iv) states that source code for the Program is available from such Contributor, and informs licensees how to obtain it in a reasonable manner on or through a medium customarily used for software exchange. When the Program is made available in source code form: a) it must be made available under this Agreement; and b) a copy of this Agreement must be included with each copy of the Program. Contributors may not remove or alter any copyright notices contained within the Program. Each Contributor must identify itself as the originator of its Contribution, if any, in a manner that reasonably allows subsequent Recipients to identify the originator of the Contribution. 4. COMMERCIAL DISTRIBUTION Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor ("Commercial Contributor") hereby agrees to defend and indemnify every other Contributor ("Indemnified Contributor") against any losses, damages and costs (collectively "Losses") arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense. For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages. 5. NO WARRANTY EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations. 6. DISCLAIMER OF LIABILITY EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 7. GENERAL If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. If Recipient institutes patent litigation against a Contributor with respect to a patent applicable to software (including a cross-claim or counterclaim in a lawsuit), then any patent licenses granted by that Contributor to such Recipient under this Agreement shall terminate as of the date such litigation is filed. In addition, if Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed. All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive. Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. IBM is the initial Agreement Steward. IBM may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved. This Agreement is governed by the laws of the State of New York and the intellectual property laws of the United States of America. No party to this Agreement will bring a legal action under this Agreement more than one year after the cause of action arose. Each party waives its rights to a jury trial in any resulting litigation. ---- The above copyright and licence applies to all files/directories except where noted below ... cmd/smyrna Copyright: Arif Bilgin , Emden R. Gansner Except for the following three exceptions: cmd/smyrna/trackball.[ch] (c) Copyright 1993, 1994, Silicon Graphics, Inc. ALL RIGHTS RESERVED Permission to use, copy, modify, and distribute this software for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both the copyright notice and this permission notice appear in supporting documentation, and that the name of Silicon Graphics, Inc. not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. THE MATERIAL EMBODIED ON THIS SOFTWARE IS PROVIDED TO YOU "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL SILICON GRAPHICS, INC. BE LIABLE TO YOU OR ANYONE ELSE FOR ANY DIRECT, SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER, INCLUDING WITHOUT LIMITATION, LOSS OF PROFIT, LOSS OF USE, SAVINGS OR REVENUE, OR THE CLAIMS OF THIRD PARTIES, WHETHER OR NOT SILICON GRAPHICS, INC. HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH LOSS, HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE POSSESSION, USE OR PERFORMANCE OF THIS SOFTWARE. US Government Users Restricted Rights Use, duplication, or disclosure by the Government is subject to restrictions set forth in FAR 52.227.19(c)(2) or subparagraph (c)(1)(ii) of the Rights in Technical Data and Computer Software clause at DFARS 252.227-7013 and/or in similar or successor clauses in the FAR or the DOD or NASA FAR Supplement. Unpublished-- rights reserved under the copyright laws of the United States. Contractor/manufacturer is Silicon Graphics, Inc., 2011 N. Shoreline Blvd., Mountain View, CA 94039-7311. OpenGL(TM) is a trademark of Silicon Graphics, Inc. cmd/smyrna/arcball.[ch] Copyright (c) 1999-2009 Tatewake.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. cmd/smyrna/md5.[ch] Copyright (C) 1999, 2000, 2002 Aladdin Enterprises. All rights reserved. This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. contrib/dirgraph (C) Copyright 2001 Diomidis Spinellis. Permission to use, copy, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. contrib/dotmcl.pl Copyright: Vladimir Alexiev contrib/gprof2dot.awk Copyright: Stephen C. North contrib/java-dot Copyright: Florian Liekweg contrib/lefty-grace Copyright: Robert M. Grace contrib/prune Copyright: Marcus Harnisch contrib/webdot.cgi Copyright: John Linderman lib/rbtree Redistribution and use in source and binary forms, with or without modification, are permitted provided that neither the name of Emin Martinian nor the names of any contributors are be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. lib/gvc/regex_win32.[ch] NOTE: These are only linked into the Windows build, so doesn't affect Debian. This is fortunate, because the LGPL is not compatible with the CPL! Copyright (C) 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc. This file is part of the GNU C Library. Its master source is NOT part of the C library, however. The master source lives in /gd/gnu/lib. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. The GNU C Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with the GNU C Library; see the file COPYING.LIB. If not, see . On Debian systems, the full text of the LGPL is also available at /usr/share/common-licenses/LGPL-3 lib/vpsc/pairingheap Copyright (C) 2005 Mark Allen Weiss, Tim Dwyer Files generated by Flex/Bison: Distributed under CPL (via special exception) Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see . As a special exception, when this file is copied by Bison into a Bison output file, you may use that output file without restriction. This special exception was added by the Free Software Foundation in version 1.24 of Bison. Files related to Autoconf: Distributed under CPL (via special exception) Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. Originally by Gordon Matzigkeit , 1996 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, see see . As a special exception to the GNU General Public License, if you distribute this file as part of a program that contains a configuration script generated by Autoconf, you may include it under the same distribution terms that you use for the rest of that program. On Debian systems, the full text of the GPL is also available at /usr/share/common-licenses/GPL-2 lib/gd Portions copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 by Cold Spring Harbor Laboratory. Funded under Grant P41-RR02188 by the National Institutes of Health. Portions copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002 by Boutell.Com, Inc. Portions relating to GD2 format copyright 1999, 2000, 2001, 2002 Philip Warner. Portions relating to PNG copyright 1999, 2000, 2001, 2002 Greg Roelofs. Portions relating to gdttf.c copyright 1999, 2000, 2001, 2002 John Ellson (ellson@lucent.com). Portions relating to gdft.c copyright 2001, 2002 John Ellson (ellson@lucent.com). Portions relating to JPEG and to color quantization copyright 2000, 2001, 2002, Doug Becker and copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, Thomas G. Lane. This software is based in part on the work of the Independent JPEG Group. See the file README-JPEG.TXT for more information. Portions relating to WBMP copyright 2000, 2001, 2002 Maurice Szmurlo and Johan Van den Brande. Permission has been granted to copy, distribute and modify gd in any context without fee, including a commercial application, provided that this notice is present in user-accessible supporting documentation. This does not affect your ownership of the derived work itself, and the intent is to assure proper credit for the authors of gd, not to interfere with your productive use of gd. If you have questions, ask. "Derived works" includes all programs that utilize the library. Credit must be given in user-accessible documentation. This software is provided "AS IS." The copyright holders disclaim all warranties, either express or implied, including but not limited to implied warranties of merchantability and fitness for a particular purpose, with respect to this code and accompanying documentation. Although their code does not appear in gd, the authors wish to thank David Koblas, David Rowley, and Hutchison Avenue Software Corporation for their prior contributions. From README-JPEG.TXT ... The authors make NO WARRANTY or representation, either express or implied, with respect to this software, its quality, accuracy, merchantability, or fitness for a particular purpose. This software is provided "AS IS", and you, its user, assume the entire risk as to its quality and accuracy. This software is copyright (C) 1991-1998, Thomas G. Lane. All Rights Reserved except as specified below. Permission is hereby granted to use, copy, modify, and distribute this software (or portions thereof) for any purpose, without fee, subject to these conditions: (1) If any part of the source code for this software is distributed, then this README file must be included, with this copyright and no-warranty notice unaltered; and any additions, deletions, or changes to the original files must be clearly indicated in accompanying documentation. (2) If only executable code is distributed, then the accompanying documentation must state that "this software is based in part on the work of the Independent JPEG Group". (3) Permission for use of this software is granted only if the user accepts full responsibility for any undesirable consequences; the authors accept NO LIABILITY for damages of any kind. These conditions apply to any software derived from or based on the IJG code, not just to the unmodified library. If you use our work, you ought to acknowledge us. Permission is NOT granted for the use of any IJG author's name or company name in advertising or publicity relating to this software or products derived from it. This software may be referred to only as "the Independent JPEG Group's software". We specifically permit and encourage the use of this software as the basis of commercial products, provided that all warranty or liability claims are assumed by the product vendor. The Unix configuration script "configure" was produced with GNU Autoconf. It is copyright by the Free Software Foundation but is freely distributable. The same holds for its supporting scripts (config.guess, config.sub, ltconfig, ltmain.sh). Another support script, install-sh, is copyright by M.I.T. but is also freely distributable. It appears that the arithmetic coding option of the JPEG spec is covered by patents owned by IBM, AT&T, and Mitsubishi. Hence arithmetic coding cannot legally be used without obtaining one or more licenses. For this reason, support for arithmetic coding has been removed from the free JPEG software. (Since arithmetic coding provides only a marginal gain over the unpatented Huffman mode, it is unlikely that very many implementations will support it.) So far as we are aware, there are no patent restrictions on the remaining code. The IJG distribution formerly included code to read and write GIF files. To avoid entanglement with the Unisys LZW patent, GIF reading support has been removed altogether, and the GIF writer has been simplified to produce "uncompressed GIFs". This technique does not use the LZW algorithm; the resulting GIF files are larger than usual, but are readable by all standard GIF decoders. We are required to state that "The Graphics Interchange Format(c) is the Copyright property of CompuServe Incorporated. GIF(sm) is a Service Mark property of CompuServe Incorporated." lib/gd/gd_wbmp.c Copyright (C) Johan Van den Brande (johan@vandenbrande.com), Maurice Szmurlo (Maurice.Szmurlo@info.unicaen.fr) Parts of this code are inspired by 'pbmtowbmp.c' and 'wbmptopbm.c' by Terje Sannum . Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. This software is provided "as is" without express or implied warranty. lib/gd/gdxpm.c Caolan.McNamara@ul.ie http://www.csn.ul.ie/~caolan lib/gd/gd_gif_out.c header Based on GIFENCOD by David Rowley Modified by Marcel Wijkstra Copyright (C) 1989 by Jef Poskanzer. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. This software is provided "as is" without express or implied warranty. The Graphics Interchange Format(c) is the Copyright property of CompuServe Incorporated. GIF(sm) is a Service Mark property of CompuServe Incorporated. lib/gd/gd_security.c Written 2004, Phil Knirsch. Based on netpbm fixes by Alan Cox. lib/gd/jisx0208.h This file was derived from "src/VF_Ftype.c" in VFlib2-2.24.2 by Dr. Kakugawa tclpkg/gv/demo/modgraph.py author: Michael Hohn based on: modgraph.tcl by John Ellson tclpkg/gv/demo/modgraph.rb based on: modgraph.tcl by: John Ellson ruby adaptation by: Patricio Ros additional fixes: Ralph Mueller ---- The Debian packaging was started by Stephen M Moraco and then was taken over in late 2006 by Cyril Brulebois, placing his work under the same terms as graphviz itself. © 2006-2009, Cyril Brulebois debian/libgvc6.install0000664000000000000000000000063512253520426012121 0ustar # To be changed into an in extenso list if plugins are added usr/lib/graphviz/libgvplugin_core.so.* usr/lib/graphviz/libgvplugin_gd.so.* usr/lib/graphviz/libgvplugin_neato_layout.so.* usr/lib/graphviz/libgvplugin_pango.so.* usr/lib/graphviz/libgvplugin_xlib.so.* usr/lib/graphviz/libgvplugin_dot_layout.so.* usr/lib/libgvc*.so.* # Renamed afterwards to libgvcN-config-update in debian/rules usr/bin/dot usr/sbin debian/diffimg.10000664000000000000000000000143212253520426010660 0ustar .\" Hey, EMACS: -*- nroff -*- .TH DIFFIMG 1 "Jan 31, 2010" .SH NAME diffimg \- Calculates intersection between two images .SH SYNOPSIS .B diffimg .RI image1 .RI image2 .RI [ outimage ] .SH DESCRIPTION .PP \fBdiffimg\fP generates an image where each pixel is the difference between the corresponding pixel in each of the two source images. Thus, if the source images are the same the resulting image will be black, otherwise it will have regions of non-black where the images differ. .PP Currently supports: .png, .gif, .jpg, and .ps by using ghostscript .SH AUTHOR diffimg was written by John Ellson .PP This manual page was written by David Claughton , for the Debian project (but may be used by others). debian/control0000664000000000000000000002130112266152261010573 0ustar Source: graphviz Section: graphics Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: David Claughton Uploaders: Christoph Egger , Sebastian Harl Standards-Version: 3.8.4 Build-Depends: tk-dev, tcl-dev, debhelper (>= 7.1.0~), libfreetype6-dev, zlib1g-dev, libjpeg-dev, libpng-dev, libxaw7-dev, bison, flex, autotools-dev, libexpat1-dev, libfontconfig1-dev, libltdl-dev (>= 2.2.6b), swig, libperl-dev, libgd2-noxpm-dev (>= 2.0.35), groff-base, ghostscript, lua5.2, liblua5.2-dev, ruby1.9.1, ruby1.9.1-dev, php5-dev, php5-cli, python-all-dev (>= 2.6.6-3~), libcairo2-dev, libpango1.0-dev, guile-2.0-dev, d-shlibs, chrpath, dh-autoreconf, libgtk2.0-dev, libgnomeui-dev Build-Conflicts: tcl8.3, tcl8.4, tcl8.5 Vcs-Git: git://git.debian.org/git/collab-maint/graphviz.git Vcs-Browser: http://git.debian.org/?p=collab-maint/graphviz.git Homepage: http://www.graphviz.org/ XS-Testsuite: autopkgtest Package: graphviz Architecture: any Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends} Conflicts: gdtclft Recommends: fonts-liberation Suggests: gsfonts, graphviz-doc Description: rich set of graph drawing tools Graph drawing addresses the problem of visualizing structural information by constructing geometric representations of abstract graphs and networks. Automatic generation of graph drawings has important applications in key technologies such as database design, software engineering, VLSI and network design and visual interfaces in other domains. Situations where these tools might be particularly useful include: . * you would like to restructure a program and first need to understand the relationships between its types, procedures, and source files * you need to find the bottlenecks in an Internet backbone - not only individual links, but their relationships * you're debugging a protocol or microarchitecture represented as a finite state machine and need to figure out how a certain error state arises * you would like to browse a database schema, knowledge base, or distributed program represented graphically * you would like to see an overview of a collection of linked documents * you would like to discover patterns and communities of interest in a database of telephone calls or e-mail messages . This package contains the command-line tools. Package: libgv-guile Architecture: any Section: interpreters Depends: ${shlibs:Depends}, ${misc:Depends} Description: Guile bindings for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the guile (2.0) bindings. Package: libgv-lua Architecture: any Section: interpreters Depends: ${shlibs:Depends}, ${misc:Depends} Description: Lua bindings for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the lua5.2 bindings. Package: libgv-perl Architecture: any Section: perl Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends} Conflicts: graphviz (<< 2.12-1) Description: Perl bindings for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the Perl bindings. Package: libgv-php5 Architecture: any Section: php Depends: ${shlibs:Depends}, ${php:Depends}, ${misc:Depends} Description: PHP5 bindings for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the PHP5 bindings. Package: libgv-python Architecture: any Section: python Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends} Description: Python bindings for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the Python bindings. Package: libgv-ruby Architecture: any Section: ruby Depends: ${shlibs:Depends}, ruby1.9.1, ${misc:Depends} Description: Ruby bindings for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the Ruby (1.9.1) bindings. Package: libgv-tcl Architecture: any Section: interpreters Depends: ${shlibs:Depends}, ${misc:Depends} Conflicts: graphviz (<< 2.12-1) Description: Tcl bindings for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the Tcl (8.6) bindings. Package: libcgraph6 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Conflicts: libgraphviz4 Description: rich set of graph drawing tools - cgraph library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the cgraph library. Package: libcdt5 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Conflicts: libgraphviz4 Description: rich set of graph drawing tools - cdt library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the cdt library. Package: libpathplan4 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Conflicts: libgraphviz4 Description: rich set of graph drawing tools - pathplan library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the pathplan library. Package: libgvc6 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Conflicts: libgraphviz4, libgvc5 Description: rich set of graph drawing tools - gvc library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the gvc library. Package: libgvc6-plugins-gtk Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Conflicts: libgraphviz4 Description: rich set of graph drawing tools - gtk plugins Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the gtk and gdk-pixbuf plugins. Package: libgvpr2 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Conflicts: libgraphviz4 Replaces: libgvpr1 Description: rich set of graph drawing tools - gvpr library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the gvpr library. Package: libxdot4 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Conflicts: libgraphviz4 Description: rich set of graph drawing tools - xdot library Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package contains the xdot library. Package: libgraphviz-dev Architecture: any Section: libdevel Depends: libcdt5 (= ${binary:Version}), libcgraph6 (= ${binary:Version}), libgvc6 (= ${binary:Version}), libgvpr2 (= ${binary:Version}), libpathplan4 (= ${binary:Version}), libxdot4 (= ${binary:Version}), ${devlibs:Depends}, ${misc:Depends} Conflicts: graphviz-dev (<< 2.12-1), libgraphviz3-dev, libgraphviz4-dev (<< 2.16-3) Replaces: libgraphviz3-dev, libgraphviz4-dev (<< 2.16-3) Provides: graphviz-dev Description: graphviz libs and headers against which to build applications Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package installs the libraries and headers necessary to link graphviz library routines into an application. It also installs additional man pages. . Note: A graphviz user doesn't need to install this package. Package: graphviz-doc Depends: ${misc:Depends} Architecture: all Section: doc Conflicts: graphviz (<< 2.12-1) Suggests: graphviz Description: additional documentation for graphviz Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package installs HTML and PDF documentation for Graphviz, as well as examples. Package: graphviz-dev Architecture: all Section: oldlibs Priority: extra Depends: libgraphviz-dev, ${misc:Depends} Description: transitional package for graphviz-dev rename Graphviz is a set of graph drawing tools. See the description of the graphviz package for a full description. . This package is targeted at easing the upgrade from older graphviz-dev to the new libgraphviz-dev package. . This package can be purged at anytime once the libgraphviz-dev package has been installed. debian/libgraphviz-config-update.pod.in0000664000000000000000000000143612253520426015352 0ustar =head1 NAME libgraphviz##SONAME##-config-update - maintain libgraphviz's configuration file =head1 SYNOPSIS B B<-c> =head1 DESCRIPTION Graphviz tools are using a configuration file (F at the moment) to get some plugin options. This command is used in B and B packages' maintainer scripts to update this configuration file when plugins are installed, updated, or removed. =head1 NOTE This tool is intended to be used only in maintainer scripts and it shouldn't be needed to run it manually. =head1 AUTHOR This manual page was written by Cyril Brulebois . It can be distributed under the same terms as the graphviz package. debian/patches/0000775000000000000000000000000012440206201010606 5ustar debian/patches/explicit_ruby_1.80000664000000000000000000000067312253520426014021 0ustar diff --git a/configure.ac b/configure.ac index cacafe1..36c34b2 100644 --- a/configure.ac +++ b/configure.ac @@ -1400,7 +1400,7 @@ else if test `$SWIG -help 2>&1 | $GREP -c '\-ruby *- Generate'` = 0; then use_ruby="No (swig does not support -ruby option)" else - AC_CHECK_PROG(RUBY,ruby,ruby) + AC_CHECK_PROG(RUBY,ruby1.8,ruby1.8) if test "x$RUBY" = "x"; then use_ruby="No (ruby not available)" else debian/patches/3_fix_powerpc_ftbfs0000664000000000000000000000227212253520426014501 0ustar --- a/configure.ac +++ b/configure.ac @@ -1406,7 +1406,9 @@ else else RUBY_INCLUDES="-I`$RUBY $srcdir/config/config_ruby.rb INCLUDES`" # hack for powerpc-darwin8 (10.4) - RUBY_INCLUDES=`echo $RUBY_INCLUDES | sed 's/powerpc/universal/'` + if test "x$DARWIN" = "xyes"; then + RUBY_INCLUDES=`echo $RUBY_INCLUDES | sed 's/powerpc/universal/'` + fi RUBY_LIBS="-L`$RUBY $srcdir/config/config_ruby.rb lib` `$RUBY -rrbconfig -e \"puts Config::CONFIG[['LIBRUBYARG_SHARED']]\"`" RUBY_INSTALL_DIR="`$RUBY $srcdir/config/config_ruby.rb archsitelib`" save_CPPFLAGS=$CPPFLAGS --- a/configure +++ b/configure @@ -27576,7 +27576,9 @@ fi else RUBY_INCLUDES="-I`$RUBY $srcdir/config/config_ruby.rb INCLUDES`" # hack for powerpc-darwin8 (10.4) - RUBY_INCLUDES=`echo $RUBY_INCLUDES | sed 's/powerpc/universal/'` + if test "x$DARWIN" = "xyes"; then + RUBY_INCLUDES=`echo $RUBY_INCLUDES | sed 's/powerpc/universal/'` + fi RUBY_LIBS="-L`$RUBY $srcdir/config/config_ruby.rb lib` `$RUBY -rrbconfig -e \"puts Config::CONFIG['LIBRUBYARG_SHARED']\"`" RUBY_INSTALL_DIR="`$RUBY $srcdir/config/config_ruby.rb archsitelib`" save_CPPFLAGS=$CPPFLAGS debian/patches/automake_1.11.2_fixes0000664000000000000000000000231712253520426014352 0ustar Index: graphviz/plugin/ming/Makefile.am =================================================================== --- graphviz.orig/plugin/ming/Makefile.am 2010-03-20 18:09:15.000000000 +0000 +++ graphviz/plugin/ming/Makefile.am 2012-03-05 22:35:16.000000000 +0000 @@ -1,6 +1,8 @@ # $Id: Makefile.am,v 1.16 2009/06/03 01:10:57 ellson Exp $ $Revision: 1.16 $ ## Process this file with automake to produce Makefile.in +pkgfontdir = ${pkgdatadir}/font + AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/lib/common \ @@ -17,7 +19,7 @@ else pkglib_LTLIBRARIES = libgvplugin_ming.la endif -pkglib_DATA = Bitstream_Vera_Sans.fdb Bitstream_Vera_Serif.fdb +pkgfont_DATA = Bitstream_Vera_Sans.fdb Bitstream_Vera_Serif.fdb endif libgvplugin_ming_C_la_SOURCES = \ Index: graphviz/tclpkg/gv/Makefile.am =================================================================== --- graphviz.orig/tclpkg/gv/Makefile.am 2012-03-05 22:35:16.000000000 +0000 +++ graphviz/tclpkg/gv/Makefile.am 2012-03-05 22:35:16.000000000 +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 +pkginclude_HEADERS = gv.i gv.cpp pkglib_LTLIBRARIES = man_MANS = pdf_DATA = debian/patches/python_multiarch0000664000000000000000000000751712265706355014160 0ustar Description: Handle multiarch Python Author: Colin Watson Forwarded: no Last-Update: 2013-01-07 Index: b/config/config_python.py =================================================================== --- a/config/config_python.py +++ b/config/config_python.py @@ -9,4 +9,8 @@ print sysconfig.get_python_lib(1,0) elif sys.argv[1] == "sitelib": print sysconfig.get_python_lib(0,0) +elif sys.argv[1] == "includes": + print "-I%s -I%s" % ( + sysconfig.get_python_inc(), + sysconfig.get_python_inc(plat_specific=True)) Index: b/configure.ac =================================================================== --- a/configure.ac +++ b/configure.ac @@ -1170,7 +1170,7 @@ use_python="No (python is too old)" else PYTHON_PREFIX=`$PYTHON -c "import sys; print sys.prefix"` - PYTHON_INCLUDES=-I$PYTHON_PREFIX/include/python$PYTHON_VERSION_SHORT + PYTHON_INCLUDES="`$PYTHON $srcdir/config/config_python.py includes`" PYTHON_LIBS="-lpython$PYTHON_VERSION_SHORT" PYTHON_INSTALL_DIR="`$PYTHON $srcdir/config/config_python.py archsitelib`" save_CPPFLAGS=$CPPFLAGS @@ -1234,7 +1234,7 @@ use_python23="No (python2.3 is too old)" else PYTHON23_PREFIX=`$PYTHON23 -c "import sys; print sys.prefix"` - PYTHON23_INCLUDES=-I$PYTHON23_PREFIX/include/python$PYTHON23_VERSION_SHORT + PYTHON23_INCLUDES="`$PYTHON23 $srcdir/config/config_python.py includes`" PYTHON23_LIBS="-lpython$PYTHON_VERSION_SHORT" PYTHON23_INSTALL_DIR="`$PYTHON23 $srcdir/config/config_python.py archsitelib`" save_CPPFLAGS=$CPPFLAGS @@ -1298,7 +1298,7 @@ use_python24="No (python2.4 is too old)" else PYTHON24_PREFIX=`$PYTHON24 -c "import sys; print sys.prefix"` - PYTHON24_INCLUDES=-I$PYTHON24_PREFIX/include/python$PYTHON24_VERSION_SHORT + PYTHON24_INCLUDES="`$PYTHON24 $srcdir/config/config_python.py includes`" PYTHON24_LIBS="-lpython$PYTHON_VERSION_SHORT" PYTHON24_INSTALL_DIR="`$PYTHON24 $srcdir/config/config_python.py archsitelib`" save_CPPFLAGS=$CPPFLAGS @@ -1362,8 +1362,8 @@ use_python25="No (python2.5 is too old)" else PYTHON25_PREFIX=`$PYTHON25 -c "import sys; print sys.prefix"` - PYTHON25_INCLUDES=-I$PYTHON25_PREFIX/include/python$PYTHON25_VERSION_SHORT - PYTHON24_LIBS="-lpython$PYTHON_VERSION_SHORT" + PYTHON25_INCLUDES="`$PYTHON25 $srcdir/config/config_python.py includes`" + PYTHON25_LIBS="-lpython$PYTHON_VERSION_SHORT" PYTHON25_INSTALL_DIR="`$PYTHON25 $srcdir/config/config_python.py archsitelib`" save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS $PYTHON25_INCLUDES" @@ -1426,8 +1426,8 @@ use_python26="No (python2.6 is too old)" else PYTHON26_PREFIX=`$PYTHON26 -c "import sys; print sys.prefix"` - PYTHON26_INCLUDES=-I$PYTHON26_PREFIX/include/python$PYTHON26_VERSION_SHORT - PYTHON24_LIBS="-lpython$PYTHON_VERSION_SHORT" + PYTHON26_INCLUDES="`$PYTHON26 $srcdir/config/config_python.py includes`" + PYTHON26_LIBS="-lpython$PYTHON_VERSION_SHORT" PYTHON26_INSTALL_DIR="`$PYTHON26 $srcdir/config/config_python.py archsitelib`" save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS $PYTHON26_INCLUDES" @@ -1490,8 +1490,8 @@ use_python27="No (python2.7 is too old)" else PYTHON27_PREFIX=`$PYTHON27 -c "import sys; print sys.prefix"` - PYTHON27_INCLUDES=-I$PYTHON27_PREFIX/include/python$PYTHON27_VERSION_SHORT - PYTHON24_LIBS="-lpython$PYTHON_VERSION_SHORT" + PYTHON27_INCLUDES="`$PYTHON27 $srcdir/config/config_python.py includes`" + PYTHON27_LIBS="-lpython$PYTHON_VERSION_SHORT" PYTHON27_INSTALL_DIR="`$PYTHON27 $srcdir/config/config_python.py archsitelib`" save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$CPPFLAGS $PYTHON27_INCLUDES" debian/patches/kfreebsd-hang.patch0000664000000000000000000000113412253520426014340 0ustar Index: graphviz/lib/gvc/gvconfig.c =================================================================== --- graphviz.orig/lib/gvc/gvconfig.c 2013-03-08 01:53:57.000000000 +0000 +++ graphviz/lib/gvc/gvconfig.c 2013-03-08 01:53:57.000000000 +0000 @@ -297,6 +297,7 @@ #else /* this only works on linux, other systems will get GVLIBDIR only */ libdir = GVLIBDIR; +#ifdef linux f = fopen ("/proc/self/maps", "r"); if (f) { while (!feof (f)) { @@ -323,6 +324,7 @@ fclose (f); } #endif +#endif } if (gvc->common.verbose > 1) fprintf (stderr, "libdir = \"%s\"\n", debian/patches/3_fix_manpage_warnings0000664000000000000000000001461412253520426015161 0ustar Index: graphviz/cmd/dot/dot.1 =================================================================== --- graphviz.orig/cmd/dot/dot.1 2010-03-20 18:09:13.000000000 +0000 +++ graphviz/cmd/dot/dot.1 2010-03-20 21:44:43.000000000 +0000 @@ -1,4 +1,4 @@ -.TH DOT 1 "23 August 2004" \*(eX +.TH DOT 1 "23 August 2004" .SH NAME dot \- filter for drawing directed graphs .br @@ -223,7 +223,7 @@ a floating point number, or one of the keywords \fBfill\fP, \fBcompress\fP, or \fBauto\fP. .PP -\fBlayout=\fIengine\fR indicates the preferred layout engine ("dot", "neato", fdp" etc) overriding the default from the basename of the command or the -K commandline option. +\fBlayout=\fIengine\fR indicates the preferred layout engine ("dot", "neato", fdp" etc) overriding the default from the basename of the command or the \-K commandline option. .PP \fBmargin=\fIf\fR sets the page margin (included in the page size). .PP @@ -639,7 +639,7 @@ .PP \fB\-K\fIlayout\fR override the default layout engine implied by the command name. .PP -\fB\-O\fP automatically generate output filenames based on the input filename and the -T format. +\fB\-O\fP automatically generate output filenames based on the input filename and the \-T format. .PP \fB\-P\fP generate a graph of the currently available plugins. .PP Index: graphviz/cmd/dot/osage.1 =================================================================== --- graphviz.orig/cmd/dot/osage.1 2010-03-20 18:09:13.000000000 +0000 +++ graphviz/cmd/dot/osage.1 2010-03-20 21:44:43.000000000 +0000 @@ -1,4 +1,4 @@ -.TH OSAGE 1 "27 May 2009" \*(eX +.TH OSAGE 1 "27 May 2009" .SH NAME osage \- filter for drawing clustered graphs .SH SYNOPSIS @@ -402,7 +402,7 @@ .PP \fB\-T\fIlang\fR sets the output language as described above. .PP -\fB\-O\fP automatically generate output filenames based on the input filename and the -T format. +\fB\-O\fP automatically generate output filenames based on the input filename and the \-T format. .PP \fB\-v\fP (verbose) prints various information useful for debugging. .PP Index: graphviz/cmd/gvpr/gvpr.1 =================================================================== --- graphviz.orig/cmd/gvpr/gvpr.1 2010-03-20 18:09:13.000000000 +0000 +++ graphviz/cmd/gvpr/gvpr.1 2010-03-20 21:44:43.000000000 +0000 @@ -244,7 +244,7 @@ \fBreturn [\fI expression \fP]\fR .fi .RE -.ST +.SM Items in brackets are optional. .PP In the second form of the \fBfor\fP statement and the \fBforr\fP statement, the variable \fIvar\fP Index: graphviz/cmd/tools/sccmap.1 =================================================================== --- graphviz.orig/cmd/tools/sccmap.1 2010-03-20 18:09:13.000000000 +0000 +++ graphviz/cmd/tools/sccmap.1 2010-03-20 21:44:43.000000000 +0000 @@ -1,4 +1,4 @@ -.TH SCCMAP 1 "21 March 2001" \*(eX +.TH SCCMAP 1 "21 March 2001" .SH NAME sccmap \- extract strongly connected components of directed graphs .SH SYNOPSIS Index: graphviz/lib/cgraph/cgraph.3 =================================================================== --- graphviz.orig/lib/cgraph/cgraph.3 2010-03-20 18:09:14.000000000 +0000 +++ graphviz/lib/cgraph/cgraph.3 2010-03-20 21:44:43.000000000 +0000 @@ -15,7 +15,7 @@ .SH "NAME" \fBlibcgraph\fR \- abstract graph library .SH "SYNOPSIS" -."ta .75i 1.5i 2.25i 3i 3.75i 4.5i 5.25i 6i +.\"ta .75i 1.5i 2.25i 3i 3.75i 4.5i 5.25i 6i .PP .nf .P0 @@ -204,7 +204,7 @@ by a unique 32-bit ID. \fBagsubnode\fP performs a similar operation on an existing node and a subgraph. -.Pp +.PP \fBagfstnode\fP and \fBagnxtnode\fP scan node lists. \fBagprvnode\fP and \fPaglstnode\fP are symmetric but scan backward. The default sequence is order of creation (object timestamp.) @@ -214,10 +214,10 @@ An abstract edge has two endpoint nodes called tail and head where the all outedges of the same node have it as the tail value and similarly all inedges have it as the head. -In an undirected graph, head and tail are interchangable. +In an undirected graph, head and tail are interchangeable. If a graph has multi-edges between the same pair of nodes, the edge's string name behaves as a secondary key. -.Pp +.PP \fBagedge\fP searches in a graph of subgraph for an edge between the given endpoints (with an optional multi-edge selector name) and returns it if found. Index: graphviz/tclpkg/gdtclft/gdtclft.3tcl =================================================================== --- graphviz.orig/tclpkg/gdtclft/gdtclft.3tcl 2010-03-20 18:09:16.000000000 +0000 +++ graphviz/tclpkg/gdtclft/gdtclft.3tcl 2010-03-20 21:44:43.000000000 +0000 @@ -1,6 +1,4 @@ .TH gdtclft 3tcl "Tcl Extensions" -.HS gdtclft tcl -.BS .SH NAME gdtclft \- render images in various bitmap formats (GD, GD2, GIF, JPEG, PNG, WBMP, XBM) .SH DESCRIPTION Index: graphviz/tclpkg/tkspline/tkspline.3tk =================================================================== --- graphviz.orig/tclpkg/tkspline/tkspline.3tk 2010-03-20 21:44:42.000000000 +0000 +++ graphviz/tclpkg/tkspline/tkspline.3tk 2010-03-20 21:44:43.000000000 +0000 @@ -246,7 +246,6 @@ ... .c create line ... \-smooth spline ... .c create polygon ... \-smooth spline ... -.fo .BE .SH INTRODUCTION .PP @@ -281,7 +280,7 @@ .TP 3 - each segment of the curve shares endpoints with the adjacent segments, -but is otherwise independant of them. +but is otherwise independent of them. .TP 3 - the curve is guaranteed to be tangential to a line between n and n+1 at Index: graphviz/lib/graph/graph.3 =================================================================== --- graphviz.orig/lib/graph/graph.3 2010-03-20 18:09:14.000000000 +0000 +++ graphviz/lib/graph/graph.3 2010-03-20 21:44:43.000000000 +0000 @@ -135,7 +135,7 @@ \f5agset\fP, etc.) to set defaults. .PP \f5agread\fP reads a file and returns a new graph if one -was succesfully parsed, otherwise returns NULL if +was successfully parsed, otherwise returns NULL if \f5EOF\fP or a syntax error was encountered. Errors are reported on stderr and a count is returned from \g5agerrors()\fP. Index: graphviz/cmd/lefty/lefty.1 =================================================================== --- graphviz.orig/cmd/lefty/lefty.1 2010-03-20 21:55:06.000000000 +0000 +++ graphviz/cmd/lefty/lefty.1 2010-03-20 21:55:30.000000000 +0000 @@ -73,7 +73,7 @@ .B 1 messages are real errors. The rest arise from legal .B lefty -statements, but may be cased by some logic errors. +statements, but may be caused by some logic errors. .TP .B "-sd " Specifies how much of the stack to show, when an error message is to be debian/patches/50_remove_changelog_in0000664000000000000000000000317212265705733015055 0ustar Index: b/Makefile.in =================================================================== --- a/Makefile.in +++ b/Makefile.in @@ -62,7 +62,6 @@ $(top_srcdir)/config/config.sub \ $(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \ $(top_srcdir)/config/missing $(top_srcdir)/configure \ - $(top_srcdir)/debian/changelog.in \ $(top_srcdir)/macosx/Info.plist.in \ $(top_srcdir)/macosx/build/graphviz.pmdoc/01local.xml.in \ $(top_srcdir)/macosx/build/graphviz.pmdoc/02graphviz.xml.in \ @@ -83,7 +82,7 @@ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d CONFIG_HEADER = config.h $(top_builddir)/lib/common/types.h -CONFIG_CLEAN_FILES = debian/changelog macosx/Info.plist \ +CONFIG_CLEAN_FILES = macosx/Info.plist \ macosx/build/graphviz.pmdoc/01local.xml \ macosx/build/graphviz.pmdoc/02graphviz.xml \ windows/build/graphviz.wxs windows/Properties/AssemblyInfo.cs \ @@ -632,8 +631,6 @@ distclean-hdr: -rm -f config.h stamp-h1 -debian/changelog: $(top_builddir)/config.status $(top_srcdir)/debian/changelog.in - cd $(top_builddir) && $(SHELL) ./config.status $@ macosx/Info.plist: $(top_builddir)/config.status $(top_srcdir)/macosx/Info.plist.in cd $(top_builddir) && $(SHELL) ./config.status $@ macosx/build/graphviz.pmdoc/01local.xml: $(top_builddir)/config.status $(top_srcdir)/macosx/build/graphviz.pmdoc/01local.xml.in Index: b/configure.ac =================================================================== --- a/configure.ac +++ b/configure.ac @@ -3156,7 +3156,6 @@ # Generate Makefiles AC_CONFIG_FILES(Makefile - debian/changelog doc/Makefile doc/info/Makefile doc/schema/Makefile debian/patches/0_python_27_support0000664000000000000000000001755712253520426014426 0ustar --- a/configure.ac +++ b/configure.ac @@ -1357,6 +1357,70 @@ AM_CONDITIONAL(WITH_PYTHON26, [test "x$use_python26" = "xYes"]) dnl ----------------------------------- +dnl INCLUDES and LIBS for PYTHON27 + +AC_ARG_ENABLE(python27, + [AS_HELP_STRING([--enable-python27=no],[python27 language bindings])], + [], [enable_python27=no]) + +if test "x$enable_python27" != "xyes"; then + use_python27="No (disabled by default - for multiversion installs)" +else + if test "x$use_swig" != "xYes"; then + use_python27="No (swig not available)" + else + if test `$SWIG -help 2>&1 | $GREP -c '\-python *- Generate'` = 0; then + use_python27="No (swig does not support -python option)" + else + AC_CHECK_PROG(PYTHON27,python2.7,python2.7) + if test "x$PYTHON27" = "x"; then + use_python27="No (python27 not available)" + else + PYTHON27_VERSION=`$PYTHON27 -V 2>&1 | $GREP Python | cut -d ' ' -f 2` + if test "x$PYTHON27_VERSION" = "x"; then + PYTHON27= + else + PYTHON27_VERSION_MAJOR=`echo $PYTHON27_VERSION | cut -d '.' -f 1` + PYTHON27_VERSION_MINOR=`echo $PYTHON27_VERSION | cut -d '.' -f 2` + PYTHON27_VERSION_SHORT=$PYTHON27_VERSION_MAJOR.$PYTHON27_VERSION_MINOR + if test $PYTHON27_VERSION_MAJOR -lt 3; then + if test $PYTHON27_VERSION_MAJOR -lt 2; then + PYTHON27= + else + if test $PYTHON27_VERSION_MINOR -lt 5; then + PYTHON27= + fi + fi + fi + fi + fi + if test "x$PYTHON27" = "x"; then + use_python27="No (python2.7 is too old)" + else + PYTHON27_PREFIX=`$PYTHON27 -c "import sys; print sys.prefix"` + PYTHON27_INCLUDES=-I$PYTHON27_PREFIX/include/python$PYTHON27_VERSION_SHORT + PYTHON24_LIBS="-lpython$PYTHON_VERSION_SHORT" + PYTHON27_INSTALL_DIR="`$PYTHON27 $srcdir/config/config_python.py archsitelib`" + save_CPPFLAGS=$CPPFLAGS + CPPFLAGS="$CPPFLAGS $PYTHON27_INCLUDES" + AC_CHECK_HEADER(Python.h,,[ + use_python27="No (missing header)" + PYTHON27= + ]) + CPPFLAGS=$save_CPPFLAGS + if test "x$PYTHON27" != "x"; then + use_python27="Yes" + AC_SUBST(PYTHON27_INSTALL_DIR) + AC_SUBST(PYTHON27_INCLUDES) + AC_SUBST(PYTHON27_LIBS) + fi + fi + fi + fi +fi +AM_CONDITIONAL(WITH_PYTHON27, [test "x$use_python27" = "xYes"]) + +dnl ----------------------------------- dnl INCLUDES and LIBS for R AC_ARG_ENABLE(r, @@ -3240,6 +3304,7 @@ echo " gv_python24: $use_python24" echo " gv_python25: $use_python25" echo " gv_python26: $use_python26" +echo " gv_python27: $use_python27" echo " gv_R: $use_r" echo " gv_ruby: $use_ruby" echo " gv_tcl: $use_gv_tcl" --- a/tclpkg/Makefile.am +++ b/tclpkg/Makefile.am @@ -13,6 +13,8 @@ pkgpython23dir = $(pkglibdir)/python23 pkgpython24dir = $(pkglibdir)/python24 pkgpython25dir = $(pkglibdir)/python25 +pkgpython26dir = $(pkglibdir)/python26 +pkgpython27dir = $(pkglibdir)/python27 pkgRdir = $(pkglibdir)/R pkgrubydir = $(pkglibdir)/ruby pkgtcldir = $(pkglibdir)/tcl @@ -117,6 +119,28 @@ echo "Skipping system installation of python25 binding."; \ fi endif +if WITH_PYTHON26 + -mkdir -p $(DESTDIR)@PYTHON26_INSTALL_DIR@; + if test -w $(DESTDIR)@PYTHON26_INSTALL_DIR@; then \ + (cd $(DESTDIR)@PYTHON26_INSTALL_DIR@; \ + $(LN_S) -f $(pkgpython26dir)/libgv_python26.so _gv.so; \ + $(LN_S) -f $(pkgpython26dir)/gv.py gv.py;) \ + else \ + echo "Warning: @PYTHON26_INSTALL_DIR@ is not writable."; \ + echo "Skipping system installation of python26 binding."; \ + fi +endif +if WITH_PYTHON27 + -mkdir -p $(DESTDIR)@PYTHON27_INSTALL_DIR@; + if test -w $(DESTDIR)@PYTHON27_INSTALL_DIR@; then \ + (cd $(DESTDIR)@PYTHON27_INSTALL_DIR@; \ + $(LN_S) -f $(pkgpython27dir)/libgv_python27.so _gv.so; \ + $(LN_S) -f $(pkgpython27dir)/gv.py gv.py;) \ + else \ + echo "Warning: @PYTHON27_INSTALL_DIR@ is not writable."; \ + echo "Skipping system installation of python27 binding."; \ + fi +endif if WITH_RUBY -mkdir -p $(DESTDIR)@RUBY_INSTALL_DIR@; if test -w $(DESTDIR)@RUBY_INSTALL_DIR@; then \ @@ -160,6 +184,10 @@ -rm -rf $(DESTDIR)@PYTHON24_INSTALL_DIR@/_gv.so $(DESTDIR)@PYTHON_INSTALL_DIR@/gv.py; rm -rf $(DESTDIR)$(pkgpython25dir); -rm -rf $(DESTDIR)@PYTHON25_INSTALL_DIR@/_gv.so $(DESTDIR)@PYTHON_INSTALL_DIR@/gv.py; + rm -rf $(DESTDIR)$(pkgpython26dir); + -rm -rf $(DESTDIR)@PYTHON26_INSTALL_DIR@/_gv.so $(DESTDIR)@PYTHON_INSTALL_DIR@/gv.py; + rm -rf $(DESTDIR)$(pkgpython27dir); + -rm -rf $(DESTDIR)@PYTHON27_INSTALL_DIR@/_gv.so $(DESTDIR)@PYTHON_INSTALL_DIR@/gv.py; rm -rf $(DESTDIR)$(pkgRdir); rm -rf $(DESTDIR)$(pkgrubydir); -rm -rf $(DESTDIR)@RUBY_INSTALL_DIR@/gv.so; --- a/tclpkg/gv/Makefile.am +++ b/tclpkg/gv/Makefile.am @@ -198,6 +198,17 @@ gv_python26.cpp: gv.i $(SWIG) -c++ -python -o gv_python26.cpp $(srcdir)/gv.i +pkgpython27dir = $(pkglibdir)/python27 +PYTHON27_data = gv.py +nodist_libgv_python27_la_SOURCES = gv_python27.cpp $(PYTHON27_data) +libgv_python27_la_SOURCES = $(BASESOURCES) gv_dummy_init.c +libgv_python27_la_LIBADD = $(BASELIBS) $(PYTHON27_LIBS) +libgv_python27_la_LDFLAGS = -module -avoid-version +libgv_python27_la_CPPFLAGS = $(BASECPPFLAGS) $(PYTHON27_INCLUDES) +# $(PYTHON_data): gv_python.cpp +gv_python27.cpp: gv.i + $(SWIG) -c++ -python -o gv_python27.cpp $(srcdir)/gv.i + pkgRdir = $(pkglibdir)/R R_data = nodist_libgv_R_la_SOURCES = gv_R.cpp $(R_data) @@ -295,39 +306,46 @@ endif if WITH_PYTHON pkgpython_DATA = $(PYTHON_data) -man_MANS += gv.3python -pdf_DATA += gv.3python.pdf +py_mans ?= gv.3python +py_data ?= gv.3python.pdf pkgpython_LTLIBRARIES = libgv_python.la DEVTSTS += test_python endif if WITH_PYTHON23 pkgpython23_DATA = $(PYTHON23_data) -man_MANS += gv.3python -pdf_DATA += gv.3python.pdf +py_mans ?= gv.3python +py_data ?= gv.3python.pdf pkgpython23_LTLIBRARIES = libgv_python23.la #DEVTSTS += test_python23 endif if WITH_PYTHON24 pkgpython24_DATA = $(PYTHON24_data) -man_MANS += gv.3python -pdf_DATA += gv.3python.pdf +py_mans ?= gv.3python +py_data ?= gv.3python.pdf pkgpython24_LTLIBRARIES = libgv_python24.la #DEVTSTS += test_python24 endif if WITH_PYTHON25 pkgpython25_DATA = $(PYTHON25_data) -man_MANS += gv.3python -pdf_DATA += gv.3python.pdf +py_mans ?= gv.3python +py_data ?= gv.3python.pdf pkgpython25_LTLIBRARIES = libgv_python25.la #DEVTSTS += test_python25 endif if WITH_PYTHON26 pkgpython26_DATA = $(PYTHON26_data) -man_MANS += gv.3python -pdf_DATA += gv.3python.pdf +py_mans ?= gv.3python +py_data ?= gv.3python.pdf pkgpython26_LTLIBRARIES = libgv_python26.la #DEVTSTS += test_python26 endif +if WITH_PYTHON27 +pkgpython27_DATA = $(PYTHON27_data) +py_mans ?= gv.3python +py_data ?= gv.3python.pdf +pkgpython27_LTLIBRARIES = libgv_python27.la +#DEVTSTS += test_python27 +endif if WITH_R pkgR_DATA = $(R_data) man_MANS += gv.3r @@ -349,6 +367,9 @@ pkgtcl_LTLIBRARIES = libgv_tcl.la DEVTSTS += test_tcl +man_MANS += $(py_mans) +pdf_DATA += $(py_data) + all-local: pkgIndex.tcl pkgIndex.tcl: libgv_tcl.la @@ -428,6 +449,9 @@ if WITH_PYTHON26 (cd $(DESTDIR)$(pkgpython26dir); rm -f _gv.so; $(LN_S) libgv_python26.so _gv.so;) endif +if WITH_PYTHON27 + (cd $(DESTDIR)$(pkgpython27dir); rm -f _gv.so; $(LN_S) libgv_python27.so _gv.so;) +endif if WITH_R (cd $(DESTDIR)$(pkgRdir); rm -f gv.so; $(LN_S) libgv_R.so gv.so;) endif @@ -447,6 +471,7 @@ rm -rf $(DESTDIR)$(pkgpython24dir); rm -rf $(DESTDIR)$(pkgpython25dir); rm -rf $(DESTDIR)$(pkgpython26dir); + rm -rf $(DESTDIR)$(pkgpython27dir); rm -rf $(DESTDIR)$(pkgRdir); rm -rf $(DESTDIR)$(pkgrubydir); rm -rf $(DESTDIR)$(pkgtcldir); @@ -558,6 +583,7 @@ gv_python24.cpp $(PYTHON24_data) gv.pyc \ gv_python25.cpp $(PYTHON25_data) gv.pyc \ gv_python26.cpp $(PYTHON26_data) gv.pyc \ + gv_python27.cpp $(PYTHON27_data) gv.pyc \ gv_R.cpp $(R_data) \ gv_ruby.cpp $(RUBY_data) \ gv_tcl.cpp $(TCL_data) pkgIndex.tcl debian/patches/series0000664000000000000000000000113012440174213012025 0ustar 0_bindings_documentation 0_tcl_manpages_section #3_fix_powerpc_ftbfs # FIXME: not needed anymore #3_fix_manpage_warnings # FIXME: disabled 40_fix_swig_php_ftbfs 50_remove_changelog_in # 3_fix_dot_output # FIXME: not needed anymore 3_minor_fixes_to_dot_manpage # 0_python_27_support # FIXME: not needed anymore fix-kfreebsd-chroots # fix-hurd-autotools # FIXME: not updated # automake_1.11.2_fixes # FIXME: not needed anymore? #explicit_ruby_1.8 # kfreebsd-hang.patch # FIXME: not updated python_multiarch # guile-2.0.diff # FIXME: not needed anymore? tcllib.diff ruby-config.diff CVE-2014-9157.patch debian/patches/0_tcl_manpages_section0000664000000000000000000000060212253520426015141 0ustar --- a/tclpkg/tkspline/tkspline.3tk +++ b/tclpkg/tkspline/tkspline.3tk @@ -235,7 +235,7 @@ \\$1\l'|0\(ul'\\$2 .. .lf 2 tkspline.n -.TH tkspline n 8.0 Tk "Tk Spline \- An additional smoothing method for canvas items " +.TH tkspline 3tk 8.0 Tk "Tk Spline \- An additional smoothing method for canvas items " .BS '\" Note: do not modify the .SH NAME line immediately below! .SH NAME debian/patches/fix-kfreebsd-chroots0000664000000000000000000000067412265705750014612 0ustar Index: b/lib/gvc/gvconfig.c =================================================================== --- a/lib/gvc/gvconfig.c +++ b/lib/gvc/gvconfig.c @@ -347,7 +347,8 @@ continue; strcpy(line, path); /* use line buffer for result */ strcat(line, "/graphviz"); /* plugins are in "graphviz" subdirectory */ - libdir = line; + if (access(line, R_OK) == F_OK) + libdir = line; break; } } debian/patches/3_minor_fixes_to_dot_manpage0000664000000000000000000000326312265705743016365 0ustar Description: Minute typesetting improvements. A missing line break, and some inconsistent use of boldface characters. . Write the names of executable in boldface when referencing to them in the section "See also". Author: Mats Erik Andersson Last-Update: 2011-04-14 Index: b/cmd/dot/dot.1 =================================================================== --- a/cmd/dot/dot.1 +++ b/cmd/dot/dot.1 @@ -152,16 +152,17 @@ default attributes. .PP \fBn0 [\fIname0=val0,name1=val1,...\fB];\fR +.br Creates node \fBn0\fP (if it does not already exist) and sets its attributes according to the optional list. .PP -\fBn0 \fIedgeop\fR n1 \fIedgeop\fR \fI...\fB \fIedgeop\fR nn [\fIname0=val0,name1=val1,...\fB];\fR +\fBn0 \fIedgeop\fR n1 \fIedgeop\fR \fI...\fB \fIedgeop\fR nn \fB[\fIname0=val0,name1=val1,...\fB];\fR .br Creates edges between nodes \fBn0\fP, \fBn1\fP, ..., \fBnn\fP and sets their attributes according to the optional list. Creates nodes as necessary. .PP -[\fBsubgraph \fIname\fB] { \fIstatement\(hylist \fB}\fR +[\fBsubgraph \fIname\fR] \fB{ \fIstatement\(hylist \fB}\fR .br Creates a subgraph. Subgraphs may be used in place of \fBn0\fP, ..., \fBnn\fP in the above statements to create edges. @@ -675,13 +676,7 @@ on\(hyline reference pages. Most of these documents are also available in the \fIdoc\fP and \fIdoc/info\fP subtrees in the source and binary distributions. .PP -dotty(1) -.br -tcldot(n) -.br -xcolors(1) -.br -libgraph(3) +.BR dotty (1), tcldot (n), xcolors (1), libgraph (3). .PP E. R. Gansner, S. C. North, K. P. Vo, "DAG \(hy A Program to Draw Directed Graphs", Software \(hy Practice and Experience 17(1), 1988, pp. 1047\(hy1062. .br debian/patches/fix-hurd-autotools0000664000000000000000000000217512253520426014325 0ustar --- graphviz-2.26.3/m4/libtool.m4 2010-01-26 17:00:58.000000000 +0100 +++ graphviz-2.26.3/m4/libtool.m4 2011-11-12 15:20:27.000000000 +0100 @@ -2334,16 +2334,6 @@ esac ;; -gnu*) - version_type=linux - need_lib_prefix=no - need_version=no - library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' - soname_spec='${libname}${release}${shared_ext}$major' - shlibpath_var=LD_LIBRARY_PATH - hardcode_into_libs=yes - ;; - hpux9* | hpux10* | hpux11*) # Give a soname corresponding to the major version so that dld.sl refuses to # link against other versions. @@ -2445,7 +2435,7 @@ ;; # This must be Linux ELF. -linux* | k*bsd*-gnu) +linux* | k*bsd*-gnu | gnu*) version_type=linux need_lib_prefix=no need_version=no @@ -3037,10 +3027,6 @@ fi ;; -gnu*) - lt_cv_deplibs_check_method=pass_all - ;; - hpux10.20* | hpux11*) lt_cv_file_magic_cmd=/usr/bin/file case $host_cpu in @@ -3075,7 +3061,7 @@ ;; # This must be Linux ELF. -linux* | k*bsd*-gnu) +linux* | k*bsd*-gnu | gnu*) lt_cv_deplibs_check_method=pass_all ;; debian/patches/ruby-config.diff0000664000000000000000000000214112265706367013711 0ustar Index: b/config/config_ruby.rb =================================================================== --- a/config/config_ruby.rb +++ b/config/config_ruby.rb @@ -4,8 +4,12 @@ case ARGV[0] +when "arch" + puts RbConfig::expand(CONFIG["arch"]) when "archdir" puts RbConfig::expand(CONFIG["archdir"]) +when "hdrdir" + puts RbConfig::expand(CONFIG["rubyhdrdir"]) when "lib" puts RbConfig::expand(CONFIG["libdir"]) when "vendorarchdir" Index: b/configure.ac =================================================================== --- a/configure.ac +++ b/configure.ac @@ -1569,7 +1569,9 @@ if test "x$RUBY" = "x"; then use_ruby="No (ruby not available)" else - RUBY_CFLAGS="-I`$RUBY $srcdir/config/config_ruby.rb archdir`" + rubyincdir=`$RUBY $srcdir/config/config_ruby.rb hdrdir` + rubyarch=`$RUBY $srcdir/config/config_ruby.rb arch` + RUBY_CFLAGS="-I$rubyincdir -I$rubyincdir/$rubyarch" # hack for powerpc-darwin8 (10.4) if test "x$DARWIN" = "xyes"; then RUBY_CFLAGS=`echo $RUBY_CFLAGS | sed 's/powerpc/universal/'` debian/patches/guile-2.0.diff0000664000000000000000000000241712253520426013060 0ustar Index: b/configure.ac =================================================================== --- a/configure.ac +++ b/configure.ac @@ -634,7 +634,7 @@ if test "x$GUILE" = "x"; then use_guile="No (guile not available)" else - GUILE_VERSION=`$GUILE --version | head -1 | cut -d ' ' -f 2` + GUILE_VERSION=`$GUILE --version | awk 'NR==1 {print $NF}'` GUILE_VERSION_MAJOR=`echo $GUILE_VERSION | cut -d '.' -f 1` GUILE_VERSION_MINOR=`echo $GUILE_VERSION | cut -d '.' -f 2` if test $GUILE_VERSION_MAJOR -lt 2; then @@ -649,14 +649,18 @@ if test "x$GUILE" = "x"; then use_guile="No (guile is too old)" else - GUILE_INCLUDES= - GUILE_LIBS= + GUILE_INCLUDES=`pkg-config --cflags guile-2.0` + GUILE_LIBS=`pkg-config --libs guile-2.0` + save_CPPFLAGS=$CPPFLAGS + CPPFLAGS="$CPPFLAGS $GUILE_INCLUDES" AC_CHECK_HEADER(libguile.h,,[ use_guile="No (guile header missing)" GUILE= ]) + CPPFLAGS=$save_CPPFLAGS if test "x$GUILE" != "x"; then use_guile="Yes" + GUILE_INCLUDES="-fpermissive $GUILE_INCLUDES" AC_SUBST(GUILE_INCLUDES) AC_SUBST(GUILE_LIBS) fi debian/patches/40_fix_swig_php_ftbfs0000664000000000000000000000165412265705725014740 0ustar Description: use -php instead of -php5 with swig Author: Ludovico Cavedon Index: b/tclpkg/gv/Makefile.am =================================================================== --- a/tclpkg/gv/Makefile.am +++ b/tclpkg/gv/Makefile.am @@ -166,7 +166,7 @@ gv.php: gv_php.cpp php_gv.h: gv_php.cpp gv_php.cpp: gv.i - $(SWIG) -c++ -php5 -o gv_php.cpp $(srcdir)/gv.i + $(SWIG) -c++ -php -o gv_php.cpp $(srcdir)/gv.i pkgpythondir = $(pkglibdir)/python PYTHON_data = gv.py Index: b/tclpkg/gv/Makefile.in =================================================================== --- a/tclpkg/gv/Makefile.in +++ b/tclpkg/gv/Makefile.in @@ -3344,7 +3344,7 @@ gv.php: gv_php.cpp php_gv.h: gv_php.cpp gv_php.cpp: gv.i - $(SWIG) -c++ -php5 -o gv_php.cpp $(srcdir)/gv.i + $(SWIG) -c++ -php -o gv_php.cpp $(srcdir)/gv.i $(PYTHON_data): gv_python.cpp gv_python.cpp: gv.i $(SWIG) -c++ -python -o gv_python.cpp $(srcdir)/gv.i debian/patches/CVE-2014-9157.patch0000664000000000000000000000120212440174331013236 0ustar Subject: Fix format string vulnerability (CVE-2014-9157) in yyerror() routine Origin: https://github.com/ellson/graphviz/commit/99eda421f7ddc27b14e4ac1d2126e5fe41719081 Author: Emden R. Gansner --- lib/cgraph/scan.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: b/lib/cgraph/scan.l =================================================================== --- a/lib/cgraph/scan.l +++ b/lib/cgraph/scan.l @@ -223,7 +223,7 @@ agxbput (&xb, buf); agxbput (&xb, yytext); agxbput (&xb,"'\n"); - agerr(AGWARN,agxbuse(&xb)); + agerr(AGWARN, "%s", agxbuse(&xb)); agxbfree(&xb); } /* must be here to see flex's macro defns */ debian/patches/3_fix_dot_output0000664000000000000000000001002712253520426014041 0ustar diff -ur graphviz-2.26.3.orig//lib/common/output.c graphviz-2.26.3/lib/common/output.c --- graphviz-2.26.3.orig//lib/common/output.c 2010-03-16 20:43:24.985883277 +0000 +++ graphviz-2.26.3/lib/common/output.c 2010-03-16 20:46:51.159885331 +0000 @@ -22,7 +22,7 @@ #define YDIR(y) (Y_invert ? (Y_off - (y)) : (y)) #define YFDIR(y) (Y_invert ? (YF_off - (y)) : (y)) -int Y_off; /* ymin + ymax */ +double Y_off; /* ymin + ymax */ double YF_off; /* Y_off in inches */ #ifdef WITH_CGRAPH @@ -80,7 +80,7 @@ static void setYInvert(graph_t * g) { if (Y_invert) { - Y_off = ROUND(GD_bb(g).UR.y + GD_bb(g).LL.y); + Y_off = GD_bb(g).UR.y + GD_bb(g).LL.y; YF_off = PS2INCH(Y_off); } } @@ -217,9 +217,9 @@ if (f->n_flds == 0) { sprintf(buf, "%.5g,%.5g,%.5g,%.5g ", f->b.LL.x + ND_coord(n).x, - YFDIR(f->b.LL.y + ND_coord(n).y), + YDIR(f->b.LL.y + ND_coord(n).y), f->b.UR.x + ND_coord(n).x, - YFDIR(f->b.UR.y + ND_coord(n).y)); + YDIR(f->b.UR.y + ND_coord(n).y)); agxbput(xb, buf); } for (i = 0; i < f->n_flds; i++) @@ -232,8 +232,8 @@ char buf[BUFSIZ]; pointf pt; - sprintf(buf, "%.5g,%.5g,%.5g,%.5g", GD_bb(g).LL.x, YFDIR(GD_bb(g).LL.y), - GD_bb(g).UR.x, YFDIR(GD_bb(g).UR.y)); + sprintf(buf, "%.5g,%.5g,%.5g,%.5g", GD_bb(g).LL.x, YDIR(GD_bb(g).LL.y), + GD_bb(g).UR.x, YDIR(GD_bb(g).UR.y)); #ifndef WITH_CGRAPH agxset(g, bbsym->index, buf); #else @@ -241,7 +241,7 @@ #endif if (GD_label(g) && GD_label(g)->text[0]) { pt = GD_label(g)->pos; - sprintf(buf, "%.5g,%.5g", pt.x, YFDIR(pt.y)); + sprintf(buf, "%.5g,%.5g", pt.x, YDIR(pt.y)); agset(g, "lp", buf); } for (c = 1; c <= GD_n_cluster(g); c++) @@ -286,7 +286,7 @@ safe_dcl(g, g, "lp", "", agraphattr); if (GD_label(g)->text[0]) { ptf = GD_label(g)->pos; - sprintf(buf, "%.5g,%.5g", ptf.x, YFDIR(ptf.y)); + sprintf(buf, "%.5g,%.5g", ptf.x, YDIR(ptf.y)); agset(g, "lp", buf); } } @@ -311,7 +311,7 @@ safe_dcl(g, AGRAPH, "lp", ""); if (GD_label(g)->text[0]) { ptf = GD_label(g)->pos; - sprintf(buf, "%.5g,%.5g", ptf.x, YFDIR(ptf.y)); + sprintf(buf, "%.5g,%.5g", ptf.x, YDIR(ptf.y)); agset(g, "lp", buf); } } @@ -336,7 +336,7 @@ #endif if (ND_xlabel(n)) { ptf = ND_xlabel(n)->pos; - sprintf(buf, "%.5g,%.5g", ptf.x, YFDIR(ptf.y)); + sprintf(buf, "%.5g,%.5g", ptf.x, YDIR(ptf.y)); agset(n, "xlp", buf); } if (strcmp(ND_shape(n)->name, "record") == 0) { @@ -391,38 +391,38 @@ s_arrows = 1; sprintf(buf, "s,%.5g,%.5g ", ED_spl(e)->list[i].sp.x, - YFDIR(ED_spl(e)->list[i].sp.y)); + YDIR(ED_spl(e)->list[i].sp.y)); agxbput(&xb, buf); } if (ED_spl(e)->list[i].eflag) { e_arrows = 1; sprintf(buf, "e,%.5g,%.5g ", ED_spl(e)->list[i].ep.x, - YFDIR(ED_spl(e)->list[i].ep.y)); + YDIR(ED_spl(e)->list[i].ep.y)); agxbput(&xb, buf); } for (j = 0; j < ED_spl(e)->list[i].size; j++) { if (j > 0) agxbputc(&xb, ' '); ptf = ED_spl(e)->list[i].list[j]; - sprintf(buf, "%.5g,%.5g", ptf.x, YFDIR(ptf.y)); + sprintf(buf, "%.5g,%.5g", ptf.x, YDIR(ptf.y)); agxbput(&xb, buf); } } agset(e, "pos", agxbuse(&xb)); if (ED_label(e)) { ptf = ED_label(e)->pos; - sprintf(buf, "%.5g,%.5g", ptf.x, YFDIR(ptf.y)); + sprintf(buf, "%.5g,%.5g", ptf.x, YDIR(ptf.y)); agset(e, "lp", buf); } if (ED_xlabel(e)) { ptf = ED_xlabel(e)->pos; - sprintf(buf, "%.5g,%.5g", ptf.x, YFDIR(ptf.y)); + sprintf(buf, "%.5g,%.5g", ptf.x, YDIR(ptf.y)); agset(e, "xlp", buf); } if (ED_head_label(e)) { ptf = ED_head_label(e)->pos; - sprintf(buf, "%.5g,%.5g", ptf.x, YFDIR(ptf.y)); + sprintf(buf, "%.5g,%.5g", ptf.x, YDIR(ptf.y)); agset(e, "head_lp", buf); } if (ED_tail_label(e)) { @@ -453,7 +453,7 @@ void output_point(agxbuf *xbuf, pointf p) { char buf[BUFSIZ]; - sprintf(buf, "%d %d ", ROUND(p.x), YDIR(ROUND(p.y))); + sprintf(buf, "%d %d ", ROUND(p.x), ROUND(YDIR(p.y))); agxbput(xbuf, buf); } debian/patches/tcllib.diff0000664000000000000000000000531012253520426012722 0ustar Index: b/configure.ac =================================================================== --- a/configure.ac +++ b/configure.ac @@ -100,13 +100,6 @@ if test -z "$LIBPOSTFIX"; then case "${host_os}" in - *linux* ) - case "${host_cpu}" in - aarch64 | powerpc64 | s390x | x86_64 | sparc64 ) - LIBPOSTFIX="64" - ;; - esac - ;; *solaris* ) case "${host_cpu}" in x86_64 | sparc64 ) @@ -1644,10 +1637,14 @@ if test "x$use_tcl" = "x"; then # Some systems don't have Tcl. Don't build # the Tcl products if we don't have the library. - if test -f ${TCLSH_EXEC_PREFIX}/lib${LIBPOSTFIX}/tcl${TCL_VERSION_FOUND}/tclConfig.sh; then + if test -f ${TCLSH_EXEC_PREFIX}/lib${LIBPOSTFIX}/${DEB_HOST_MULTIARCH}/tcl${TCL_VERSION_FOUND}/tclConfig.sh; then + TCLCONFIG=${TCLSH_EXEC_PREFIX}/lib${LIBPOSTFIX}/${DEB_HOST_MULTIARCH}/tcl${TCL_VERSION_FOUND}/tclConfig.sh + elif test -f ${TCLSH_EXEC_PREFIX}/lib${LIBPOSTFIX}/tcl${TCL_VERSION_FOUND}/tclConfig.sh; then TCLCONFIG=${TCLSH_EXEC_PREFIX}/lib${LIBPOSTFIX}/tcl${TCL_VERSION_FOUND}/tclConfig.sh else - if test -f ${TCLSH_EXEC_PREFIX}/lib${LIBPOSTFIX}/tclConfig.sh; then + if test -f ${TCLSH_EXEC_PREFIX}/lib${LIBPOSTFIX}/${DEB_HOST_MULTIARCH}/tclConfig.sh; then + TCLCONFIG=${TCLSH_EXEC_PREFIX}/lib${LIBPOSTFIX}/${DEB_HOST_MULTIARCH}/tclConfig.sh + elif test -f ${TCLSH_EXEC_PREFIX}/lib${LIBPOSTFIX}/tclConfig.sh; then TCLCONFIG=${TCLSH_EXEC_PREFIX}/lib${LIBPOSTFIX}/tclConfig.sh else if test -f ${TCLSH_EXEC_PREFIX}/lib/tclConfig.sh; then @@ -1792,10 +1789,14 @@ # Some systems don't have Tcl. Don't build # Some systems have Tcl, but not Tk. Don't build # the Tk products if we don't have the library. - if test -f ${WISH_EXEC_PREFIX}/lib${LIBPOSTFIX}/tk${TK_VERSION_FOUND}/tkConfig.sh; then + if test -f ${WISH_EXEC_PREFIX}/lib${LIBPOSTFIX}/${DEB_HOST_MULTIARCH}/tk${TK_VERSION_FOUND}/tkConfig.sh; then + TKCONFIG=${WISH_EXEC_PREFIX}/lib${LIBPOSTFIX}/${DEB_HOST_MULTIARCH}/tk${TK_VERSION_FOUND}/tkConfig.sh + elif test -f ${WISH_EXEC_PREFIX}/lib${LIBPOSTFIX}/tk${TK_VERSION_FOUND}/tkConfig.sh; then TKCONFIG=${WISH_EXEC_PREFIX}/lib${LIBPOSTFIX}/tk${TK_VERSION_FOUND}/tkConfig.sh else - if test -f ${WISH_EXEC_PREFIX}/lib${LIBPOSTFIX}/tkConfig.sh; then + if test -f ${WISH_EXEC_PREFIX}/lib${LIBPOSTFIX}/${DEB_HOST_MULTIARCH}/tkConfig.sh; then + TKCONFIG=${WISH_EXEC_PREFIX}/lib${LIBPOSTFIX}/${DEB_HOST_MULTIARCH}/tkConfig.sh + elif test -f ${WISH_EXEC_PREFIX}/lib${LIBPOSTFIX}/tkConfig.sh; then TKCONFIG=${WISH_EXEC_PREFIX}/lib${LIBPOSTFIX}/tkConfig.sh else if test -f ${WISH_EXEC_PREFIX}/lib/tkConfig.sh; then debian/patches/0_bindings_documentation0000664000000000000000000000160712253520426015514 0ustar Index: b/tclpkg/gv/gv_doc_langs.tcl =================================================================== --- a/tclpkg/gv/gv_doc_langs.tcl +++ b/tclpkg/gv/gv_doc_langs.tcl @@ -103,7 +103,7 @@ gv. ( {, } {);} } SYNOPSIS { - {(load-extension "./libgv.so" "SWIG_init")} + {(load-extension "/usr/lib/graphviz/guile/libgv_guile.so" "SWIG_init")} } USAGE { } @@ -258,6 +258,13 @@ gv. ( {, } {);} } SYNOPSIS { + {Run the ocaml interpreter} + {} + {#use "topfind";;} + {- : unit = ()} + {} + {#require "gv";;} + {/usr/lib/ocaml/3.10.0/gv/gv.cma: loaded} } USAGE { } @@ -348,8 +355,8 @@ SYNOPSIS { {#!/usr/bin/php} {} } USAGE { @@ -395,7 +402,6 @@ } SYNOPSIS { {#!/usr/bin/python} - {import sys} {import gv} } USAGE { debian/libgv-python.install0000664000000000000000000000010712253520426013201 0ustar usr/lib/python* usr/lib/graphviz/python* usr/share/man/man3/gv.3python debian/libgv-tcl.lintian-overrides0000664000000000000000000000011112253520426014425 0ustar embedded-library usr/lib/tcltk/graphviz/libtcldot_builtin.so.0.0.0: ltdl debian/libgv-guile.install0000664000000000000000000000010312253520426012761 0ustar usr/lib/graphviz/guile/libgv_guile.so usr/share/man/man3/gv.3guile debian/pyversions0000664000000000000000000000001012264346340011327 0ustar 2.4,2.5 debian/graphviz-doc.ocamldoc0000664000000000000000000000010112253520426013261 0ustar --include debian/libgraphviz-dev/usr/lib/ocaml/gv/ -I tclpkg/gv/ debian/manpages0000664000000000000000000000004112253520426010702 0ustar debian/diffimg.1 debian/vimdot.1 debian/README.Debian-packaging0000664000000000000000000000503012253520426013152 0ustar Packaging graphviz for Debian ----------------------------- [ New upstream release ] * Update the list of config scripts if needed. [ Patches ] * Patch management: quilt is used, remember to run "autoreconf -vfi" with automake1.10 installed, so as to produce the appropriate patch, stored as the last patch of the series, 0_autoreconf_run. One shouldn't forget to delete autom4te.cache directories before refreshing the patch. * As of 2.14, there are no longer patches which imply an autoreconf run, so this patch no longer exists. Anyway, upstream now uses automake1.10. * The following prefix convention was originally used for patch names: 0 - Debian-specific fix 1 - Backported fix (followed by a 4-digit upstream bug number, if any) 2 - Submitted fix (followed by a 4-digit upstream bug number, if any) 3 - Not-yet submitted fix. The frontier between 2 and 3 is no longer clear, since there was a lot of patches sent upstream during the last weeks (may 2007), so 3_* patches might have already been incorporated into upstream's CVS, and further patches are likely to be sent upstream as soon as added to the package. [ Library handling ] * dh_makeshlibs: the -V option is used to ensure that the versioned-Depends on libgraphvizN is sufficient, so that one is sure that the config file update mechanism is present. [ Plugins & config file ] * They are/will be named libgraphvizN-*-plugin. * They have to use this mechanism in post{inst,rm} scripts to ensure that they are correctly registered. Copying the first stanza (about libgraphvizN-dev-config-update) of libgraphvizN's postinst to both plugin's postinst and postrm should be sufficient. * Each libgraphvizN should take care of its own "configN" file (creation, update, removal). In addition, "config" file should be removed (e.g. in postinst), since it may have subsisted during 2.8 -> 2.12 migration. * Care must be taken about the plugin files, they have to be excluded from the libgraphvizN package (see libgraphvizN.install), that's why the content of this latter package has to be listed in extenso, and that's why jokers aren't used for some files (esp. under /usr/lib/graphviz). * lib/gvc/gvconfig.c:gvconfig() is patched to use "configN" instead of "config", so as to be able to have several library versions installed at the same time, which is not possible with a common configuration file. -- Cyril Brulebois Mon, 21 May 2007 04:56:17 +0200 debian/watch.in0000664000000000000000000000022012253520426010621 0ustar # Site Directory Pattern Version Script version=3 http://www.graphviz.org/pub/@GRAPHVIZ_SOURCES@/graphviz-([0-9.]+)\.tar\.gz