1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: svn2cl
Section: vcs
Priority: optional
Maintainer: Arthur de Jong <adejong@debian.org>
Standards-Version: 4.6.2
Build-Depends: debhelper-compat (= 13)
Homepage: https://arthurdejong.org/svn2cl/
Vcs-Svn: https://arthurdejong.org/svn/svn2cl/debian/svn2cl/trunk/
Vcs-Browser: https://arthurdejong.org/viewvc/svn2cl/debian/svn2cl/trunk/
Rules-Requires-Root: no
Package: svn2cl
Architecture: all
Depends: subversion (>= 1.5), ${misc:Depends}, ${shlibs:Depends}, xsltproc
Breaks: subversion-tools (<< 1.7.5-1)
Replaces: subversion-tools (<< 1.7.5-1)
Description: Generate a GNU-style ChangeLog from Subversion repository history
This tool generates a classic GNU-style ChangeLog from the log messages
in a Subversion repository. It works as a wrapper around the 'svn log'
command, parsing the XML output with an XSLT stylesheet. Alternatively it
can generate HTML output.
|