[pkg-java] r4091 - in trunk/jsch/debian: . patches

mkoch at alioth.debian.org mkoch at alioth.debian.org
Mon Sep 3 10:38:56 UTC 2007


Author: mkoch
Date: 2007-09-03 10:38:56 +0000 (Mon, 03 Sep 2007)
New Revision: 4091

Modified:
   trunk/jsch/debian/
   trunk/jsch/debian/changelog
   trunk/jsch/debian/patches/
   trunk/jsch/debian/rules
Log:
jsch (0.1.34-1) unstable; urgency=low

  * New upstream release. Thanks to Alban Browaeys for preparing the orig
    tarball.
  * Removed debian/libjsch-java.links file and do linking in debian/rules.
  * Get rid of UPSTREAM_VERSION variable in debian/rules and use
    DEB_UPSTREAM_VERSION provided by CDBS.

 -- Michael Koch <konqueror at gmx.de>  Mon, 03 Sep 2007 11:47:34 +0200




Property changes on: trunk/jsch/debian
___________________________________________________________________
Name: svn:ignore
   + files
libjsch-java
libjsch-java-doc
stamp-*


Modified: trunk/jsch/debian/changelog
===================================================================
--- trunk/jsch/debian/changelog	2007-09-02 07:29:11 UTC (rev 4090)
+++ trunk/jsch/debian/changelog	2007-09-03 10:38:56 UTC (rev 4091)
@@ -1,3 +1,13 @@
+jsch (0.1.34-1) unstable; urgency=low
+
+  * New upstream release. Thanks to Alban Browaeys for preparing the orig
+    tarball.
+  * Removed debian/libjsch-java.links file and do linking in debian/rules.
+  * Get rid of UPSTREAM_VERSION variable in debian/rules and use
+    DEB_UPSTREAM_VERSION provided by CDBS.
+
+ -- Michael Koch <konqueror at gmx.de>  Mon, 03 Sep 2007 11:47:34 +0200
+
 jsch (0.1.28-2) unstable; urgency=low
 
   * Upload to unstable.


Property changes on: trunk/jsch/debian/patches
___________________________________________________________________
Name: svn:ignore
   + *.log


Modified: trunk/jsch/debian/rules
===================================================================
--- trunk/jsch/debian/rules	2007-09-02 07:29:11 UTC (rev 4090)
+++ trunk/jsch/debian/rules	2007-09-03 10:38:56 UTC (rev 4091)
@@ -6,10 +6,9 @@
 
 JAVA_HOME=/usr/lib/jvm/java-gcj
 
-UPSTREAM_VERSION=$(shell echo $(DEB_VERSION) | cut -d- -f1)
-
 binary-post-install/libjsch-java::
-	install -m 644 dist/lib/jsch-*.jar debian/libjsch-java/usr/share/java/jsch-$(UPSTREAM_VERSION).jar
+	install -m 644 dist/lib/jsch-*.jar debian/libjsch-java/usr/share/java/jsch-$(DEB_UPSTREAM_VERSION).jar
+	dh_link -plibjsch-java /usr/share/java/jsch-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/jsch.jar
 
 binary-post-install/libjsch-java-doc::
 	install -d debian/libjsch-java-doc/usr/share/doc/libjsch-java/examples




More information about the pkg-java-commits mailing list