[pkg-java] r10530 - trunk/jsch/debian
Niels Thykier
nthykier-guest at alioth.debian.org
Tue Sep 22 18:29:26 UTC 2009
Author: nthykier-guest
Date: 2009-09-22 18:29:25 +0000 (Tue, 22 Sep 2009)
New Revision: 10530
Modified:
trunk/jsch/debian/changelog
trunk/jsch/debian/control
trunk/jsch/debian/copyright
trunk/jsch/debian/manifest.mf
trunk/jsch/debian/pom.xml
Log:
jsch (0.1.42-1) unstable; urgency=low
* New upstream release.
- Sync'ed with Ubuntu.
- debian/control: added ${shlibs:Depends}, ${misc:Depends}
Depends as appropriate.
- Updated debian/copyright and debian/manifest.mf.
* Made the short descriptions unique.
* Bumped Standards-Versions to 3.8.3 - no changes required.
-- Niels Thykier <niels at thykier.net> Tue, 22 Sep 2009 20:01:52 +0200
Modified: trunk/jsch/debian/changelog
===================================================================
--- trunk/jsch/debian/changelog 2009-09-22 09:17:28 UTC (rev 10529)
+++ trunk/jsch/debian/changelog 2009-09-22 18:29:25 UTC (rev 10530)
@@ -1,3 +1,15 @@
+jsch (0.1.42-1) unstable; urgency=low
+
+ * New upstream release.
+ - Sync'ed with Ubuntu.
+ - debian/control: added ${shlibs:Depends}, ${misc:Depends}
+ Depends as appropriate.
+ - Updated debian/copyright and debian/manifest.mf.
+ * Made the short descriptions unique.
+ * Bumped Standards-Versions to 3.8.3 - no changes required.
+
+ -- Niels Thykier <niels at thykier.net> Tue, 22 Sep 2009 20:01:52 +0200
+
jsch (0.1.41-2) unstable; urgency=low
* Upload to unstable.
Modified: trunk/jsch/debian/control
===================================================================
--- trunk/jsch/debian/control 2009-09-22 09:17:28 UTC (rev 10529)
+++ trunk/jsch/debian/control 2009-09-22 18:29:25 UTC (rev 10530)
@@ -3,10 +3,10 @@
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>,
- Ludovic Claude <ludovic.claude at laposte.net>
+ Ludovic Claude <ludovic.claude at laposte.net>, Niels Thykier <niels at thykier.net>
Build-Depends: debhelper (>= 6), cdbs, default-jdk
Build-Depends-Indep: maven-repo-helper, ant (>= 1.6.5)
-Standards-Version: 3.8.1
+Standards-Version: 3.8.3
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/jsch
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/jsch
Homepage: http://www.jcraft.com/jsch/
@@ -22,7 +22,7 @@
Architecture: all
Section: doc
Depends: ${misc:Depends}
-Description: pure Java implementation of the SSH2 protocol
+Description: pure Java implementation of the SSH2 protocol - documentation
JSch allows your programs to connect to an SSH server. It supports
port forwarding, X11 forwarding, file transfer and more.
.
Modified: trunk/jsch/debian/copyright
===================================================================
--- trunk/jsch/debian/copyright 2009-09-22 09:17:28 UTC (rev 10529)
+++ trunk/jsch/debian/copyright 2009-09-22 18:29:25 UTC (rev 10530)
@@ -6,7 +6,7 @@
License:
------------------------------------------------------------------------------
-Copyright (c) 2002,2003,2004 Atsuhiko Yamanaka, JCraft,Inc.
+Copyright (c) 2002,2003,2004,2005,2006,2007,2008,2009 Atsuhiko Yamanaka, JCraft,Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
Modified: trunk/jsch/debian/manifest.mf
===================================================================
--- trunk/jsch/debian/manifest.mf 2009-09-22 09:17:28 UTC (rev 10529)
+++ trunk/jsch/debian/manifest.mf 2009-09-22 18:29:25 UTC (rev 10530)
@@ -1,5 +1,5 @@
Bundle-ManifestVersion: 2
-Bundle-Version: 0.1.37
+Bundle-Version: 0.1.42
Export-Package: com.jcraft.jsch, com.jcraft.jsch.jce;x-internal:=true, com.jcraft.jsch.jcraft;x-internal:=true
Bundle-SymbolicName: com.jcraft.jsch
Bundle-Name: %bundleName
Modified: trunk/jsch/debian/pom.xml
===================================================================
--- trunk/jsch/debian/pom.xml 2009-09-22 09:17:28 UTC (rev 10529)
+++ trunk/jsch/debian/pom.xml 2009-09-22 18:29:25 UTC (rev 10530)
@@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
- <version>0.1.41</version>
+ <version>0.1.42</version>
<name>JSch</name>
<description>JSch is a pure Java implementation of SSH2</description>
More information about the pkg-java-commits
mailing list