[pkg-java] r15343 - trunk/local-file/debian

Mathieu Malaterre malat-guest at alioth.debian.org
Fri Nov 4 17:48:56 UTC 2011


Author: malat-guest
Date: 2011-11-04 17:48:55 +0000 (Fri, 04 Nov 2011)
New Revision: 15343

Modified:
   trunk/local-file/debian/control
   trunk/local-file/debian/rules
Log:
Use new package

Modified: trunk/local-file/debian/control
===================================================================
--- trunk/local-file/debian/control	2011-11-04 17:41:08 UTC (rev 15342)
+++ trunk/local-file/debian/control	2011-11-04 17:48:55 UTC (rev 15343)
@@ -5,7 +5,7 @@
 DM-Upload-Allowed: yes
 Uploaders: Mathieu Malaterre <mathieu.malaterre at gmail.com>
 Build-Depends: debhelper (>= 8), javahelper (>= 0.25)
-Build-Depends-Indep: default-jdk
+Build-Depends-Indep: default-jdk, clojure1.3, lein-clojars (>= 0.7.0)
 Standards-Version: 3.9.2
 Homepage: https://github.com/arthuredelstein/local-file/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/local-file

Modified: trunk/local-file/debian/rules
===================================================================
--- trunk/local-file/debian/rules	2011-11-04 17:41:08 UTC (rev 15342)
+++ trunk/local-file/debian/rules	2011-11-04 17:48:55 UTC (rev 15343)
@@ -2,7 +2,7 @@
 #export DH_VERBOSE=1
 
 export JAVA_HOME=/usr/lib/jvm/default-java
-#export CLASSPATH=/usr/share/java/clojure-1.3.0.jar
+export CLASSPATH=/usr/share/java/clojure-1.3.0.jar:/usr/share/java/lein-clojare-0.7.0.jar
 
 %:
 	dh $@ --with javahelper




More information about the pkg-java-commits mailing list