~ubuntu-branches/ubuntu/edgy/ant/edgy

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Gybas
  • Date: 2002-02-14 14:28:48 UTC
  • Revision ID: james.westby@ubuntu.com-20020214142848-g5e3i1w44rn4kn60
Tags: 1.4.1-4
* 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).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ant (1.4.1-4) unstable; urgency=low
 
2
 
 
3
  * Applied patch from Adam Heath to not follow symlinks during deletion
 
4
    (closes: #133291)
 
5
  * Copy the Ant startup script to /usr/share/ant/bin/ant (closes: #133641)
 
6
  * Provide the upstream chaneglog (WHATSNEW)
 
7
  * The package can now be compiled with j2sdk1.3 1.3.1-1.1 (which has
 
8
    JAVA_HOME set to /usr/lib/j2se/1.3) and 1.3.1-1 (which has JAVA_HOME set
 
9
    to /usr/lib/j2sdk1.3).
 
10
 
 
11
 -- Stefan Gybas <sgybas@debian.org>  Thu, 14 Feb 2002 14:28:48 +0100
 
12
 
 
13
ant (1.4.1-3) unstable; urgency=low
 
14
 
 
15
  * Correctly set classpath (closes: #132027)
 
16
  * Install API doc into manual/api so that links work (closes: #132012)
 
17
  * Fixed typos in previous changelog entry
 
18
 
 
19
 -- Stefan Gybas <sgybas@debian.org>  Sun,  3 Feb 2002 11:28:35 +0100
 
20
 
 
21
ant (1.4.1-2) unstable; urgency=low
 
22
 
 
23
  * Removed empty line from src/main/org/apache/tools/ant/defaultManifest.mf.
 
24
    Thanks to Ken Harris and Marko Kreen for investigation! (closes: #112261)
 
25
  * Use $JAVA_HOME/bin/java instead of /usr/bin/java if the former
 
26
    exists, Thanks to Taso Lyristis for the patch!
 
27
  * Respect $JAVACMD and $ANT_OPTS in /usr/bin/ant as the documentation
 
28
    says. Thanks to Marko Kreen for the patch! (closes: #119611)
 
29
  * Only append JAR files in /usr/share/ant/lib/ to the CLASSPATH if
 
30
    the file actually exists to avoid problems with dangling symlinks
 
31
  * Include symlinks to optional JARs from other packages into the package
 
32
    instead of creating them in the postinst. However, ant still only
 
33
    suggests these packages. (closes: #124378)
 
34
  * Also include symlink to js.jar from rhino. (closes: #130624)
 
35
  * Check the length of osname in src/main/org/apache/tools/tar/TarEntry.java
 
36
    to avoid StringIndexOutOfBoundsException on Linux. (closes: #126479)
 
37
  * Added getMode() to src/main/org/apache/tools/tar/TarEntry.java, taken
 
38
    from upstream CVS. (closes: #126472)
 
39
  * Build API docs and put them together with the HTML manual in the new
 
40
    ant-doc package (closes: #125144)
 
41
  * Install the JARs as /usr/share/java/ant-$version-*.jar and create 
 
42
    /usr/share/java/ant-*.jar symlinks as recommended by the Java policy
 
43
  * Use dh_installman instead of dh_installmanpages so ant.1 and build.5
 
44
    are only included in the main package
 
45
  * Make ant-doc conflict with previous versions of ant because of
 
46
    overlapping files
 
47
 
 
48
 -- Stefan Gybas <sgybas@debian.org>  Wed, 30 Jan 2002 09:45:06 +0100
 
49
 
 
50
ant (1.4.1-1) unstable; urgency=low
 
51
 
 
52
  * New upstream release with fixed JAR generation (closes: #112261)
 
53
  * Use /usr/lib/j2se/1.3 for JAVA_HOME (for j2sdk1.3 from Incoming)
 
54
  * Removed emacs settings from changelog (Lintian)
 
55
  * Changed Build-Depends to Build-Depends-Indep (Lintian)
 
56
 
 
57
 -- Stefan Gybas <sgybas@debian.org>  Tue, 23 Oct 2001 22:31:57 +0200
 
58
 
 
59
ant (1.4-1) unstable; urgency=low
 
60
 
 
61
  * New upstream release
 
62
  * Use libxalan2-java instad of libxalan-java
 
63
  * Build support for liblog4j and libregexp-java
 
64
  * Suggest jython and include its JAR in Ant's class path so Python
 
65
    can be used in the <script> task
 
66
 
 
67
 -- Stefan Gybas <sgybas@debian.org>  Thu, 13 Sep 2001 12:09:10 +0200
 
68
 
 
69
ant (1.3-4) unstable; urgency=low
 
70
 
 
71
  * Built using Sun's javac instead of jikes (closes: #107326)
 
72
 
 
73
 -- Stefan Gybas <sgybas@debian.org>  Fri, 24 Aug 2001 16:46:53 +0200
 
74
 
 
75
ant (1.3-3) unstable; urgency=low
 
76
 
 
77
  * Built Ant using JMF, JUnit, Xalan and ANTLR so some extra tags are
 
78
    supported in build.xml
 
79
  * Add optional packages to CLASSPATH at installation time if they are
 
80
    installed
 
81
 
 
82
 -- Stefan Gybas <sgybas@debian.org>  Mon, 30 Jul 2001 23:33:15 +0200
 
83
 
 
84
ant (1.3-2) unstable; urgency=low
 
85
 
 
86
  * Also move binary package to contrib
 
87
 
 
88
 -- Stefan Gybas <sgybas@debian.org>  Fri, 27 Jul 2001 00:45:46 +0200
 
89
 
 
90
ant (1.3-1) unstable; urgency=low
 
91
 
 
92
  * New upstream release (closes: #95866)
 
93
  * Build using j2dsk1.3 instead of kaffe because kaffe lacks too many
 
94
    JDK 1.2 features and is too buggy to even run Ant. Unfortunately, this
 
95
    requires moving ant from main to contrib but it fixes many Ant
 
96
    problems. (closes: #105737)
 
97
  * Use debhelper V3
 
98
  * Standards-Version: 3.5.6 (no changes required)
 
99
  * Call bootstraop.sh to build ant, this fixes the problem with missing
 
100
    files in the resulting ant.jar (closes: #85802, #90023, #90024, #93400,
 
101
    #98207, #106468)
 
102
  * Include man pages ant.1 and build.xml.5, thanks to Egon Willighagen
 
103
    (closes: #92975)
 
104
  * Add tools.jar to Ant's classpath if $JAVA_HOME is defined
 
105
  * Updated README.Debian
 
106
  * Build using libbsf-java and liboro-java so advanced features can be used.
 
107
    Added suggestions for these packages.
 
108
 
 
109
 -- Stefan Gybas <sgybas@debian.org>  Wed, 25 Jul 2001 22:48:52 +0200
 
110
 
 
111
ant (1.2-1) unstable; urgency=low
 
112
 
 
113
  * New upstream release
 
114
  * Build classpath from all JARs in /usr/share/ant/lib/
 
115
 
 
116
 -- Stefan Gybas <sgybas@debian.org>  Tue, 21 Nov 2000 21:36:34 +0100
 
117
 
 
118
ant (1.1-2) unstable; urgency=low
 
119
 
 
120
  * Build using new Xerces-J 1.2.0 version
 
121
  * Add symlink to ant.jar in /usr/share/ant/lib
 
122
  * Updated debian/rules to use debhelper V2
 
123
  * Updated to Standards-Version: 3.2.1 (no changes required)
 
124
 
 
125
 -- Stefan Gybas <sgybas@debian.org>  Mon, 25 Sep 2000 20:58:06 +0200
 
126
 
 
127
ant (1.1-1) unstable; urgency=low
 
128
 
 
129
  * Initial Release
 
130
 
 
131
 -- Stefan Gybas <sgybas@debian.org>  Wed, 19 Jul 2000 12:50:39 +0200