[med-svn] [libcofoja-java] 01/01: Use correct location for jlibs, doc is not built
Andreas Tille
tille at debian.org
Sun Mar 9 22:05:39 UTC 2014
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository libcofoja-java.
commit 1cb98742f6916cff200e057038c999d28aa8dfdc
Author: Andreas Tille <tille at debian.org>
Date: Sun Mar 9 23:05:06 2014 +0100
Use correct location for jlibs, doc is not built
---
debian/control | 21 ---------------------
debian/libcofoja-java-doc.javadoc | 1 -
debian/libcofoja-java.jlibs | 2 +-
debian/patches/use_debian_packaged_jars.patch | 2 +-
4 files changed, 2 insertions(+), 24 deletions(-)
diff --git a/debian/control b/debian/control
index 2335359..4289be1 100644
--- a/debian/control
+++ b/debian/control
@@ -33,24 +33,3 @@ Description: Java API providing annotating code with contracts
* debug
programs.
-Package: libcofoja-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends},
- ${java:Depends}
-Recommends: ${java:Recommends}
-Description: API documentation for libcofoja-java
- Contracts for Java enables annotating code with contracts in the form of
- preconditions, postconditions and invariants.
- .
- These contract annotations are
- * easy to write and read,
- * and checked at runtime.
- Annotating code with contracts helps you:
- * design,
- * document,
- * test, and
- * debug
- programs.
- .
- This package contains the javadoc documentation files.
diff --git a/debian/libcofoja-java-doc.javadoc b/debian/libcofoja-java-doc.javadoc
deleted file mode 100644
index b9d9eaa..0000000
--- a/debian/libcofoja-java-doc.javadoc
+++ /dev/null
@@ -1 +0,0 @@
-docs /usr/share/doc/libcofoja-java
diff --git a/debian/libcofoja-java.jlibs b/debian/libcofoja-java.jlibs
index b24ad14..07eddc4 100644
--- a/debian/libcofoja-java.jlibs
+++ b/debian/libcofoja-java.jlibs
@@ -1 +1 @@
-cofoja*.jar
+dist/cofoja*.jar
diff --git a/debian/patches/use_debian_packaged_jars.patch b/debian/patches/use_debian_packaged_jars.patch
index f1865c3..c56621b 100644
--- a/debian/patches/use_debian_packaged_jars.patch
+++ b/debian/patches/use_debian_packaged_jars.patch
@@ -10,7 +10,7 @@ Description: Use Debian packaged JARs
## except for 'tools.jar', which is probably not what you want.
-asm.jar=build/asm.jar
-junit.jar=build/junit.jar
-+asm.jar=/usr/share/java/asm4.jar
++asm.jar=/usr/share/java/asm4-all.jar
+junit.jar=/usr/share/java/junit.jar
tools.jar=${java.home}/../lib/tools.jar
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libcofoja-java.git
More information about the debian-med-commit
mailing list