[statsvn] 14/37: [statsvn] Manual page update + move subversion to Depends

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Apr 19 22:55:42 BST 2018


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 <fourmond at debian.org>
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 <fleury at labri.fr> (closes: #470252)
+
+ -- Vincent Fourmond <fourmond at debian.org>  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



More information about the pkg-java-commits mailing list