[statcvs] 12/43: [statcvs] Ready for upload
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Apr 18 20:47:44 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 14a5f47fac7f60f1f1a68fd769679aca083d0b37
Author: Vincent Fourmond <fourmond at debian.org>
Date: Thu Jan 31 18:22:59 2008 +0000
[statcvs] Ready for upload
---
debian/changelog | 8 ++++----
debian/control | 2 +-
debian/wrappers/statcvs | 2 +-
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1ed3aac..880db9a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/control b/debian/control
index 634ee44..955f837 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/statcvs
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
diff --git a/debian/wrappers/statcvs b/debian/wrappers/statcvs
index f6f107e..cd73117 100755
--- a/debian/wrappers/statcvs
+++ b/debian/wrappers/statcvs
@@ -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 "$@"
--
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