[statcvs] 32/43: [statcvs] First attempts at getting a correct classpath

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Apr 18 20:47:48 BST 2018


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository statcvs.

commit e69f041953b72443a86eae94015e44704c261943
Author: Vincent Fourmond <fourmond at debian.org>
Date:   Sat Apr 2 23:37:49 2011 +0000

    [statcvs] First attempts at getting a correct classpath
---
 debian/changelog         | 16 ++++++++++++++++
 debian/control           | 16 ++++++++--------
 debian/rules             |  2 +-
 debian/statcvs.classpath |  1 +
 4 files changed, 26 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e1bc875..1d4f3fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+statcvs (1:0.7.0.dfsg-3) experimental; urgency=low
+
+  * Now (partly) using javahelper
+  * Profit from it to set a real classpath
+  * Now conforms to standards 3.9.1
+  * Fix spelling mistakes in the package description
+
+ -- Vincent Fourmond <fourmond at debian.org>  Sun, 03 Apr 2011 01:34:40 +0200
+
+statcvs (1:0.7.0.dfsg-2) unstable; urgency=low
+
+  * Does not actually break statsvn 0.5.0, so upload to unstable is pretty
+    fine.
+
+ -- Vincent Fourmond <fourmond at debian.org>  Tue, 09 Mar 2010 21:17:00 +0100
+
 statcvs (1:0.7.0.dfsg-1) experimental; urgency=low
 
   * Newer upstream release
diff --git a/debian/control b/debian/control
index dcc764b..0d7308b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
 Uploaders: Vincent Fourmond <fourmond at debian.org>, Christian Bayle <bayle at debian.org>
 Build-Depends: cdbs, debhelper (>= 5), ant, junit, 
  libjcommon-java, libjfreechart-java (>= 1.0.13), libjdom1-java,
- default-jdk
-Standards-Version: 3.8.4
+ default-jdk, javahelper
+Standards-Version: 3.9.1
 Homepage: http://statcvs.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/statcvs
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/statcvs
@@ -17,8 +17,8 @@ Architecture: all
 Depends: java-gcj-compat | java-runtime, libjcommon-java,
  libjfreechart-java (>= 1.0.13), java-wrappers (>= 0.1.15), libjdom1-java,
  ${misc:Depends}
-Breaks: statsvn (<< 0.7.0)
-Conflicts: statsvn (<< 0.7.0)
+Breaks: statsvn (<< 0.5.0)
+Conflicts: statsvn (<< 0.5.0)
 Recommends: cvs
 Description: CVS Repository statistic analysis tool, written in Java
  StatCvs retrieves information from a CVS repository and generates
@@ -26,7 +26,7 @@ Description: CVS Repository statistic analysis tool, written in Java
  e.g. timeline for the lines of code, contribution of each developer
  etc.
  .
- The current version of StatCvs generates a static suite of
- HTML documents containing tables and chart images.
- StatCvs is opens source software, released under the terms oft the LGPL.
- StatCvs uses JFreeChart to generate charts.
+ The current version of StatCvs generates a static suite of HTML
+ documents containing tables and chart images.  StatCvs is open source
+ software, released under the terms oft the LGPL.  StatCvs uses
+ JFreeChart to generate charts.
diff --git a/debian/rules b/debian/rules
index 83dc5ed..a748ace 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,8 +27,8 @@ print-version:
 	echo $(DEB_UPSTREAM_VERSION)
 
 install/statcvs::
+	jh_classpath
 	install -m 644 dist/statcvs.jar debian/statcvs/usr/share/java/statcvs-$(VERSION).jar
 	ln -s statcvs-$(VERSION).jar debian/statcvs/usr/share/java/statcvs.jar
 	install -m 755 -t debian/statcvs/usr/bin debian/wrappers/statcvs
 
-
diff --git a/debian/statcvs.classpath b/debian/statcvs.classpath
new file mode 100644
index 0000000..5ade689
--- /dev/null
+++ b/debian/statcvs.classpath
@@ -0,0 +1 @@
+dist/statcvs.jar /usr/share/java/jdom1.jar /usr/share/java/ant.jar /usr/share/java/jcommon.jar /usr/share/java/jfreechart.jar

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/statcvs.git



More information about the pkg-java-commits mailing list