File: changelog

package info (click to toggle)
closure-compiler 20130227%2Brhino-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 43,948 kB
  • sloc: java: 269,095; javascript: 266,347; perl: 3,469; sh: 1,388; xml: 1,141; makefile: 78
file content (185 lines) | stat: -rw-r--r-- 6,441 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
closure-compiler (20130227+rhino-2) unstable; urgency=medium

  * QA upload.
  * d/p/build_xml.patch: add ant.jar to resolve javadoc errors
    (Closes: #1053018).

 -- Vladimir Petko <vladimir.petko@canonical.com>  Mon, 20 Nov 2023 16:51:43 +1300

closure-compiler (20130227+rhino-1) unstable; urgency=medium

  * QA upload.
  * Revert to last compatible rhino version because the latest one in Debian is
    not compatible with this 10! year old version of closure-compiler.
   - Embed rhino 1.7.7.2 source package into src:closure-compiler.
   - Build librhino-java from source. Update build_xml.patch and use the local
     binary package instead of the system library.
   - Drop build-dependency on librhino-java.
   - Drop fix-librhino-java-FTBFS.patch.
   - Update debian/copyright and document the rhino licenses.
   (Closes: #1036249)

 -- Markus Koschany <apo@debian.org>  Thu, 25 May 2023 16:51:03 +0200

closure-compiler (20130227+dfsg1-14) unstable; urgency=medium

  * QA upload.
  * Tighten build-dependency on librhino-java to 1.7.14-2~.
  * Rebuild against librhino-java 1.7.14-2.1 to include the missing
    resource bundles. (Closes: #1036249)

 -- Markus Koschany <apo@debian.org>  Sat, 20 May 2023 17:13:17 +0200

closure-compiler (20130227+dfsg1-13) unstable; urgency=medium

  * QA upload.
  * Tighten dependency on librhino-java to >= 1.7.14.
  * Fix FTBFS with rhino 1.7.14.
  * Use canonical VCS URI.

 -- Markus Koschany <apo@debian.org>  Tue, 14 Feb 2023 00:18:02 +0100

closure-compiler (20130227+dfsg1-12) unstable; urgency=medium

  * QA upload.
  * Fix Maintainer: field

 -- Jochen Sprickerhof <jspricke@debian.org>  Sat, 19 Nov 2022 09:00:34 +0100

closure-compiler (20130227+dfsg1-11) unstable; urgency=medium

  * QA upload.
  * Set maintainer to Debian QA Group <packages@qa.debian.org>. (see: #1008632)
  * debian/control: Remove Uploaders field.

 -- Marcos Talau <talau@debian.org>  Tue, 15 Nov 2022 10:56:48 -0300

closure-compiler (20130227+dfsg1-10.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Set Java source and target versions to 8 (Closes: 961839)
  * Replace build-dependency on python-docutils with python3-docutils
    (Closes: 942965)

 -- Peter Michael Green <plugwash@debian.org>  Thu, 03 Sep 2020 12:32:03 +0000

closure-compiler (20130227+dfsg1-10) unstable; urgency=medium

  * Team upload.
  * Removed the build dependency on libmaven-ant-tasks-java
  * Standards-Version updated to 4.1.0
  * Switch to debhelper level 10
  * Use secure Vcs-* URLs

 -- Emmanuel Bourg <ebourg@apache.org>  Tue, 12 Sep 2017 16:18:28 +0200

closure-compiler (20130227+dfsg1-9) unstable; urgency=medium

  * Team upload.
  * Fix generated POM so that packages depending on this package
    don’t get broken package relationships generated

 -- Thorsten Glaser <tg@mirbsd.de>  Tue, 18 Oct 2016 12:56:09 +0200

closure-compiler (20130227+dfsg1-8) unstable; urgency=medium

  [ Emmanuel Bourg ]
  * Team upload.
  * debian/watch:
    - Updated to watch the release tags on Github
    - Filter out the jar files from the upstream tarball
  * debian/control: Updated the Homepage field
  * debian/copyright: Updated the Source URL

  [ tony mancill ]
  * Quote arguments to run_java. (Closes: #765563)

 -- Emmanuel Bourg <ebourg@apache.org>  Thu, 16 Oct 2014 12:43:11 +0200

closure-compiler (20130227+dfsg1-7) unstable; urgency=medium

  * Depend on JRE >= 1.6 to prevent package from installing on gcj
    architectures. (Closes: #764017)
  * Bump Standards-Version to 3.9.6.

 -- tony mancill <tmancill@debian.org>  Mon, 06 Oct 2014 21:23:18 -0700

closure-compiler (20130227+dfsg1-6) unstable; urgency=medium

  * Team upload.
  * Correct regression introduced in -5 upload; set Main and Class-Path
    attributes in jar manifest. (Closes: #746625)
    Restore javahelper build-dep for jh_manifest; don't use jh sequencer.
  * Use java-wrappers to find JVM in wrapper script.
  * Add myself to Uploaders.

 -- tony mancill <tmancill@debian.org>  Fri, 02 May 2014 22:09:32 -0700

closure-compiler (20130227+dfsg1-5) unstable; urgency=medium

  * Team upload.

  [ Ben Finney ]
  * debian/control, debian/rules, debian/manpage_encoding_declaration.UTF-8:
    + Build manpage from reStructuredText source document.
  * debian/closure-compiler.1.txt, debian/closure-compiler.manpages:
    + Add a manpage for ‘closure-compiler(1)’.
    (Closes: #734243)

  [ tony mancill ]
  * closure-compiler is now a separate package and provides a manpage.
    (Closes: #733996)
  * Drop dependency on jarwrapper in favor of a simple wrapper script.
    (Closes: #743707, #734011)
  * Drop build-dep on javahelper.
  * Dependency on libguava-java is now versioned (>= 15.0)
    (Closes: #739591)

 -- tony mancill <tmancill@debian.org>  Mon, 21 Apr 2014 23:06:12 -0700

closure-compiler (20130227+dfsg1-4) unstable; urgency=medium

  * Team upload.
  * Add "Provides: closure-compiler" to libclosure-compiler-java binary
    package as a lightweight way for users to find the "binary" package.

 -- tony mancill <tmancill@debian.org>  Wed, 01 Jan 2014 11:10:12 -0800

closure-compiler (20130227+dfsg1-3) unstable; urgency=low

  * Team upload.

  [ Emmanuel Bourg ]
  * Backported a change replacing the deprecated LimitInputStream class
    in Guava with ByteStreams.limit(). (Closes: #724098, #724081)
  * Added the watch file
  * Removed the build dependency on ant1.7
  * Removed unnecessary changes from build_xml.patch

  [ Daniel Pocock ]
  * Add manifest and symlink for runnable JAR. (Closes: #705565, #726294)

  [ tony mancill ]
  * Add ftbfs-commandlinerunner.patch to buid on Java 7.
  * Add Depends for libclosure-compiler-java:
    - libraries: libargs4j-java, libguava-java, libandroid-json-org-java
    - change jarwrapper fro Suggests to Depends (lintian error)
    - default-jre-headless (Closes: #726286)
  * Correct capitalization for Main-Class in manifest
  * Add lintian override for "needless-dependency-on-jre" warning
  * Bump Standards-Version to 3.9.5.

 -- tony mancill <tmancill@debian.org>  Sun, 29 Dec 2013 21:11:30 -0800

closure-compiler (20130227+dfsg1-2) unstable; urgency=low

  * Team upload.
  * Upload to unstable.

 -- tony mancill <tmancill@debian.org>  Sat, 18 May 2013 11:07:02 -0700

closure-compiler (20130227+dfsg1-1) experimental; urgency=low

  * Initial release. (Closes: #555683)

 -- Thomas Koch <thomas@koch.ro>  Mon, 04 Mar 2013 21:59:30 +0100