This package was debianized by Cyrille Chepelov <cyrille@chepelov.org> on
Mon, 25 Feb 2002 20:16:46 +0100.

It has been subsequently taken over by Andrés Roldán
<aroldan@debian.org>

Release tarballs are downloaded from http://www.valgrind.org

SVN snapshot tarball are downloaded from svn://svn.valgrind.org/valgrind/trunk
and created with "autoreconf -fi && ./configure --prefix=/usr && make dist"
(ideally "make distcheck" would be preferred but it doesn't pass).
  To build the docs, you'll need to patch the sources with
debian/valgrind-docs-build.diff and you'll need some extra build-deps: xmltex
(for pdfxmltex), texlive-latex-recommended (for rotating.sty),
texlive-latex-extra (for soul.sty), texlive-fonts-recommended (for
marvosym.sty).
  Careful, valgrind's SVN repo uses svn:externals, and Subversion doesn't pass
down -r when exporting or checking out, so you need to do something like:
    date=20100724
    svn co -r "{$date}" svn://svn.valgrind.org/valgrind/trunk valgrind-$date
    cd "valgrind-$date"
    rm VEX -rf
    svn co -r "{$date}" svn://svn.valgrind.org/vex/trunk VEX

Upstream Author: Julian Seward <jseward@acm.org>

Copyright:
      (C) 2000-2002 Julian Seward
      jseward@acm.org
      Julian_Seward@muraroa.demon.co.uk

  You are free to distribute this software under the terms of
  the GNU General Public License, Version 2.

  On Debian systems, the complete text of the GNU General Public
  License can be found in /usr/share/common-licenses/GPL file.
