debian/0000775000000000000000000000000012213417621007167 5ustar debian/patches/0000775000000000000000000000000012171021221010604 5ustar debian/patches/series0000664000000000000000000000002212171021221012013 0ustar commons-vfs2.diff debian/patches/commons-vfs2.diff0000664000000000000000000001311612171021221013771 0ustar Description: Fix build with commons vfs 2.0 Author: Damien Raude-Morvan Last-Update: 2011-09-11 Forwarded: no Index: b/META-INF/MANIFEST.MF =================================================================== --- a/META-INF/MANIFEST.MF +++ b/META-INF/MANIFEST.MF @@ -19,13 +19,13 @@ org.apache.commons.httpclient.params;resolution:=optional, org.apache.commons.httpclient.protocol;resolution:=optional, org.apache.commons.net.ftp;resolution:=optional, - org.apache.commons.vfs;resolution:=optional, - org.apache.commons.vfs.impl;resolution:=optional, - org.apache.commons.vfs.provider;resolution:=optional, - org.apache.commons.vfs.provider.ftp;resolution:=optional, - org.apache.commons.vfs.provider.local;resolution:=optional, - org.apache.commons.vfs.provider.sftp;resolution:=optional, - org.apache.commons.vfs.provider.url;resolution:=optional, + org.apache.commons.vfs2;resolution:=optional, + org.apache.commons.vfs2.impl;resolution:=optional, + org.apache.commons.vfs2.provider;resolution:=optional, + org.apache.commons.vfs2.provider.ftp;resolution:=optional, + org.apache.commons.vfs2.provider.local;resolution:=optional, + org.apache.commons.vfs2.provider.sftp;resolution:=optional, + org.apache.commons.vfs2.provider.url;resolution:=optional, org.apache.oro.text;resolution:=optional, org.apache.oro.text.regex;resolution:=optional, org.apache.tools.ant;resolution:=optional, Index: b/src/java/org/apache/ivy/plugins/repository/vfs/VfsRepository.java =================================================================== --- a/src/java/org/apache/ivy/plugins/repository/vfs/VfsRepository.java +++ b/src/java/org/apache/ivy/plugins/repository/vfs/VfsRepository.java @@ -25,12 +25,12 @@ import java.util.Arrays; import java.util.List; -import org.apache.commons.vfs.FileContent; -import org.apache.commons.vfs.FileObject; -import org.apache.commons.vfs.FileSystemException; -import org.apache.commons.vfs.FileSystemManager; -import org.apache.commons.vfs.FileType; -import org.apache.commons.vfs.impl.StandardFileSystemManager; +import org.apache.commons.vfs2.FileContent; +import org.apache.commons.vfs2.FileObject; +import org.apache.commons.vfs2.FileSystemException; +import org.apache.commons.vfs2.FileSystemManager; +import org.apache.commons.vfs2.FileType; +import org.apache.commons.vfs2.impl.StandardFileSystemManager; import org.apache.ivy.plugins.repository.AbstractRepository; import org.apache.ivy.plugins.repository.RepositoryCopyProgressListener; import org.apache.ivy.plugins.repository.Resource; Index: b/src/java/org/apache/ivy/plugins/repository/vfs/VfsResource.java =================================================================== --- a/src/java/org/apache/ivy/plugins/repository/vfs/VfsResource.java +++ b/src/java/org/apache/ivy/plugins/repository/vfs/VfsResource.java @@ -22,11 +22,11 @@ import java.util.ArrayList; import java.util.List; -import org.apache.commons.vfs.FileContent; -import org.apache.commons.vfs.FileObject; -import org.apache.commons.vfs.FileSystemException; -import org.apache.commons.vfs.FileSystemManager; -import org.apache.commons.vfs.FileType; +import org.apache.commons.vfs2.FileContent; +import org.apache.commons.vfs2.FileObject; +import org.apache.commons.vfs2.FileSystemException; +import org.apache.commons.vfs2.FileSystemManager; +import org.apache.commons.vfs2.FileType; import org.apache.ivy.plugins.repository.Resource; import org.apache.ivy.plugins.resolver.VfsResolver; import org.apache.ivy.util.Message; Index: b/src/java/org/apache/ivy/plugins/repository/vfs/ivy_vfs.xml =================================================================== --- a/src/java/org/apache/ivy/plugins/repository/vfs/ivy_vfs.xml +++ b/src/java/org/apache/ivy/plugins/repository/vfs/ivy_vfs.xml @@ -20,29 +20,29 @@ in the jakarta-vfs-common distribution with the res and tmp schemas removed. --> - + - + - + - + debian/rules0000775000000000000000000000204012200370767010250 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/class/ant.mk include /usr/share/cdbs/1/rules/debhelper.mk PACKAGE := $(DEB_SOURCE_PACKAGE) VERSION := $(DEB_UPSTREAM_VERSION) MVN_VERSION := $(shell echo $(VERSION) | sed 's/~/-/') JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILD_TARGET := jar javadoc DEB_ANT_BUILDFILE := debian/build.xml DEB_JARS := commons-httpclient commons-lang commons-cli commons-collections3 \ commons-vfs2 junit jsch oro bcprov bcpg API_DOCS := api binary-post-install/$(PACKAGE):: mh_installpoms -p$(PACKAGE) mh_installjar -p$(PACKAGE) -l debian/pom.xml ivy.jar binary-post-install/$(PACKAGE)-doc:: dh_install -p$(PACKAGE)-doc $(API_DOCS) usr/share/doc/$(PACKAGE) clean:: -rm -rf debian/tmp mh_clean get-orig-source: -uscan --force-download --rename get-orig-pom: wget -O debian/pom.xml http://repository.sonatype.org/service/local/repositories/central/content/org/apache/ivy/ivy/$(MVN_VERSION)/ivy-$(MVN_VERSION).pom debian/watch0000664000000000000000000000022312171021221010203 0ustar version=3 opts="uversionmangle=s/-rc/~rc/" \ http://www.apache.org/dist/ant/ivy/([\d].*)/apache-ivy-([\d].*)-src.tar.gz debian debian/orig-tar.sh debian/orig-tar.sh0000775000000000000000000000055612171021221011246 0ustar #!/bin/sh -e # called by uscan with '--upstream-version' DIR=ivy-$2.orig # clean up the upstream tarball tar -z -x -f $3 mv apache-ivy* $DIR tar -c -z -f $3 --exclude '*/test*' --exclude '*/doc*' $DIR rm -rf $DIR # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $3 $origDir echo "moved $3 to $origDir" fi debian/changelog0000664000000000000000000000734112213417473011053 0ustar ivy (2.3.0-3) unstable; urgency=low * Team upload. * Use canonical URLs for the Vcs-* fields * Switched the dependency on Commons Collections to 3.x -- Emmanuel Bourg Mon, 09 Sep 2013 21:19:17 +0200 ivy (2.3.0-2) unstable; urgency=low * Team upload. * Upload to unstable. -- tony mancill Wed, 15 May 2013 17:44:57 -0700 ivy (2.3.0-1) experimental; urgency=low [ Miguel Landaeta ] * New upstream release. * Bump Standards-Version to 3.9.4. No changes were required. * Fix minor lintian warning regarding package description. [ Damien Raude-Morvan ] * d/maven.rules: Replace commons-vfs by commons-vfs2, use 3.x version of commons-httpclient and add mapping for bouncycastle. -- Miguel Landaeta Sun, 31 Mar 2013 21:32:10 -0300 ivy (2.2.0-2) unstable; urgency=low * Team upload. * Fix for commons-vfs2. * Bump Standards-Version to 3.9.2: no changes needed. -- Damien Raude-Morvan Sun, 11 Sep 2011 01:36:00 +0200 ivy (2.2.0-1) unstable; urgency=low * New upstream release. * Update pom.xml to the latest version. * Add Build-Depends and Suggests on libbcprov-java and libbcpg-java. * Add mh_clean call in clean target. * Bump Standards-Version to 3.9.1. No changes were required. * Add myself to Uploaders. -- Miguel Landaeta Sun, 06 Feb 2011 20:56:32 -0430 ivy (2.1.0-1) unstable; urgency=low [ Thierry Carrez ] * debian/build.xml: Build java2-code to match runtime dependency [ Varun Hiremath ] * New upstream release * Update pom.xml to the latest version * (Build)-Depend on default-jdk-doc (Closes: #567274) * Switch to source format 3.0 -- Varun Hiremath Thu, 11 Feb 2010 15:47:07 -0500 ivy (2.1.0~rc2-3) unstable; urgency=low * Update pom.xml file to latest 2.1.0~rc2 version (Closes: #548310) * Include the MANIFEST.MF file in the jar (Closes: #548311) * Add debian/README.Debian listing reasons for not creating symlink to ivy.jar in ant's lib directory and solutions (Closes: #547969) * Switch to default-jdk * Bump Standards-Version to 3.8.3 (no changes) -- Varun Hiremath Thu, 01 Oct 2009 19:47:35 -0400 ivy (2.1.0~rc2-2) unstable; urgency=low * Upload to unstable. -- Torsten Werner Sun, 09 Aug 2009 11:17:50 +0200 ivy (2.1.0~rc2-1) experimental; urgency=low * New upstream version * Add myself to Uploaders * Bump Standards-Version to 3.8.2 * Change section to java * Add the Maven POM to the package * Add a Build-Depends-Indep dependency on maven-repo-helper * Depend on the headless Java runtimes as Ivy does not use any GUI or graphics most of the time * move default-jre | java2-runtime to Suggests for the rare case when Swing is used (to ask the user for credentials when they are missing) * Move api documentation to /usr/share/doc/ivy/api -- Ludovic Claude Sun, 26 Jul 2009 16:59:47 +0100 ivy (2.1.0~rc1-1) unstable; urgency=low * New upstream release * Fix watch file * Include .xsd and .ent files in ivy.jar (Closes: #526326) * Copy settings files for backward compatibility with ivyconf naming * Copy antlib for backward compatibility with fr.jayasoft.ivy package -- Varun Hiremath Thu, 30 Apr 2009 20:15:32 -0400 ivy (2.0.0-2) unstable; urgency=low * Include xml files in ivy.jar (Closes: #524878) * Add libjsch-java to Suggests (Closes: #521738) * Bump Standards-Version to 3.8.1 -- Varun Hiremath Mon, 20 Apr 2009 18:43:56 -0400 ivy (2.0.0-1) unstable; urgency=low * Initial upload (Closes: #514757) -- Varun Hiremath Fri, 06 Mar 2009 22:04:56 -0500 debian/source/0000775000000000000000000000000012171021221010455 5ustar debian/source/format0000664000000000000000000000001412171021221011663 0ustar 3.0 (quilt) debian/README.Debian0000664000000000000000000000061312171021221011216 0ustar Using ivy ========= This package installs the ivy.jar in /usr/share/java. No symlink to ivy.jar is created in /usr/share/ant/lib/ due to several reasons listed in #547969. To use ivy ant tasks, ivy should be added to ant's classpath in any of the ways listed here: http://ant.apache.org/manual/install.html#optionalTasks -- Varun Hiremath Thu, 1 Oct 2009 19:37:44 -0400 debian/pom.xml0000664000000000000000000001213512171021221010474 0ustar 4.0.0 org.apache apache 7 org.apache.ivy ivy 2.3.0 Apache Ivy http://ant.apache.org/ivy/ scm:svn:http://svn.apache.org/repos/asf/ant/ivy/core/trunk/ scm:svn:https://svn.apache.org/repos/asf/ant/ivy/core/trunk http://svn.apache.org/repos/asf/ant/ivy/core/trunk Ant/Ivy Developers List dev-subscribe@ant.apache.org dev-unsubscribe@ant.apache.org dev@ant.apache.org http://mail-archives.apache.org/mod_mbox/ant-dev Ivy Users List ivy-user-subscribe@ant.apache.org ivy-user-unsubscribe@ant.apache.org ivy-user@ant.apache.org http://mail-archives.apache.org/mod_mbox/ant-ivy-user jira http://issues.apache.org/jira/browse/IVY ant ant 1.6.2 true ant ant-nodeps 1.6.2 true ant ant-trax 1.6.2 true commons-httpclient commons-httpclient 3.0 true oro oro 2.0.8 true commons-vfs commons-vfs 1.0 true com.jcraft jsch 0.1.31 true org.bouncycastle bcpg-jdk14 1.45 true org.bouncycastle bcprov-jdk14 1.45 true junit junit 3.8.2 test commons-lang commons-lang 2.5 test org.apache.ant ant-testutil 1.7.0 test ant ant-launcher 1.6.2 test xerces xercesImpl 2.6.2 test xerces xmlParserAPIs 2.6.2 test debian/ivy-doc.doc-base.api0000664000000000000000000000034012171021221012673 0ustar 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/api/index.html Files: /usr/share/doc/ivy/api/*.html debian/compat0000664000000000000000000000000212171021221010353 0ustar 7 debian/maven.rules0000664000000000000000000000044312171021221011340 0ustar s/ant/org.apache.ant/ s/ant.*/ant/ * s/.*/debian/ s/commons-vfs/org.apache.commons/ s/commons-vfs/commons-vfs2/ jar s/.*/debian/ commons-httpclient commons-httpclient jar s/.*/3.x/ org.bouncycastle s/bcpg-jdk14/bcpg/ jar s/.*/debian/ org.bouncycastle s/bcprov-jdk14/bcprov/ jar s/.*/debian/ debian/copyright0000664000000000000000000000105112171021221011105 0ustar This package was debianized by Varun Hiremath on Mon, 2 Mar 2009 01:09:21 -0500 It was downloaded from http://www.apache.org/dist/ant/ivy/ Upstream Authors: The Apache Software Foundation. Copyright: © 2009 The Apache Software Foundation. License: Apache 2.0 On Debian GNU/Linux system you can find the complete text of the Apache-2.0 license in `/usr/share/common-licenses/Apache-2.0' The Debian packaging is © 2009, Varun Hiremath and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/ivy.poms0000664000000000000000000000003312171021221010660 0ustar debian/pom.xml --no-parent debian/ant.properties0000664000000000000000000000012412171021221012052 0ustar project.name=ivy class.dir=classes source.dir=src/java jar.name=ivy.jar doc.dir=api debian/control0000664000000000000000000000275212200371136010574 0ustar Source: ivy Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Varun Hiremath , Torsten Werner , Ludovic Claude , Miguel Landaeta Build-Depends: cdbs, debhelper (>= 7) Build-Depends-Indep: maven-repo-helper, ant, default-jdk, libcommons-httpclient-java, libcommons-lang-java, libcommons-cli-java, liboro-java, libcommons-collections3-java, libcommons-vfs-java (>= 2.0), junit, libjsch-java, libbcprov-java, libbcpg-java, default-jdk-doc Standards-Version: 3.9.4 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/ivy Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/ivy/ Homepage: http://ant.apache.org/ivy/ Package: ivy Architecture: all Depends: ${misc:Depends}, default-jre-headless | java2-runtime-headless Suggests: libjsch-java, libbcprov-java, libbcpg-java, ivy-doc, default-jre | java2-runtime Description: 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: ${misc:Depends}, default-jdk-doc Description: 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. debian/build.xml0000664000000000000000000000541212171021221011000 0ustar