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 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269
|
junit (3.8.2-9) unstable; urgency=medium
* Team upload.
* Fixed the build failure with Java 9 (Closes: #873986)
* Removed Michael Koch from the uploaders (Closes: #654041)
* No longer attempt to install the javadoc jar
* Moved the package to Git
* Standards-Version updated to 4.1.1
* Switch to debhelper level 10
* Refreshed debian/copyright
-- Emmanuel Bourg <ebourg@apache.org> Wed, 25 Oct 2017 00:03:22 +0200
junit (3.8.2-8) unstable; urgency=low
* Really upload to unstable.
-- Damien Raude-Morvan <drazzib@debian.org> Sun, 07 Aug 2011 18:49:22 +0200
junit (3.8.2-7) experimental; urgency=low
* Upload to unstable.
* Bump Standards-Version to 3.9.2 (no changes needed).
* d/control: Only Recommends java runtimes
* Switch to 3.0 (quilt) format.
-- Damien Raude-Morvan <drazzib@debian.org> Sun, 07 Aug 2011 18:19:01 +0200
junit (3.8.2-6) experimental; urgency=low
* Update OSGi metadata:
- merge with metadata found in the BND project for junit,
- remove Bundle-Classpath: junit.jar as we don't create
a wrapper jar containing junit.jar as in the Eclipse project.
-- Ludovic Claude <ludovic.claude@laposte.net> Sun, 12 Dec 2010 21:34:03 +0100
junit (3.8.2-5) experimental; urgency=low
* d/control:
- Bump up Standards-Version to 3.9.1 - no changes
- remove Build-Depends on cdbs
- add version constraint on maven-repo-helper
* d/rules:
- calculate DEB_UPSTREAM_VERSION and UPSTREAM_VERSION, remove cdbs import
- use dh --with maven_repo_helper
* junit.poms: add --has-package-version option
* Deploy javadoc jar into the Maven repository
-- Ludovic Claude <ludovic.claude@laposte.net> Sat, 09 Oct 2010 21:38:25 +0200
junit (3.8.2-4) unstable; urgency=low
* Add myself to Uploaders
* Bump debhelper version to >= 7
- Rework debian/rules to use dh
* Bump Standards-Version to 3.8.3:
- Rename debian/README.Debian-source to debian/README.source
* Build-Depends on default-jdk instead of default-jdk-builddep
because we don't build a native GCJ package.
* Add Depends: ${misc:Depends}
* Restore SwingUI UI:
- Don't remplace swingui TestRunner by an awtui TestRunner as, now,
free java runtime fully support Swing
- Remove unneeded debian/TestRunner.java file
* Add OSGi metadata to junit.jar (Closes: #558177)
* Rewrite debian/copyright with DEP5-format
-- Damien Raude-Morvan <drazzib@debian.org> Sun, 29 Nov 2009 01:03:35 +0100
junit (3.8.2-3) unstable; urgency=low
* Upload to unstable.
-- Torsten Werner <twerner@debian.org> Sun, 09 Aug 2009 11:52:56 +0200
junit (3.8.2-2) experimental; urgency=low
* Add Maven POM descriptor
* Add a Build-Depends-Indep dependency on maven-repo-helper
* debian/rules: added get-orig-pom target to run manually to download the
latest Maven POM and add it to the debian directory.
* Fix some Lintian warnings: bump Standards-Version to 3.8.1,
cannot fix Copyright warning as no information
was found in the source code or the web site about the copyright owners,
and adding ${misc:Depends} causes FTBSF.
* Change section to java
* Use mh_installpom and mh_installjar to install the POM and the jar to the
Maven repository
-- Ludovic Claude <ludovic.claude@laposte.net> Mon, 16 Mar 2009 00:33:07 +0000
junit (3.8.2-1ubuntu2) intrepid; urgency=low
* Compile java files with -target 1.4. LP: #264808.
-- Matthias Klose <doko@ubuntu.com> Mon, 20 Oct 2008 14:25:15 +0200
junit (3.8.2-1ubuntu1) intrepid; urgency=low
* (Build-)depend on default-jre/-jdk.
* Don't build with -target 1.3.
-- Matthias Klose <doko@ubuntu.com> Wed, 30 Jul 2008 15:32:08 +0000
junit (3.8.2-1) unstable; urgency=low
[ Kumar Appaiah ]
* Update the watch file. (Closes: #449640)
* debian/control:
+ Add Homepage field.
+ Add Vcs-Svn and Vcs-Browser.
* debian/orig-tar.sh
+ Ease repackaging the junit zip by automatically,
removing class and jar files.
* Explain repackaging.
[ Michael Koch ]
* New upstream release.
* Put junit-doc into doc section.
* Updated Standards-Version to 3.7.3.
-- Michael Koch <konqueror@gmx.de> Thu, 27 Dec 2007 22:57:50 +0100
junit (3.8.1.1-7) unstable; urgency=low
* Build-Depends-Indep on java-gcj-compat-dev instead of kaffe.
* Moved cdbs and debhelper to Build-Depends.
* Updated Standards-Version to 3.7.2.
-- Michael Koch <konqueror@gmx.de> Sat, 1 Jul 2006 15:01:02 +0000
junit (3.8.1.1-6) unstable; urgency=low
* Removed explicit usage of jikes build compiler property
for kaffe jikes -> ecj transition
* Use kaffe's jar instead of fastjar - remove fastjar from build-deps
-- Wolfgang Baer <WBaer@gmx.de> Fri, 6 Jan 2006 19:38:06 +0100
junit (3.8.1.1-5) unstable; urgency=low
* Converted to cdbs (closes: #311045)
* Standards-Version 3.6.2 - removed /usr/doc link creation in postinst
* Removed duplicated build dependencies which are implicit by kaffe
* Removed postinst's which link to /usr/doc
* Removed link into /usr/share/ant1.6/lib due to ant transition
* Added Enhances: ant-optional
* Added myself to uploaders
-- Wolfgang Baer <WBaer@gmx.de> Mon, 26 Sep 2005 20:33:40 +0200
junit (3.8.1.1-4) unstable; urgency=low
* Build with -target 1.3 (Closes: #270662)
* Added symlinks for junit.jar from $ANT_HOME/lib directories
(Closes: #292271)
* debian/junit-doc.docs: Added 'doc' directory and 'cpl-v10.html'
(Closes: #267995)
* Introduced debian/compat with compat level 4
* Cleaned up debian/rules
* Added debian/watch
-- Michael Koch <konqueror@gmx.de> Wed, 13 Apr 2005 21:05:02 +0000
junit (3.8.1.1-3) unstable; urgency=low
* Build-Depend on gjdoc >= 0.7.2-2 (Closes: #297664)
* Fixed junit manpage
* Updated Standards-Version to 3.6.1 (no changes needed)
* Added myself to Uploaders
-- Michael Koch <konqueror@gmx.de> Mon, 14 Mar 2005 16:14:33 +0000
junit (3.8.1.1-2) unstable; urgency=low
* add java api document.(closes: #216706)
* fixed links in README.html (closes: #188959)
-- Takashi Okamoto <tora@debian.org> Sun, 25 Jul 2004 14:12:39 +0900
junit (3.8.1.1-1) unstable; urgency=low
* same as 3.8.1-5. This release just fix junit_3.8.1.orig.tar.gz
is in contrib. (closes: #250731)
-- Takashi Okamoto <tora@debian.org> Sun, 27 Jun 2004 23:35:56 +0900
junit (3.8.1-5) unstable; urgency=low
* add fastjar for build-depend. (closes: #213757)
-- Takashi Okamoto <tora@debian.org> Fri, 3 Oct 2003 01:08:59 +0900
junit (3.8.1-4) unstable; urgency=low
* remove swing dependency and in main now (closes: #135276).
* fixed type (cloese: #188959). This bug was closed since 3.8.1.
* javadoc is removed because gjdoc didn't work for me.
I'll fix it later.
-- Takashi Okamoto <tora@debian.org> Sat, 13 Sep 2003 09:08:32 +0900
junit (3.8.1-3) unstable; urgency=low
* add java-virtual-machine for depend. (closes: #187031)
-- Takashi Okamoto <tora@debian.org> Wed, 2 Apr 2003 08:07:15 +0900
junit (3.8.1-2) unstable; urgency=low
* remove TestCase option with -swing and -awt (closes: #139180)
-- Takashi Okamoto <tora@debian.org> Sun, 29 Dec 2002 10:11:23 +0900
junit (3.8.1-1) unstable; urgency=low
* New upstream release
-- Takashi Okamoto <tora@debian.org> Sun, 15 Sep 2002 20:25:28 +0900
junit (3.8-1) unstable; urgency=low
* New upstream release
* license change IBM Public License into Common Public License.
-- Takashi Okamoto <tora@debian.org> Sun, 1 Sep 2002 20:01:38 +0900
junit (3.7-6) unstable; urgency=low
* add j2sdk1.3, java-virtual-machine-dummy, java-virtual-machine
at depends field.
-- Takashi Okamoto <tora@debian.org> Thu, 8 Aug 2002 08:06:18 +0900
junit (3.7-5) unstable; urgency=low
* swing and awt test runnter work without arguments.(Closes #139180)
* change denpend java-vertual-machine to java2-runtime and j2re1.3.
-- Takashi Okamoto <tora@debian.org> Thu, 21 Mar 2002 02:12:25 +0900
junit (3.7-4) unstable; urgency=low
* move README.html to junit-doc package. (Closes: #119180)
-- Takashi Okamoto <tora@debian.org> Mon, 12 Nov 2001 20:50:57 +0900
junit (3.7-3) unstable; urgency=low
* divide into junit and junit-doc because documentation is too big.
* move to new Java policy.(add change version to jar and make symlink)
-- Takashi Okamoto <tora@debian.org> Thu, 4 Oct 2001 22:42:02 +0900
junit (3.7-2) unstable; urgency=low
* junit script can't work correctly.(Closes: #106984)
-- Takashi Okamoto <tora@debian.org> Mon, 30 Jul 2001 10:31:27 +0900
junit (3.7-1) unstable; urgency=low
* Initial release.
-- Takashi Okamoto <tora@debian.org> Thu, 28 Jun 2001 18:47:32 +0900
Local variables:
mode: debian-changelog
End:
|