[statsvn] 23/37: [statsvn] New upstream release ready for upload
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Apr 19 22:55:43 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 bbb60beedadaa8964e6fc32d718b4f9c9b63c093
Author: Vincent Fourmond <fourmond at debian.org>
Date: Tue Mar 16 20:33:52 2010 +0000
[statsvn] New upstream release ready for upload
---
debian/changelog | 7 +++++--
debian/control | 6 +++---
debian/manpages/statsvn.1 | 29 ++++++++++++++++++++++++++---
debian/rules | 2 +-
4 files changed, 35 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 52193f0..5c69006 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/control b/debian/control
index 5ad9f12..be4267c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,9 @@ Section: vcs
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 @@ Package: statsvn
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.
diff --git a/debian/manpages/statsvn.1 b/debian/manpages/statsvn.1
index e015a31..7a07626 100644
--- a/debian/manpages/statsvn.1
+++ b/debian/manpages/statsvn.1
@@ -104,13 +104,15 @@ exclude matching files, e.g. tests/**;docs/**
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
@@ -144,6 +146,27 @@ processes will be spawned
.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
diff --git a/debian/rules b/debian/rules
index 7689a70..ae7aca0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ include /usr/share/cdbs/1/class/ant.mk
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 := .
--
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