[pkg-java] r5577 - in trunk/statcvs/debian: . wrappers
fourmond at alioth.debian.org
fourmond at alioth.debian.org
Thu Jan 31 18:22:59 UTC 2008
Author: fourmond
Date: 2008-01-31 18:22:59 +0000 (Thu, 31 Jan 2008)
New Revision: 5577
Modified:
trunk/statcvs/debian/changelog
trunk/statcvs/debian/control
trunk/statcvs/debian/wrappers/statcvs
Log:
[statcvs] Ready for upload
Modified: trunk/statcvs/debian/changelog
===================================================================
--- trunk/statcvs/debian/changelog 2008-01-31 15:50:33 UTC (rev 5576)
+++ trunk/statcvs/debian/changelog 2008-01-31 18:22:59 UTC (rev 5577)
@@ -1,21 +1,21 @@
-statcvs (1:0.3.dfsg-1) UNRELEASED; urgency=low
+statcvs (1:0.3.dfsg-1) unstable; urgency=low
* New upstream release (Closes: #280326)
* Now team-maintained
* Updated standards to 3.7.3, with amazingly no changes needed.
* Watchfile + debian/new-upstream to repackage upstream tarball
* Switching to CDBS + dpatch
- * 01-disable-unjar to remove incorporation of removed jars into the
+ * 01-disable-unjar to prevent incorporation of removed jars into the
final jar
* Builds fine with gcj, but does not run with gcj, or any
other free runtime, for what matters (probably due to #459281)
* New statcvs script (closes: #343869)
* Does not depend on libjdom-java anymore (closes: #331703)
* Recommends: cvs as users won't make much of statcvs without it.
- * 10-fix-null-exception to take care of a small API change for
+ * 10-fix-null-exception to take care of a small API change for
jfreechart
- -- Vincent Fourmond <fourmond at debian.org> Sat, 05 Jan 2008 01:51:53 +0100
+ -- Vincent Fourmond <fourmond at debian.org> Sat, 19 Jan 2008 11:53:00 +0100
statcvs (20030713-4) unstable; urgency=high
Modified: trunk/statcvs/debian/control
===================================================================
--- trunk/statcvs/debian/control 2008-01-31 15:50:33 UTC (rev 5576)
+++ trunk/statcvs/debian/control 2008-01-31 18:22:59 UTC (rev 5577)
@@ -14,7 +14,7 @@
Package: statcvs
Architecture: all
-Depends: sun-java5-jre | sun-java6-jre | java2-runtime, libjcommon-java,
+Depends: sun-java5-jre | sun-java6-jre | j2re1.6 | j2re1.5, libjcommon-java,
libjfreechart-java
Recommends: cvs
Description: CVS Repository statistic analysis tool, written in Java
Modified: trunk/statcvs/debian/wrappers/statcvs
===================================================================
--- trunk/statcvs/debian/wrappers/statcvs 2008-01-31 15:50:33 UTC (rev 5576)
+++ trunk/statcvs/debian/wrappers/statcvs 2008-01-31 18:22:59 UTC (rev 5577)
@@ -4,7 +4,7 @@
. /usr/lib/java/wrappers-statcvs.sh
# We unfortunately need sun's runtime
-find_java_runtime sun
+find_java_runtime sun || echo "statcvs currently still needs Sun's java, probably won't work properly if at all" >&2
find_jars jfreechart jcommon statcvs
run_java net.sf.statcvs.Main "$@"
More information about the pkg-java-commits
mailing list