lp:ubuntu/gutsy/graphviz

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/gutsy/graphviz
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Development

Recent revisions

17. By Matthias Klose

Brown paper bag bug, change the control file, not just the changelog.

16. By Matthias Klose

Build-depend on liblualib50-dev instead of liblua50-dev.

15. By Matthias Klose

* 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.

14. By Matthias Klose

Build using freetype2.

13. By Cyril Brulebois <email address hidden>

* 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).

12. By Cyril Brulebois <email address hidden>

* 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.

11. By Cyril Brulebois <email address hidden>

* 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 <email address hidden> (no NMU diff in the BTS);
   - Steinar H. Gunderson <email address hidden> (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.

10. By Cyril Brulebois <email address hidden>

* Non-maintainer upload.
* Moved groff-base and gs-common from Build-Depends-Indep to Build-Depends.
  Fixes FTBFS when building binary-arch only.

9. By Merge-o-Matic

Merge from debian unstable.

8. By Matthias Klose

Rebuild for ldbl128 change on powerpc and sparc.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/karmic/graphviz
This branch contains Public information 
Everyone can see this information.

Subscribers