[pkg-java] r11884 - in trunk/statsvn/debian: . manpages
Vincent Fourmond
fourmond at alioth.debian.org
Tue Mar 16 20:33:53 UTC 2010
Author: fourmond
Date: 2010-03-16 20:33:52 +0000 (Tue, 16 Mar 2010)
New Revision: 11884
Modified:
trunk/statsvn/debian/changelog
trunk/statsvn/debian/control
trunk/statsvn/debian/manpages/statsvn.1
trunk/statsvn/debian/rules
Log:
[statsvn] New upstream release ready for upload
Modified: trunk/statsvn/debian/changelog
===================================================================
--- trunk/statsvn/debian/changelog 2010-03-16 19:51:14 UTC (rev 11883)
+++ trunk/statsvn/debian/changelog 2010-03-16 20:33:52 UTC (rev 11884)
@@ -1,11 +1,14 @@
-statsvn (0.7.0.dfsg-1) NOTREADYYET; urgency=low
+statsvn (0.7.0.dfsg-1) unstable; urgency=low
* New upstream release (closes: #572613)
* Switch to source format 3.0 (quilt)
* Drop build-dependency on dpatch, now unneeded
* Now conforms to standards 3.8.4
+ * Switch to a dependency on default-jdk for building
+ * Now depends on libsvnkit-java
+ * Manual page updates.
- -- Vincent Fourmond <fourmond at debian.org> Mon, 08 Mar 2010 21:16:59 +0100
+ -- Vincent Fourmond <fourmond at debian.org> Tue, 16 Mar 2010 21:32:06 +0100
statsvn (0.5.0.dfsg-1) unstable; urgency=low
Modified: trunk/statsvn/debian/control
===================================================================
--- trunk/statsvn/debian/control 2010-03-16 19:51:14 UTC (rev 11883)
+++ trunk/statsvn/debian/control 2010-03-16 20:33:52 UTC (rev 11884)
@@ -3,9 +3,9 @@
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Vincent Fourmond <fourmond at debian.org>
-Build-Depends-Indep: java-gcj-compat-dev
Build-Depends: cdbs, debhelper (>= 5), ant, libbackport-util-concurrent-java,
- libjcommon-java, libjfreechart-java, statcvs (>= 1:0.7.0)
+ libjcommon-java, libjfreechart-java, statcvs (>= 1:0.5.0), default-jdk,
+ libsvnkit-java
Standards-Version: 3.8.4
Homepage: http://www.statsvn.org/
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/statsvn
@@ -16,7 +16,7 @@
Architecture: all
Depends: java-gcj-compat | java-runtime, libjcommon-java,
libjfreechart-java, libbackport-util-concurrent-java, statcvs (>= 1:0.7.0),
- subversion, java-wrappers (>= 0.1.4), ${misc:Depends}
+ subversion, java-wrappers (>= 0.1.4), ${misc:Depends}, libsvnkit-java
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 2010-03-16 19:51:14 UTC (rev 11883)
+++ trunk/statsvn/debian/manpages/statsvn.1 2010-03-16 20:33:52 UTC (rev 11884)
@@ -104,14 +104,16 @@
Project title to be used in reports
.TP
-.BI \-viewcvs \ url
+.BI \-viewvc \ url
integrate with ViewCVS installation at
.I url
.TP
-.B \-verbose
-print extra progress information
+.BI \-trac \ url
+integrate with Trac installation at
+.I url
+
.TP
.BI \-bugzilla \ url
integrate with Bugzilla installation at
@@ -144,6 +146,27 @@
.B \-dump
dump the Repository content on console.
+.TP
+.B \-xdoc
+use
+.I xdoc
+output format.
+
+.TP
+.B \-xml
+use
+.I xml
+output format.
+
+.TP
+.BI \-charset \ name
+Specifies the charset of the output.
+
+.TP
+.B \-verbose
+print extra progress information
+
+
.SH IMPORTANT NOTES
Unlike its cousin
Modified: trunk/statsvn/debian/rules
===================================================================
--- trunk/statsvn/debian/rules 2010-03-16 19:51:14 UTC (rev 11883)
+++ trunk/statsvn/debian/rules 2010-03-16 20:33:52 UTC (rev 11884)
@@ -17,7 +17,7 @@
JAVA_HOME_DIRS := /usr/lib/jvm/default-java
ANT_HOME := /usr/share/ant
DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar \
- junit jcommon jfreechart
+ junit jcommon jfreechart svnkit
DEB_ANT_COMPILER := modern
# DEB_ANT_BUILD_TARGET := all-jar libs-jar ext-jar transcoder
DEB_BUILDDIR := .
More information about the pkg-java-commits
mailing list