[ubuntu/maverick] graphviz 2.26.3-4 (Accepted)
Christoph Egger
christoph at debian.org
Sat May 15 13:00:21 BST 2010
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)
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
* Fixed spelling mistake in lefty.1 manpage. Thanks to A. Costa
<agcosta AT gis DOT net> for spotting this. (Closes: #573639)
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)
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
Date: Wed, 24 Mar 2010 22:45:18 +0000
Changed-By: Christoph Egger <christoph at debian.org>
Maintainer: David Claughton <dave at eclecticdave.com>
Signed-By: Benjamin Drung <benjamin.drung at gmail.com>
Origin: debian/unstable
https://launchpad.net/ubuntu/maverick/+source/graphviz/2.26.3-4
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 24 Mar 2010 22:45:18 +0000
Source: graphviz
Binary: graphviz libgv-guile libgv-lua libgv-ocaml libgv-perl libgv-php5 libgv-python libgv-ruby libgv-tcl libgraph4 libcgraph5 libcdt4 libpathplan4 libgvc5 libgvpr1 libxdot4 libgraphviz-dev graphviz-doc graphviz-dev
Architecture: source
Version: 2.26.3-4
Distribution: maverick
Urgency: low
Maintainer: David Claughton <dave at eclecticdave.com>
Changed-By: Christoph Egger <christoph at debian.org>
Description:
graphviz - rich set of graph drawing tools
graphviz-dev - transitional package for graphviz-dev rename
graphviz-doc - additional documentation for graphviz
libcdt4 - rich set of graph drawing tools - cdt library
libcgraph5 - rich set of graph drawing tools - cgraph library
libgraph4 - rich set of graph drawing tools - graph library
libgraphviz-dev - graphviz libs and headers against which to build applications
libgv-guile - Guile bindings for graphviz
libgv-lua - Lua bindings for graphviz
libgv-ocaml - OCaml bindings for graphviz
libgv-perl - Perl bindings for graphviz
libgv-php5 - Php5 bindings for graphviz
libgv-python - Python bindings for graphviz
libgv-ruby - Ruby bindings for graphviz
libgv-tcl - Tcl bindings for graphviz
libgvc5 - rich set of graph drawing tools - gvc library
libgvpr1 - rich set of graph drawing tools - gvpr library
libpathplan4 - rich set of graph drawing tools - pathplan library
libxdot4 - rich set of graph drawing tools - xdot library
Closes: 512447 521538 521539 522004 522356 554222 573639 573781 575255
Changes:
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)
.
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
* Fixed spelling mistake in lefty.1 manpage. Thanks to A. Costa
<agcosta AT gis DOT net> for spotting this. (Closes: #573639)
.
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)
.
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
Checksums-Sha1:
53234c8d79fa2fdb4e00de0993cff0bd18c36310 2619 graphviz_2.26.3-4.dsc
04503ac5a9eaa579859f0d017811fa245717edec 17092429 graphviz_2.26.3.orig.tar.gz
0ee4a381bab1ca122e0a09ab32dc679425ac9ec5 46667 graphviz_2.26.3-4.debian.tar.gz
Checksums-Sha256:
ef4bbd8a670f3f78ffe01daa1c0f4184b2f770cf8c23f5b4ef02eb043e92d79d 2619 graphviz_2.26.3-4.dsc
f410996e69b1095237c2128deae5fc7b6ce99055b095271abb14447bc2f37fa1 17092429 graphviz_2.26.3.orig.tar.gz
ac1551a670c42765ea4e2a7a112940468ed5a8063da84c7547d54ce22ec8ecc3 46667 graphviz_2.26.3-4.debian.tar.gz
Files:
02069b759f78b16efb9bcf88065e9775 2619 graphics optional graphviz_2.26.3-4.dsc
6f45946fa622770c45609778c0a982ee 17092429 graphics optional graphviz_2.26.3.orig.tar.gz
53c1e1607deef449b10de03f5d5fb39f 46667 graphics optional graphviz_2.26.3-4.debian.tar.gz
Origin: debian/unstable
Launchpad-Bugs-Fixed: 580685
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQIcBAEBCgAGBQJL7ofKAAoJEBWetcTvyHdMn4kP/2IpVssiiEpEX0lCv2hESX6b
sPYlF7ULt9i+W8L3MKxSHobTVUpfvme+tMKpvCufSsNAPi5jdmSaGiAR+9kHkM0Q
ytG/1NTASSBvUjbnqQTE8gt167pivwQviRFIjP7aZTjkEX+F6vbjPhzu7MlGsR2F
cx1SlF22KumlLrDH3TmpIEMZldbp8hYfYI6vImsxrjzFCdq52z1IU5JDpFlrM2YF
7x89or7CBpfcPNZOxy56ARamI7IywKuqh6n6cZlea2wb7meKiYFh3sLlgAKjXvu6
47dacSqcoewI7iT94EXG1E7MLc5ulQ5jwFlVyDiyM0g4C2wJZylXp4qEtO6lhExS
/6WOguizVzBV0dUXWFtXYdp1bQZubFgmuQccGI3Cst0umn+GkmFfMA9QQ8j1yyUV
Ouwxi4+giKYRnp0Ffm5g+G3NdWursLK6Wd9WYXY2UfugR30uEEf8eP2AkroD46dm
Zeis+uDGkG6Z3v1zsYMO4UJg/Kda6Vq9FFuFjA0djyy+ZuTQV04WCEj/i5XkEFYN
zNIEP21PDYRnvdU2JTjxx4d6c6umU2DHNHah+lg8meBZ0K9jQrNq62LU3jv43P4x
zoKgQBOn6XVNSDaiHKLc/AvvDdFTdkOp+nM27DFCg0fDReLskSTRjbM9Dx4GgpoN
83GiWgjXLysgeAcdWoN4
=HL7I
-----END PGP SIGNATURE-----
More information about the Maverick-changes
mailing list