[SCM] librobert-hooke-clojure packaging branch, master, updated. debian/1.1.2-1-18-g52cacab

Wolodja Wentland debian at babilen5.org
Thu May 23 15:45:38 UTC 2013


The following commit has been merged in the master branch:
commit 70d23eafa7c5fec2f237faafbd4b9624577d8121
Author: Wolodja Wentland <debian at babilen5.org>
Date:   Thu May 23 10:34:56 2013 +0100

    Rename jar from robert-hooke.jar to hooke.jar
    
    The name used by upstream is hooke.jar and we should follow their convention.
    This is, in particular, relevant if you want to make this jar available in a
    maven repository.

diff --git a/debian/librobert-hooke-clojure.classpath b/debian/librobert-hooke-clojure.classpath
index 45b0bec..9cec5f1 100644
--- a/debian/librobert-hooke-clojure.classpath
+++ b/debian/librobert-hooke-clojure.classpath
@@ -1 +1 @@
-usr/share/java/robert-hooke.jar /usr/share/java/clojure-1.4.jar
+usr/share/java/hooke.jar /usr/share/java/clojure-1.4.jar
diff --git a/debian/librobert-hooke-clojure.jlibs b/debian/librobert-hooke-clojure.jlibs
index 9a78198..457eea6 100644
--- a/debian/librobert-hooke-clojure.jlibs
+++ b/debian/librobert-hooke-clojure.jlibs
@@ -1 +1 @@
-robert-hooke.jar
+hooke.jar
diff --git a/debian/rules b/debian/rules
index 87b861b..b74349c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ include /usr/share/javahelper/java-vars.mk
 
 MDWN_DOCS = $(patsubst %.md,%.html,$(wildcard $(CURDIR)/*.md))
 
-PRODUCED_JAR=robert-hooke.jar
+PRODUCED_JAR=hooke.jar
 
 %:
 	dh $@ --with javahelper

-- 
librobert-hooke-clojure packaging



More information about the pkg-java-commits mailing list