[ubuntu/jaunty] graphviz 2.20.2-3ubuntu1 (Accepted)

Martin Pitt martin.pitt at ubuntu.com
Wed Nov 5 09:25:22 GMT 2008


graphviz (2.20.2-3ubuntu1) jaunty; urgency=low

  * Merge with Debian unstable; remaining Ubuntu changes:
    - Build against guile 1.8 instead of 1.6. (forwarded to Debian #493974)
    - Fix gs-common build dependency to ghostscript. (forwarded to
      Debian #504569)
    - Update build dep libltdl3-dev to libltdl7-dev. (forwarded to
      Debian #504571)
  * Build against lua 5.1 instead of 5.0. This drops this Debian delta and
    moves Ubuntu towards the newer lua version, which we need to do at some
    point anyway.

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.

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

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/<version>/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.

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.

Date: Wed, 05 Nov 2008 09:54:54 +0100
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/jaunty/+source/graphviz/2.20.2-3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 05 Nov 2008 09:54:54 +0100
Source: graphviz
Binary: graphviz libgv-guile libgv-lua libgv-ocaml libgv-perl libgv-php5 libgv-python libgv-ruby libgv-tcl libgraphviz4 libgraphviz-dev graphviz-doc graphviz-dev
Architecture: source
Version: 2.20.2-3ubuntu1
Distribution: jaunty
Urgency: high
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description: 
 graphviz   - rich set of graph drawing tools
 graphviz-dev - transitional package for graphviz-dev rename
 graphviz-doc - additional documentation for graphviz
 libgraphviz-dev - graphviz libs and headers against which to build applications
 libgraphviz4 - rich set of graph drawing tools
 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
Closes: 489964 490043 493494
Changes: 
 graphviz (2.20.2-3ubuntu1) jaunty; urgency=low
 .
   * Merge with Debian unstable; remaining Ubuntu changes:
     - Build against guile 1.8 instead of 1.6. (forwarded to Debian #493974)
     - Fix gs-common build dependency to ghostscript. (forwarded to
       Debian #504569)
     - Update build dep libltdl3-dev to libltdl7-dev. (forwarded to
       Debian #504571)
   * Build against lua 5.1 instead of 5.0. This drops this Debian delta and
     moves Ubuntu towards the newer lua version, which we need to do at some
     point anyway.
 .
 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.
 .
 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
 .
 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/<version>/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.
 .
 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.
Checksums-Sha1: 
 3603dc61c2743fd0e0d215dc6a68f3ae8f3cc826 1866 graphviz_2.20.2-3ubuntu1.dsc
 e08cf95b69a51e6c63accbc662075550f915a54c 13334096 graphviz_2.20.2.orig.tar.gz
 04c28757e25aefad08b03d09d13c734741104d01 30756 graphviz_2.20.2-3ubuntu1.diff.gz
Checksums-Sha256: 
 03314f420187f3364470d418df43b12126382b3de6178faa6207d738d267a2a5 1866 graphviz_2.20.2-3ubuntu1.dsc
 f5d1c8fe6e341fa347c9d68fd2178eb0d0f7362384197570612458926105bc8e 13334096 graphviz_2.20.2.orig.tar.gz
 45cf271c10ca4ab985f0a9d05bf13fc93f468c8f0f56bd26ef4931e20cf8fb41 30756 graphviz_2.20.2-3ubuntu1.diff.gz
Files: 
 c9d58a4f7ea1f7e40aa4d334e0650666 1866 graphics optional graphviz_2.20.2-3ubuntu1.dsc
 8129b4682efbf0cf321c2ec8f7994003 13334096 graphics optional graphviz_2.20.2.orig.tar.gz
 30d160be3a7604bc5fd70a59e4aba9df 30756 graphics optional graphviz_2.20.2-3ubuntu1.diff.gz
Original-Maintainer: Cyril Brulebois <kibi at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkkRZMIACgkQDecnbV4Fd/J7GgCfdVFpSfFiSvqJ6Kjtmd5gH8B8
0/sAoKm6v1hIY9sASiZVPB6tEpDGm/Tc
=beZr
-----END PGP SIGNATURE-----


More information about the Jaunty-changes mailing list