This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository statsvn.
commit f8391e40ccf38699c9e584425e571407d5ea7af0 Author: Vincent Fourmond <[email protected]> Date: Mon Mar 10 22:11:28 2008 +0000 [statsvn] Manual page update + move subversion to Depends --- debian/changelog | 8 ++++++++ debian/control | 4 ++-- debian/manpages/statsvn.1 | 6 ++++++ 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 64ccc83..1c12547 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +statsvn (0.3.1.dfsg-2) unstable; urgency=low + + * Move subversion to Depends, as it is truly required + * Document -tags in the manual page, patch courtesy of + Emmanuel Fleury <[email protected]> (closes: #470252) + + -- Vincent Fourmond <[email protected]> Mon, 10 Mar 2008 23:08:05 +0100 + statsvn (0.3.1.dfsg-1) unstable; urgency=low * Initial release (Closes: 456250) diff --git a/debian/control b/debian/control index d5c1624..680452b 100644 --- a/debian/control +++ b/debian/control @@ -16,8 +16,8 @@ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/statsvn Package: statsvn Architecture: all Depends: sun-java5-jre | sun-java6-jre | java2-runtime, libjcommon-java, - libjfreechart-java, libbackport-util-concurrent-java, statcvs (>= 3) -Recommends: subversion + libjfreechart-java, libbackport-util-concurrent-java, statcvs (>= 3), + subversion Description: SVN repository statistics StatSVN retrieves information from a Subversion repository and generates various tables and charts describing the project evolution, e.g. diff --git a/debian/manpages/statsvn.1 b/debian/manpages/statsvn.1 index df70e67..e015a31 100644 --- a/debian/manpages/statsvn.1 +++ b/debian/manpages/statsvn.1 @@ -125,6 +125,12 @@ username and password for .BR svn (1) .TP +.BI \-tags \ 'regularexpression' +includes information about Subversion tags matching +.I regularexpression +into the reports (to include all tags use -tags '.*') + +.TP .B \-xdoc generates Maven XDoc instead of HTML for output -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/statsvn.git _______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

