Author: tmancill Date: 2013-04-02 03:08:41 +0000 (Tue, 02 Apr 2013) New Revision: 16466
Added: tags/ivy/2.3.0-1/ tags/ivy/2.3.0-1/debian/changelog Removed: tags/ivy/2.3.0-1/debian/changelog Log: [svn-buildpackage] Tagging ivy 2.3.0-1 Deleted: tags/ivy/2.3.0-1/debian/changelog =================================================================== --- trunk/ivy/debian/changelog 2013-04-01 23:32:10 UTC (rev 16464) +++ tags/ivy/2.3.0-1/debian/changelog 2013-04-02 03:08:41 UTC (rev 16466) @@ -1,103 +0,0 @@ -ivy (2.3.0-1) UNRELEASED; 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Thu, 01 Oct 2009 19:47:35 -0400 - -ivy (2.1.0~rc2-2) unstable; urgency=low - - * Upload to unstable. - - -- Torsten Werner <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Mon, 20 Apr 2009 18:43:56 -0400 - -ivy (2.0.0-1) unstable; urgency=low - - * Initial upload (Closes: #514757) - - -- Varun Hiremath <[email protected]> Fri, 06 Mar 2009 22:04:56 -0500 Copied: tags/ivy/2.3.0-1/debian/changelog (from rev 16465, trunk/ivy/debian/changelog) =================================================================== --- tags/ivy/2.3.0-1/debian/changelog (rev 0) +++ tags/ivy/2.3.0-1/debian/changelog 2013-04-02 03:08:41 UTC (rev 16466) @@ -0,0 +1,103 @@ +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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Thu, 01 Oct 2009 19:47:35 -0400 + +ivy (2.1.0~rc2-2) unstable; urgency=low + + * Upload to unstable. + + -- Torsten Werner <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Mon, 20 Apr 2009 18:43:56 -0400 + +ivy (2.0.0-1) unstable; urgency=low + + * Initial upload (Closes: #514757) + + -- Varun Hiremath <[email protected]> Fri, 06 Mar 2009 22:04:56 -0500 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

