Author: nthykier-guest
Date: 2010-06-27 18:47:46 +0000 (Sun, 27 Jun 2010)
New Revision: 12668

Added:
   trunk/jsch/debian/patches/series
   trunk/jsch/debian/source/
   trunk/jsch/debian/source/format
Modified:
   trunk/jsch/debian/changelog
   trunk/jsch/debian/compat
   trunk/jsch/debian/control
   trunk/jsch/debian/manifest.mf
   trunk/jsch/debian/patches/jsch-build-xml.patch
   trunk/jsch/debian/rules
Log:
jsch (0.1.42-2) UNRELEASED; urgency=low

  * Made the OSGi-metadata export a versioned package. (LP: #566025)
  * Removed depends on JRE; not required for Java Libraries any more.
  * Removed Jerry Haltom from Uploaders; thanks for your work on this
    package.
  * Bumped debhelper compat to 7.
  * Bumped Standards-Version to 3.8.4 - no changes required.
  * Converted source format to 3.0 (quilt).
  * Removed unused clean target.

 -- Niels Thykier <[email protected]>  Thu, 10 Jun 2010 09:17:18 +0200


Modified: trunk/jsch/debian/changelog
===================================================================
--- trunk/jsch/debian/changelog 2010-06-27 15:31:08 UTC (rev 12667)
+++ trunk/jsch/debian/changelog 2010-06-27 18:47:46 UTC (rev 12668)
@@ -1,3 +1,16 @@
+jsch (0.1.42-2) UNRELEASED; urgency=low
+
+  * Made the OSGi-metadata export a versioned package. (LP: #566025)
+  * Removed depends on JRE; not required for Java Libraries any more.
+  * Removed Jerry Haltom from Uploaders; thanks for your work on this
+    package.
+  * Bumped debhelper compat to 7.
+  * Bumped Standards-Version to 3.8.4 - no changes required.
+  * Converted source format to 3.0 (quilt).
+  * Removed unused clean target.
+
+ -- Niels Thykier <[email protected]>  Thu, 10 Jun 2010 09:17:18 +0200
+
 jsch (0.1.42-1) unstable; urgency=low
 
   * New upstream release.
@@ -2,3 +15,3 @@
     - Sync'ed with Ubuntu.
-    - debian/control: added ${shlibs:Depends}, ${misc:Depends}
+    - debian/control: added ${misc:Depends}
     Depends as appropriate.

Modified: trunk/jsch/debian/compat
===================================================================
--- trunk/jsch/debian/compat    2010-06-27 15:31:08 UTC (rev 12667)
+++ trunk/jsch/debian/compat    2010-06-27 18:47:46 UTC (rev 12668)
@@ -1 +1 @@
-6
+7

Modified: trunk/jsch/debian/control
===================================================================
--- trunk/jsch/debian/control   2010-06-27 15:31:08 UTC (rev 12667)
+++ trunk/jsch/debian/control   2010-06-27 18:47:46 UTC (rev 12668)
@@ -2,18 +2,19 @@
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers 
<[email protected]>
-Uploaders: Jerry Haltom <[email protected]>, Michael Koch 
<[email protected]>,
- Ludovic Claude <[email protected]>, Niels Thykier <[email protected]>
-Build-Depends: debhelper (>= 6), cdbs, default-jdk
+Uploaders: Michael Koch <[email protected]>,
+ Ludovic Claude <[email protected]>,
+ Niels Thykier <[email protected]>
+Build-Depends: debhelper (>= 7), cdbs, default-jdk
 Build-Depends-Indep: maven-repo-helper, ant (>= 1.6.5)
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 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/
 
 Package: libjsch-java
 Architecture: all
-Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless
+Depends: ${misc:Depends}
 Description: pure Java implementation of the SSH2 protocol
  JSch allows your programs to connect to an SSH server. It supports
  port forwarding, X11 forwarding, file transfer and more.

Modified: trunk/jsch/debian/manifest.mf
===================================================================
--- trunk/jsch/debian/manifest.mf       2010-06-27 15:31:08 UTC (rev 12667)
+++ trunk/jsch/debian/manifest.mf       2010-06-27 18:47:46 UTC (rev 12668)
@@ -1,6 +1,6 @@
 Bundle-ManifestVersion: 2
 Bundle-Version: 0.1.42
-Export-Package: com.jcraft.jsch, com.jcraft.jsch.jce;x-internal:=true, 
com.jcraft.jsch.jcraft;x-internal:=true
+Export-Package: com.jcraft.jsch;version="0.1.42", 
com.jcraft.jsch.jce;x-internal:=true;version="0.1.42", 
com.jcraft.jsch.jcraft;x-internal:=true;version="0.1.42"
 Bundle-SymbolicName: com.jcraft.jsch
 Bundle-Name: %bundleName
 Bundle-Localization: plugin

Modified: trunk/jsch/debian/patches/jsch-build-xml.patch
===================================================================
--- trunk/jsch/debian/patches/jsch-build-xml.patch      2010-06-27 15:31:08 UTC 
(rev 12667)
+++ trunk/jsch/debian/patches/jsch-build-xml.patch      2010-06-27 18:47:46 UTC 
(rev 12668)
@@ -1,6 +1,9 @@
+Description: Removes date-stamp from the name of the resulting jar file
+ and makes it use the manifest with OSGi-metadata.
+
 diff -Nur jsch-0.1.37/build.xml jsch-0.1.37.new/build.xml
---- jsch-0.1.37/build.xml      2008-01-08 19:57:25.000000000 +0100
-+++ jsch-0.1.37.new/build.xml  2008-03-21 11:38:58.000000000 +0100
+--- a/build.xml        2008-01-08 19:57:25.000000000 +0100
++++ b/build.xml        2008-03-21 11:38:58.000000000 +0100
 @@ -42,7 +42,7 @@
      <mkdir dir="${dist}/lib"/>
  

Added: trunk/jsch/debian/patches/series
===================================================================
--- trunk/jsch/debian/patches/series                            (rev 0)
+++ trunk/jsch/debian/patches/series    2010-06-27 18:47:46 UTC (rev 12668)
@@ -0,0 +1 @@
+jsch-build-xml.patch

Modified: trunk/jsch/debian/rules
===================================================================
--- trunk/jsch/debian/rules     2010-06-27 15:31:08 UTC (rev 12667)
+++ trunk/jsch/debian/rules     2010-06-27 18:47:46 UTC (rev 12668)
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/ant.mk
 
 PACKAGE              := $(DEB_SOURCE_PACKAGE)
@@ -17,9 +16,6 @@
        install -d 
debian/libjsch-java-doc/usr/share/doc/libjsch-java-doc/examples
        install -m 644 examples/*.java 
debian/libjsch-java-doc/usr/share/doc/libjsch-java-doc/examples
 
-clean::
-       -rm -rf debian/tmp
-
 get-orig-source:
        -uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download 
--rename --repack
 

Added: trunk/jsch/debian/source/format
===================================================================
--- trunk/jsch/debian/source/format                             (rev 0)
+++ trunk/jsch/debian/source/format     2010-06-27 18:47:46 UTC (rev 12668)
@@ -0,0 +1 @@
+3.0 (quilt)


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to