[pkg-java] r2915 - trunk/jsch/debian
Matthias Klose
doko at alioth.debian.org
Sat Jan 6 18:54:21 CET 2007
Author: doko
Date: 2007-01-06 18:54:21 +0100 (Sat, 06 Jan 2007)
New Revision: 2915
Modified:
trunk/jsch/debian/changelog
trunk/jsch/debian/control
trunk/jsch/debian/copyright
trunk/jsch/debian/libjsch-java.links
trunk/jsch/debian/rules
Log:
jsch (0.1.28-2) unstable; urgency=low
* Upload to unstable.
* Fix typo in copyright. Closes: #391988.
-- Matthias Klose <doko at debian.org> Mon, 4 Dec 2006 03:11:50 +0100
jsch (0.1.28-1) experimental; urgency=low
* New upstream release. Closes: #334719.
* Moved cdbs and debhelper to Build-Depends.
* Update Build-Depends on debhelper to >= 4.1.0.
* Updated Standards-Version to 3.7.2.
-- Michael Koch <konqueror at gmx.de> Wed, 2 Aug 2006 15:59:28 +0000
Modified: trunk/jsch/debian/changelog
===================================================================
--- trunk/jsch/debian/changelog 2007-01-06 14:27:31 UTC (rev 2914)
+++ trunk/jsch/debian/changelog 2007-01-06 17:54:21 UTC (rev 2915)
@@ -1,3 +1,19 @@
+jsch (0.1.28-2) unstable; urgency=low
+
+ * Upload to unstable.
+ * Fix typo in copyright. Closes: #391988.
+
+ -- Matthias Klose <doko at debian.org> Mon, 4 Dec 2006 03:11:50 +0100
+
+jsch (0.1.28-1) experimental; urgency=low
+
+ * New upstream release. Closes: #334719.
+ * Moved cdbs and debhelper to Build-Depends.
+ * Update Build-Depends on debhelper to >= 4.1.0.
+ * Updated Standards-Version to 3.7.2.
+
+ -- Michael Koch <konqueror at gmx.de> Wed, 2 Aug 2006 15:59:28 +0000
+
jsch (0.1.19-3) unstable; urgency=low
* debian/rules: Use /usr/share/ant instead of /usr/share/ant1.6 as ANT_HOME
Modified: trunk/jsch/debian/control
===================================================================
--- trunk/jsch/debian/control 2007-01-06 14:27:31 UTC (rev 2914)
+++ trunk/jsch/debian/control 2007-01-06 17:54:21 UTC (rev 2915)
@@ -3,13 +3,14 @@
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Jerry Haltom <wasabi at larvalstage.net>, Michael Koch <konqueror at gmx.de>
-Build-Depends-Indep: debhelper (>= 4.0.0), cdbs, kaffe (>= 2:1.1.4.PRECVS6-1), ant (>= 1.6.5), jikes-kaffe
-Standards-Version: 3.6.2
+Build-Depends: debhelper (>= 4.1.0), cdbs
+Build-Depends-Indep: java-gcj-compat-dev, ant (>= 1.6.5)
+Standards-Version: 3.7.2
Package: libjsch-java
Architecture: all
Section: libs
-Depends: kaffe | java-virtual-machine
+Depends: java-gcj-compat | java-virtual-machine
Description: java secure channel
JSch is a pure Java implementation of SSH2. JSch allows you to
connect to an sshd server and use port forwarding, X11 forwarding,
Modified: trunk/jsch/debian/copyright
===================================================================
--- trunk/jsch/debian/copyright 2007-01-06 14:27:31 UTC (rev 2914)
+++ trunk/jsch/debian/copyright 2007-01-06 17:54:21 UTC (rev 2915)
@@ -1,7 +1,7 @@
This package was debianized by Jerry Haltom <wasabi at larvalstage.net> on
Thu, 13 Jan 2005 16:13:08 -0600.
-It was downloaded from http://www.sourceforget.net/jsch
+It was downloaded from http://sourceforge.net/projects/jsch
License:
Modified: trunk/jsch/debian/libjsch-java.links
===================================================================
--- trunk/jsch/debian/libjsch-java.links 2007-01-06 14:27:31 UTC (rev 2914)
+++ trunk/jsch/debian/libjsch-java.links 2007-01-06 17:54:21 UTC (rev 2915)
@@ -1 +1 @@
-usr/share/java/jsch-0.1.19.jar usr/share/java/jsch.jar
+usr/share/java/jsch-0.1.28.jar usr/share/java/jsch.jar
Modified: trunk/jsch/debian/rules
===================================================================
--- trunk/jsch/debian/rules 2007-01-06 14:27:31 UTC (rev 2914)
+++ trunk/jsch/debian/rules 2007-01-06 17:54:21 UTC (rev 2915)
@@ -4,10 +4,7 @@
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/class/ant.mk
-JAVA_HOME=/usr/lib/kaffe
-ANT_HOME=/usr/share/ant
-DEB_ANT_ARGS += -Dbuild.compiler=jikes
-DEB_JARS=$(ANT_HOME)/lib/ant-launcher.jar
+JAVA_HOME=/usr/lib/jvm/java-gcj
UPSTREAM_VERSION=$(shell echo $(DEB_VERSION) | cut -d- -f1)
More information about the pkg-java-commits
mailing list