[ubuntu/lucid] graphviz 2.20.2-8ubuntu1 (Accepted)

Matthias Klose doko at ubuntu.com
Mon Feb 1 18:40:16 GMT 2010


graphviz (2.20.2-8ubuntu1) lucid; urgency=low

  * Merge with Debian; remaining changes:
    - Fix a segfault in dot2gxl.
    - debian/control: Added XS-Python-Version: all
  * debian/rules:
    - Included python.mk
    - Load PYTHON_VERSIONS with default version instead of all versions
    - Enable generic python support in configure (parameter --enable-python)
      call and disable python2.5 (--enable-python25) support.
    - Install the generic python support.

graphviz (2.20.2-8) unstable; urgency=low

  * Maintenance upload until 2.26 is ready
  * Add phpapi-<version> 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

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)

graphviz (2.20.2-6) unstable; urgency=low

  * QA upload.

  * Don't install gv.a on non-native OCaml architectures.

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.

graphviz (2.20.2-4) unstable; urgency=high

  * QA upload.
  * Orphan the package:
     - Set Maintainer to Debian QA Group <packages at qa.debian.org>.
     - 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.

Date: Mon, 01 Feb 2010 19:00:48 +0100
Changed-By: Matthias Klose <doko at ubuntu.com>
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Matthias Klose <matthias.klose at canonical.com>
https://launchpad.net/ubuntu/lucid/+source/graphviz/2.20.2-8ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 01 Feb 2010 19:00:48 +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-8ubuntu1
Distribution: lucid
Urgency: high
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Matthias Klose <doko 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: 493974 504569 504571 505040 536245 536383 542979 562407 566287
Changes: 
 graphviz (2.20.2-8ubuntu1) lucid; urgency=low
 .
   * Merge with Debian; remaining changes:
     - Fix a segfault in dot2gxl.
     - debian/control: Added XS-Python-Version: all
   * debian/rules:
     - Included python.mk
     - Load PYTHON_VERSIONS with default version instead of all versions
     - Enable generic python support in configure (parameter --enable-python)
       call and disable python2.5 (--enable-python25) support.
     - Install the generic python support.
 .
 graphviz (2.20.2-8) unstable; urgency=low
 .
   * Maintenance upload until 2.26 is ready
   * Add phpapi-<version> 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
 .
 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)
 .
 graphviz (2.20.2-6) unstable; urgency=low
 .
   * QA upload.
 .
   * Don't install gv.a on non-native OCaml architectures.
 .
 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.
 .
 graphviz (2.20.2-4) unstable; urgency=high
 .
   * QA upload.
   * Orphan the package:
      - Set Maintainer to Debian QA Group <packages at qa.debian.org>.
      - 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.
Checksums-Sha1: 
 c0f790d284cd6443a5e7317ca59c078789dcd587 2054 graphviz_2.20.2-8ubuntu1.dsc
 0b55d747002a49249ee30071d20a87b1a2deb91c 33932 graphviz_2.20.2-8ubuntu1.diff.gz
Checksums-Sha256: 
 296e51f3cb31be8494cac57cafb8d7930c24d037e0f5b1d755405f691245028c 2054 graphviz_2.20.2-8ubuntu1.dsc
 8de2ffdbe398f877e0d66dad25606ca20e892fb1fcd1b07cbd8140865a83d88c 33932 graphviz_2.20.2-8ubuntu1.diff.gz
Files: 
 22b57d9c37c5076a2166d860127467bc 2054 graphics optional graphviz_2.20.2-8ubuntu1.dsc
 94ce3866c15df94a67c3f732b152151e 33932 graphics optional graphviz_2.20.2-8ubuntu1.diff.gz
Original-Maintainer: David Claughton <dave at eclecticdave.com>

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

iEYEARECAAYFAktnHtQACgkQStlRaw+TLJx5TgCfe5oKvO4hZnevAwS92S9OPmH3
/xEAn2FHq/1yEHJPP2KIslVMcJNRXRIl
=gNd+
-----END PGP SIGNATURE-----


More information about the Lucid-changes mailing list