Codebase list ivy / bd3b2db
Initial upload (Closes: #514757) Varun Hiremath 15 years ago
7 changed file(s) with 28 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
11 class.dir=classes
22 source.dir=src/java
33 jar.name=ivy.jar
4 doc.dir=api
2727
2828 <target name="javadoc" description="Creates Javadoc documentation">
2929 <mkdir dir="${doc.dir}" />
30 <javadoc packagenames="com.sun.*"
30 <javadoc packagenames="*"
3131 sourcepath="${source.dir}" destdir="${doc.dir}" />
3232 </target>
3333
00 ivy (2.0.0-1) unstable; urgency=low
11
2 * Initial upload
2 * Initial upload (Closes: #514757)
33
4 -- Varun Hiremath <varun@debian.org> Mon, 02 Mar 2009 01:39:48 -0500
4 -- Varun Hiremath <varun@debian.org> Fri, 06 Mar 2009 22:04:56 -0500
1515 Package: ivy
1616 Architecture: all
1717 Depends: default-jre | java2-runtime
18 Suggests: ivy-doc
1819 Description: The agile dependency manager
1920 Ivy is a very powerful dependency manager oriented toward Java
2021 dependency management, even though it could be used to manage
2122 dependencies of any kind.
23
24 Package: ivy-doc
25 Section: doc
26 Architecture: all
27 Depends: default-jre | java2-runtime
28 Description: The agile dependency manager (documentation)
29 Ivy is a very powerful dependency manager oriented toward Java
30 dependency management, even though it could be used to manage
31 dependencies of any kind.
32 .
33 This package contains the documentation.
0 Document: ivy
1 Title: API for ivy
2 Author: The Apache Software Foundation
3 Abstract: The agile dependency manager
4 Section: Programming
5
6 Format: HTML
7 Index: /usr/share/doc/ivy-doc/api/index.html
8 Files: /usr/share/doc/ivy-doc/api/*.html
33 include /usr/share/cdbs/1/rules/debhelper.mk
44
55 JAVA_HOME := /usr/lib/jvm/java-6-openjdk
6 DEB_ANT_BUILD_TARGET := jar
6 DEB_ANT_BUILD_TARGET := jar javadoc
77 DEB_ANT_BUILDFILE := debian/build.xml
88 DEB_JARS := commons-httpclient commons-lang commons-cli commons-collections\
99 commons-vfs junit jsch oro
1010
1111 install/ivy::
12 install -m 644 -D ivy.jar $(DEB_DESTDIR)/usr/share/java/ivy-$(DEB_UPSTREAM_VERSION).jar
12 install -m 644 -D ivy.jar debian/ivy/usr/share/java/ivy-$(DEB_UPSTREAM_VERSION).jar
1313 dh_link /usr/share/java/ivy-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/ivy.jar
1414
1515 get-orig-source: