[knopflerfish-osgi] 12/13: debian/rules: remove knopflerfish.org/ prefix, collect doc files, encoding for javadoc, ...

Felix Natter fnatter-guest at moszumanska.debian.org
Tue Mar 3 19:14:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

fnatter-guest pushed a commit to branch master
in repository knopflerfish-osgi.

commit 52335064da376ea0ce7b79689bbcfc32ee3430fe
Author: Felix Natter <fnatter at gmx.net>
Date:   Tue Mar 3 20:04:25 2015 +0100

    debian/rules: remove knopflerfish.org/ prefix, collect doc files, encoding for javadoc, ...
---
 debian/rules | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 2efa94c..c9c77ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,18 +9,22 @@ JAVA_HOME_DIRS       := /usr/lib/jvm/default-java
 
 ANT_HOME             := /usr/share/ant
 DEB_ANT_BUILD_TARGET := jar
-DEB_BUILDDIR         := knopflerfish.org/osgi/framework
+DEB_BUILDDIR         := osgi/framework
 # DEB_INSTALL_DOCS_ALL = -Xlicense
 # DEB_DH_INSTALL_ARGS := -XLICENSE.txt
 DEB_COMPRESS_EXCLUDE := .java .html
 
 clean::
 	-$(DEB_ANT_INVOKE) $(DEB_ANT_CLEAN_TARGET)
-	-rm -f knopflerfish.org/osgi/framework/resources/tstamp
+	-rm -f osgi/framework/resources/tstamp
 	-rm -fr api/
+	-rm -f osgi/framework-5.1.0.jar
+	-rm -f framework.html frameworkcommands.html
 
 build/libknopflerfish-osgi-java-doc::
-	javadoc -sourcepath knopflerfish.org/osgi/framework/src -d api -subpackages org.knopflerfish:org.osgi
+	javadoc -encoding "UTF-8" -sourcepath osgi/framework/src -d api -subpackages org.knopflerfish:org.osgi
+	cp docs/bundledoc/framework/index.html framework.html
+	cp docs/bundledoc/frameworkcommands/index.html frameworkcommands.html
 
 # Get original sources directly using uscan
 get-orig-source:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/knopflerfish-osgi.git



More information about the pkg-java-commits mailing list