Skip to content

Commit

Permalink
Add jar manifest with Class-Path attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Jul 5, 2011
1 parent 14ae395 commit 6ce890a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions debian/manifest.txt
@@ -0,0 +1 @@
Class-Path: /usr/share/java/clojure.jar /usr/share/java/lucene-core.jar /usr/share/java/lucene-memory.jar /usr/share/java/lucene-highlighter.jar
2 changes: 1 addition & 1 deletion debian/rules
Expand Up @@ -6,7 +6,7 @@ JAVA_HOME=/usr/lib/jvm/java-6-openjdk
dh $@ --with javahelper

override_jh_build:
jar cf clucy.jar -C src .
jar cmf debian/manifest.txt clucy.jar -C src .

get-orig-source:
uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename

0 comments on commit 6ce890a

Please sign in to comment.