[pkg-java] r17911 - trunk/jsch/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Mar 21 22:15:08 UTC 2014


Author: ebourg-guest
Date: 2014-03-21 22:15:08 +0000 (Fri, 21 Mar 2014)
New Revision: 17911

Modified:
   trunk/jsch/debian/changelog
   trunk/jsch/debian/rules
Log:
Restored the link to jsch.jar in /usr/share/ant/lib accidentally removed in the version 0.1.41-1



Modified: trunk/jsch/debian/changelog
===================================================================
--- trunk/jsch/debian/changelog	2014-03-21 22:03:33 UTC (rev 17910)
+++ trunk/jsch/debian/changelog	2014-03-21 22:15:08 UTC (rev 17911)
@@ -1,6 +1,8 @@
 jsch (0.1.51-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * Restored the link to jsch.jar in /usr/share/ant/lib accidentally removed
+    in the version 0.1.41-1 (Closes: #623301)
   * Install the javadoc in libjsch-doc-java instead of libjsch-java
   * debian/control:
     - Standards-Version updated to 3.9.5 (no changes)

Modified: trunk/jsch/debian/rules
===================================================================
--- trunk/jsch/debian/rules	2014-03-21 22:03:33 UTC (rev 17910)
+++ trunk/jsch/debian/rules	2014-03-21 22:15:08 UTC (rev 17911)
@@ -12,7 +12,7 @@
 
 binary-post-install/lib$(PACKAGE)-java::
 	mh_installpoms -plib$(PACKAGE)-java
-	mh_installjar -plib$(PACKAGE)-java -l debian/pom.xml dist/lib/jsch-$(DEB_UPSTREAM_VERSION).jar
+	mh_installjar -plib$(PACKAGE)-java -l debian/pom.xml dist/lib/jsch-$(DEB_UPSTREAM_VERSION).jar /usr/share/ant/lib/jsch.jar
 
 binary-post-install/lib$(PACKAGE)-java-doc::
 	install -d debian/libjsch-java-doc/usr/share/doc/libjsch-java-doc/examples




More information about the pkg-java-commits mailing list