ant (1.6.5-6) unstable; urgency=low * debian/patches/03_SplashTaskPatch_a.patch: Fixed to apply the new file into the correct directory (Closes: #375540). * debian/rules: Build with java-gcj-compat. * debian/control: (Build-)Depends on java-gcj-compat(-dev). * debian/control: Moved cdbs and debhelper to Build-Depends. * debian/control: Updated Standards-Version to 3.7.2. * debian/control: Added myself to Uploaders. -- Michael Koch Sat, 1 Jul 2006 10:51:26 +0000 ant (1.6.5-5) unstable; urgency=low * Added versioned build dependency on kaffe to fix the bootstrap process (/usr/bin/ecj is only available sind 1.16.91-) (closes: #348647) -- Wolfgang Baer Wed, 18 Jan 2006 14:42:45 +0100 ant (1.6.5-4) unstable; urgency=low * kaffe compiler transition * Applied patch for upstream PR 38260 to fix build failure of some package on free runtimes (Thanks, Stephan Michels) -- Wolfgang Baer Mon, 16 Jan 2006 12:17:10 +0100 ant (1.6.5-3) unstable; urgency=low * Fixed FTBS by adding bootstrap ANT_HOME (closes: #331081) * Add javacc to Suggests as needed by javacc task (closes: #330513) -- Wolfgang Baer Sat, 1 Oct 2005 17:15:35 +0200 ant (1.6.5-2) unstable; urgency=low * Converted package to no longer depend on libant1.6-java + Dropped libant1.6-java from build-dep and deps + ant.links - removed links into libant1.6-java * Reorganized binaries build from ant source package + ant - includes the scripts and the core tasks + ant-doc - includes the manual and javadocs + ant-optional - includes the optional tasks * As part of this reorganization the following was done + Moved core tasks previously in libant1.6-java to ant + Moved optional tasks previously in ant to ant-optional + Moved manual from ant to ant-doc + Added conflicts,replaces with libant1.6-java to ant, ant-optional as it contained core and optional task jars + Added conflicts/replaces with ant-doc (<= 1.6.5-1) to ant + Link all auxiliary jars from ant, ant-optional into /usr/share/java as required by debian java policy * Completely revised README.Debian + Removed paragraph about setting JAVA_HOME which is not needed (closes: #291157) + Revised differences to upstream - we do not have any regressions to building with non-free JDKs + Added a paragraph about optional tasks and suggested libraries * changelog.html in the ant manual is the description of an ant task + Added linda override to suppress error html-only-changelog + Added ant-doc.compress to suppress a gzip of this file * Registered javadoc and manual with doc-base Added ant-doc.doc-base.1 and ant-doc.doc-base.2 * Added the gjdoc task from libant1.6-java (closes: #324884) * Upload sponsored by Arnaud Vandyck -- Wolfgang Baer Mon, 15 Aug 2005 15:17:36 +0200 ant (1.6.5-1) unstable; urgency=low * New upstream release + Build with kaffe/gjdoc/jikes + Move to main (closes: #290228) + Refractored SplashTask to remove sun internal classes patches 03_SplashTaskPatch_a/b/c.patch (submitted upstream) + Patched UUMailer.java to use sun internal classes via reflection + Updated src/script/ant patches + Patched build.xml to include maxmemory option to build javadoc * Splashscreen now works with kaffe/gij-4.0/jamvm packages (closes: #169755, #164401) * Removed extraneous files left by failed builds (closes: #310266) * Added libjsch-java to path and include ant-jsch (closes: #305674) * Added ant-jmf to ant.install * Added java1-runtime | java2-runtime as alternatives to kaffe to Depends * Moved ant-doc to section doc (closes: #253448) * According to upstream changelog ant junitreport for JDK 1.5 was fixed already in 1.6.2 (closes: #273560) * Taskdef attributes are the same as for Typedef and therefore described through the provided link to Typedef manual (closes: #254683) * Updated README.Debian * Updated build.xml.5 and ant.1 manpages * Changed Build-Depends to Build-Depends-Indep to fix lintian warning * Moved java-virtual-machine to suggests * Used versioned dependency for libant1.6-java (same upstream version needed) * Call dh_installdocs directly to exclude redundant LICENSE files * Bumped Standards-Version to 3.6.2 - no changes * Added myself to uploaders * Upload sponsored by Arnaud Vandyck -- Wolfgang Baer Thu, 23 Jun 2005 16:11:44 +0200 ant (1.6.2-2) unstable; urgency=low * added commons-net to the path when building (closes: #272556). -- Arnaud Vandyck Tue, 28 Sep 2004 11:44:52 +0200 ant (1.6.2-1) unstable; urgency=low * New upstream release * debian/watch: added file to monitor new upstream * debian/ant.install: changed name of some libs (they changed it upstream): ant-apache-bcel.jar, ant-apache-log4j, ant-apache-oro.jar, ant-apache-regexp.jar * debian/ant.install: added ant-apache-resolver.jar, ant-bootstrap.jar and ant-commons-net.jar (/usr/share/ant/lib) * debian/ant.install: removed ant-xalan2.jar (does not exist anymore upstream!) -- Arnaud Vandyck Sun, 15 Aug 2004 00:50:34 +0200 ant (1.6.1-2) unstable; urgency=low * Add the Xerces2 XML parser to the local classpath (closes: #240245, #249136) * Don't make /usr/share/ant/lib/ant-launcher.jar a symlink since Ant's startup code would follow it and wrongly add JARs from /usr/share/ant1.6/lib instead of /usr/share/ant/lib to the classpath (closes: #238674, #239797, #251527, #238187, #245042) * Correctly set ANT_HOME in /usr/bin/ant -- Stefan Gybas Sun, 6 Jun 2004 18:55:09 +0200 ant (1.6.1-1) unstable; urgency=low * New upstream release (closes: #230061) + Uses the new interface to BSF (closes: #217752) + Fixes bug in finding javacc.jar (closes: #232592) * Only suggest the libraries for optional tasks instead of depending on them (closes: #211560, #228142) * Build with the packaged version of ORO (closes: #200909) * Fixed typo in ant.1 man page (closes: #215291). Thanks to Nicolas Francois for the patch! * Updated copyright to include the new Apache License version 2.0 * Use upstream's version of the Ant wrapper /usr/bin/ant which uses the new ant-launcher.jar * Updated README.Debian -- Stefan Gybas Wed, 10 Mar 2004 01:47:53 +0100 ant (1.5.4-3) unstable; urgency=low * The ant package now conflicts with and replaces ant-doc (<< 1.5.4-2) (closes: #211234) * Use CDBS to build the package * Set Maintainer to Debian Java Maintainers -- Stefan Gybas Wed, 17 Sep 2003 15:00:17 +0200 ant (1.5.4-2) unstable; urgency=low * Remove ant.jar and depend on libant1.5-java instead * Move all documentation expect the Javadoc API documentation from ant-doc to ant (closes: #174876) * Install the XSL files in /usr/share/ant/etc/ (closes: #205484) * Standards-Version: 3.6.1 (no changes required) -- Stefan Gybas Sun, 7 Sep 2003 17:26:14 +0200 ant (1.5.4-1) unstable; urgency=low * New upstream release * Modify the build process so that no changes to build.xml and bootstrap.sh are required * Build JDepend task (closes: #203149) * Added a list of missing classes in ant-optional.jar compared to upstream's optional.jar to README.Debian * Standards-Version: 3.6.0 + Moved debhelper from Build-Depends-Indep: to Build-Depends: -- Stefan Gybas Thu, 14 Aug 2003 11:57:48 +0200 ant (1.5.3-2) unstable; urgency=low * Add xmlParserAPIs.jar from Xalan2 to the class path instead of xml-apis.jar from Xerces2 (closes: #195702) * Don't compress manual/CoreTasks/changelog.html and other files in ant-doc (closes: #159963) * Depend on the previously suggested packages jython and antlr to avoid dangling symlinks in /usr/share/ant/lib * Honor $ANT_ARGS in startup script (closes: #174313) * Added dependency on java*-runtime as required by the Java Policy * Enable support for BCEL and Commons Logging (closes: #179177) * Compile using Blackdown's JDK 1.4 runtime classes to make sure that the Javah task gets built (closes: #182918) * Depend on liblog4j1.2-java instead of liblog4j (closes: #191177) * Fixed handling of target names with spaces (closes: #198481) * Updated upstream URL in copyright and package description * Fixed Lintian errors and warnings: + Removed extra license in ant-doc + Fixed bad whatis entry in manual pages * Updated README.Debian * Standards-Version: 3.5.10 (no changes required) -- Stefan Gybas Tue, 24 Jun 2003 16:21:44 +0200 ant (1.5.3-1) unstable; urgency=low * New upstream release -- Takashi Okamoto Wed, 9 Apr 2003 21:32:28 +0900 ant (1.5.1-1) unstable; urgency=low * New upstream release * Build with debhelper >= 4.1.0 to get rid of /usr/doc compatibility symlinks * Standards-Version: 3.5.7 (no changes required) * Added Takashi Okamoto and Ola Lundqvist as uploaders * Build with jikes as a first step in a movement from contrib to main -- Stefan Gybas Wed, 23 Oct 2002 16:07:15 +0200 ant (1.5-1) unstable; urgency=low * New upstream release -- Stefan Gybas Thu, 11 Jul 2002 23:02:20 +0200 ant (1.4.99b3-1) unstable; urgency=low * New upstream release: Ant 1.5beta3 + calles com.sun.tools.javac.Main when using the modern Java compiler (closes: #147466) * Build using Xerces-J 2.0 like upstream does * Build depend on recent Xalan-J 2.0 version so that the style task works with TrAX (closes: #148997) * Depend on some of the previously suggested packages (Xalan-J, JUnit) -- Stefan Gybas Wed, 3 Jul 2002 17:24:11 +0200 ant (1.4.99b1-1) unstable; urgency=low * New upstream release: Ant 1.5beta1 + supports Java 1.4 taglets in javadoc task (closes: #138648) * Fixed spelling error in doc-base title (closes: #144274) * Add a note to README.Debian about additional dependencies for some optional tasks (closes: #139188) * Add a note to README.Debian about dangling symlinks in /usr/share/ant/lib (closes: #138638) * Build using Xerces 1 and Xalan 1 until the problems with Xalan 2 are resolved * Use DH_COMPAT=4 in debian/rules and update build dependencies accordingly -- Stefan Gybas Sun, 26 May 2002 18:31:38 +0200 ant (1.4.1-4) unstable; urgency=low * Applied patch from Adam Heath to not follow symlinks during deletion (closes: #133291) * Copy the Ant startup script to /usr/share/ant/bin/ant (closes: #133641) * Provide the upstream chaneglog (WHATSNEW) * The package can now be compiled with j2sdk1.3 1.3.1-1.1 (which has JAVA_HOME set to /usr/lib/j2se/1.3) and 1.3.1-1 (which has JAVA_HOME set to /usr/lib/j2sdk1.3). -- Stefan Gybas Thu, 14 Feb 2002 14:28:48 +0100 ant (1.4.1-3) unstable; urgency=low * Correctly set classpath (closes: #132027) * Install API doc into manual/api so that links work (closes: #132012) * Fixed typos in previous changelog entry -- Stefan Gybas Sun, 3 Feb 2002 11:28:35 +0100 ant (1.4.1-2) unstable; urgency=low * Removed empty line from src/main/org/apache/tools/ant/defaultManifest.mf. Thanks to Ken Harris and Marko Kreen for investigation! (closes: #112261) * Use $JAVA_HOME/bin/java instead of /usr/bin/java if the former exists, Thanks to Taso Lyristis for the patch! * Respect $JAVACMD and $ANT_OPTS in /usr/bin/ant as the documentation says. Thanks to Marko Kreen for the patch! (closes: #119611) * Only append JAR files in /usr/share/ant/lib/ to the CLASSPATH if the file actually exists to avoid problems with dangling symlinks * Include symlinks to optional JARs from other packages into the package instead of creating them in the postinst. However, ant still only suggests these packages. (closes: #124378) * Also include symlink to js.jar from rhino. (closes: #130624) * Check the length of osname in src/main/org/apache/tools/tar/TarEntry.java to avoid StringIndexOutOfBoundsException on Linux. (closes: #126479) * Added getMode() to src/main/org/apache/tools/tar/TarEntry.java, taken from upstream CVS. (closes: #126472) * Build API docs and put them together with the HTML manual in the new ant-doc package (closes: #125144) * Install the JARs as /usr/share/java/ant-$version-*.jar and create /usr/share/java/ant-*.jar symlinks as recommended by the Java policy * Use dh_installman instead of dh_installmanpages so ant.1 and build.5 are only included in the main package * Make ant-doc conflict with previous versions of ant because of overlapping files -- Stefan Gybas Wed, 30 Jan 2002 09:45:06 +0100 ant (1.4.1-1) unstable; urgency=low * New upstream release with fixed JAR generation (closes: #112261) * Use /usr/lib/j2se/1.3 for JAVA_HOME (for j2sdk1.3 from Incoming) * Removed emacs settings from changelog (Lintian) * Changed Build-Depends to Build-Depends-Indep (Lintian) -- Stefan Gybas Tue, 23 Oct 2001 22:31:57 +0200 ant (1.4-1) unstable; urgency=low * New upstream release * Use libxalan2-java instad of libxalan-java * Build support for liblog4j and libregexp-java * Suggest jython and include its JAR in Ant's class path so Python can be used in the