[pkg-java] r8042 - trunk/ivy/debian
varun at alioth.debian.org
varun at alioth.debian.org
Sat Mar 7 03:15:45 UTC 2009
Author: varun
Date: 2009-03-07 03:15:45 +0000 (Sat, 07 Mar 2009)
New Revision: 8042
Added:
trunk/ivy/debian/ivy-doc.doc-base
trunk/ivy/debian/ivy-doc.docs
Modified:
trunk/ivy/debian/ant.properties
trunk/ivy/debian/build.xml
trunk/ivy/debian/changelog
trunk/ivy/debian/control
trunk/ivy/debian/rules
Log:
Initial upload (Closes: #514757)
Modified: trunk/ivy/debian/ant.properties
===================================================================
--- trunk/ivy/debian/ant.properties 2009-03-07 02:17:23 UTC (rev 8041)
+++ trunk/ivy/debian/ant.properties 2009-03-07 03:15:45 UTC (rev 8042)
@@ -2,3 +2,4 @@
class.dir=classes
source.dir=src/java
jar.name=ivy.jar
+doc.dir=api
Modified: trunk/ivy/debian/build.xml
===================================================================
--- trunk/ivy/debian/build.xml 2009-03-07 02:17:23 UTC (rev 8041)
+++ trunk/ivy/debian/build.xml 2009-03-07 03:15:45 UTC (rev 8042)
@@ -28,7 +28,7 @@
<target name="javadoc" description="Creates Javadoc documentation">
<mkdir dir="${doc.dir}" />
- <javadoc packagenames="com.sun.*"
+ <javadoc packagenames="*"
sourcepath="${source.dir}" destdir="${doc.dir}" />
</target>
Modified: trunk/ivy/debian/changelog
===================================================================
--- trunk/ivy/debian/changelog 2009-03-07 02:17:23 UTC (rev 8041)
+++ trunk/ivy/debian/changelog 2009-03-07 03:15:45 UTC (rev 8042)
@@ -1,5 +1,5 @@
ivy (2.0.0-1) unstable; urgency=low
- * Initial upload
+ * Initial upload (Closes: #514757)
- -- Varun Hiremath <varun at debian.org> Mon, 02 Mar 2009 01:39:48 -0500
+ -- Varun Hiremath <varun at debian.org> Fri, 06 Mar 2009 22:04:56 -0500
Modified: trunk/ivy/debian/control
===================================================================
--- trunk/ivy/debian/control 2009-03-07 02:17:23 UTC (rev 8041)
+++ trunk/ivy/debian/control 2009-03-07 03:15:45 UTC (rev 8042)
@@ -16,7 +16,19 @@
Package: ivy
Architecture: all
Depends: default-jre | java2-runtime
+Suggests: ivy-doc
Description: The agile dependency manager
Ivy is a very powerful dependency manager oriented toward Java
dependency management, even though it could be used to manage
dependencies of any kind.
+
+Package: ivy-doc
+Section: doc
+Architecture: all
+Depends: default-jre | java2-runtime
+Description: The agile dependency manager (documentation)
+ Ivy is a very powerful dependency manager oriented toward Java
+ dependency management, even though it could be used to manage
+ dependencies of any kind.
+ .
+ This package contains the documentation.
Added: trunk/ivy/debian/ivy-doc.doc-base
===================================================================
--- trunk/ivy/debian/ivy-doc.doc-base (rev 0)
+++ trunk/ivy/debian/ivy-doc.doc-base 2009-03-07 03:15:45 UTC (rev 8042)
@@ -0,0 +1,9 @@
+Document: ivy
+Title: API for ivy
+Author: The Apache Software Foundation
+Abstract: The agile dependency manager
+Section: Programming
+
+Format: HTML
+Index: /usr/share/doc/ivy-doc/api/index.html
+Files: /usr/share/doc/ivy-doc/api/*.html
Added: trunk/ivy/debian/ivy-doc.docs
===================================================================
--- trunk/ivy/debian/ivy-doc.docs (rev 0)
+++ trunk/ivy/debian/ivy-doc.docs 2009-03-07 03:15:45 UTC (rev 8042)
@@ -0,0 +1 @@
+api
Modified: trunk/ivy/debian/rules
===================================================================
--- trunk/ivy/debian/rules 2009-03-07 02:17:23 UTC (rev 8041)
+++ trunk/ivy/debian/rules 2009-03-07 03:15:45 UTC (rev 8042)
@@ -4,13 +4,13 @@
include /usr/share/cdbs/1/rules/debhelper.mk
JAVA_HOME := /usr/lib/jvm/java-6-openjdk
-DEB_ANT_BUILD_TARGET := jar
+DEB_ANT_BUILD_TARGET := jar javadoc
DEB_ANT_BUILDFILE := debian/build.xml
DEB_JARS := commons-httpclient commons-lang commons-cli commons-collections\
commons-vfs junit jsch oro
install/ivy::
- install -m 644 -D ivy.jar $(DEB_DESTDIR)/usr/share/java/ivy-$(DEB_UPSTREAM_VERSION).jar
+ install -m 644 -D ivy.jar debian/ivy/usr/share/java/ivy-$(DEB_UPSTREAM_VERSION).jar
dh_link /usr/share/java/ivy-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/ivy.jar
get-orig-source:
More information about the pkg-java-commits
mailing list