[pkg-java] r5981 - in trunk/statsvn/debian: . manpages

fourmond at alioth.debian.org fourmond at alioth.debian.org
Mon Mar 10 22:11:29 UTC 2008


Author: fourmond
Date: 2008-03-10 22:11:28 +0000 (Mon, 10 Mar 2008)
New Revision: 5981

Modified:
   trunk/statsvn/debian/changelog
   trunk/statsvn/debian/control
   trunk/statsvn/debian/manpages/statsvn.1
Log:
[statsvn] Manual page update + move subversion to Depends

Modified: trunk/statsvn/debian/changelog
===================================================================
--- trunk/statsvn/debian/changelog	2008-03-10 03:32:15 UTC (rev 5980)
+++ trunk/statsvn/debian/changelog	2008-03-10 22:11:28 UTC (rev 5981)
@@ -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)

Modified: trunk/statsvn/debian/control
===================================================================
--- trunk/statsvn/debian/control	2008-03-10 03:32:15 UTC (rev 5980)
+++ trunk/statsvn/debian/control	2008-03-10 22:11:28 UTC (rev 5981)
@@ -16,8 +16,8 @@
 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.

Modified: trunk/statsvn/debian/manpages/statsvn.1
===================================================================
--- trunk/statsvn/debian/manpages/statsvn.1	2008-03-10 03:32:15 UTC (rev 5980)
+++ trunk/statsvn/debian/manpages/statsvn.1	2008-03-10 22:11:28 UTC (rev 5981)
@@ -125,6 +125,12 @@
 .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
 




More information about the pkg-java-commits mailing list