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
|
mockito (2.23.0-1) unstable; urgency=medium
* Team upload.
* New upstream release
- Refreshed the patches
- Restored partially the backward compatibility with Mockito 1.x
- Depend on libbyte-buddy-java instead of libcglib-java
- Ignore the distribution and code quality plugins
- Do not build the new Android and JUnit 5 subprojects
- Ignore the new test subprojects
- Fixed the build files to work with Gradle 4.4.1
- Fixed the compatibility with the version of Byte Buddy in Debian
- No longer install the NOTICE file (removed upstream)
- Refreshed debian/copyright
- Use the pom generated by gradle-debian-helper
* Updated the files excluded from the upstream tarball for Mockito 2.x
* Standards-Version updated to 4.4.0
-- Emmanuel Bourg <ebourg@apache.org> Tue, 17 Sep 2019 10:34:17 +0200
mockito (1.10.19-4) unstable; urgency=medium
* Update 06-source-target-level.patch and fix FTBFS with OpenJDK 11.
(Closes: #910738)
-- Markus Koschany <apo@debian.org> Tue, 30 Oct 2018 22:16:20 +0100
mockito (1.10.19-3) unstable; urgency=medium
* Team upload.
[ Markus Koschany ]
* Build-depend on testng and gradle >= 3.4.1-2.
Change maven rule for testng to debian. Thus the package can be compiled
again. Thanks to Gilles Filippini for the report. (Closes: #882182)
* Use https for Format field.
[ Emmanuel Bourg ]
* Increased the source/target level to fix the build failure with Java 9
* Removed the doc package
* Standards-Version updated to 4.2.1
* Switch to debhelper level 11
* Use salsa.debian.org Vcs-* URLs
-- Emmanuel Bourg <ebourg@apache.org> Wed, 10 Oct 2018 16:13:50 +0200
mockito (1.10.19-2) unstable; urgency=medium
* Team upload.
* Restored the Class-Path attribute of mockito-core.jar (Closes: #831403)
* Relocated the mockito-all artifact to mockito-core
-- Emmanuel Bourg <ebourg@apache.org> Fri, 15 Jul 2016 20:01:23 +0200
mockito (1.10.19-1) unstable; urgency=medium
* Team upload.
* New upstream release
- Build with gradle-debian-helper instead of javahelper
* Depend on libasm-java (>= 5.0) instead of libasm4-java
* Depend on libcglib-java (>= 3.1) instead of libcglib3-java
* Standards-Version updated to 3.9.8
* debian/copyright: Added exclude rules for the 1.10.x releases
-- Emmanuel Bourg <ebourg@apache.org> Tue, 28 Jun 2016 14:47:09 +0200
mockito (1.9.5+ds-3) unstable; urgency=medium
* Declare compliance with Debian Policy 3.9.7.
* Vcs: Switch to cgit and use https.
* Change homepage address to mockito.org.
* Update my e-mail address.
* d/copyright: Update Source field to new github address.
* Update debian/watch. Mockito moved to github.com.
* Drop source/local-options and source/options files.
-- Markus Koschany <apo@debian.org> Fri, 01 Apr 2016 06:10:49 +0200
mockito (1.9.5+ds-2) unstable; urgency=medium
* Team upload.
* Build depend on libcglib3-java and libasm4-java
* Standards-Version updated to 3.9.6 (no changes)
-- Emmanuel Bourg <ebourg@apache.org> Mon, 29 Sep 2014 13:17:47 +0200
mockito (1.9.5+ds-1) unstable; urgency=low
* New maintainer. (Closes: #711832)
* New upstream release.
* debian/control:
- Bump Standards-Version to 3.9.4, no changes.
- Remove versioned build-dep on javahelper which is trivially satisfied now.
- Use canonical Vcs-URI.
- Suggest libmockito-java-doc.
- Update homepage field.
* debian/copyright:
- Update debian/copyright. Add BSD-3-clause license.
* Drop libmockito-java-doc.doc-base file. Let javahelper install it
automatically.
* Build the Javadoc documentation at build time and use
libmockito-java-doc.javadoc to install it. Do not use pre-built html files
anymore and remove the install file.
* Update pom.xml for new upstream release.
* Refresh all patches.
* debian/rules:
- Improve get-orig-source-target to produce identical tarballs.
- Remove unneeded override targets.
- Use xz compression.
* Update debian/watch and make the extension regex more flexible.
-- Markus Koschany <apo@gambaru.de> Sat, 15 Jun 2013 21:11:04 +0200
mockito (1.9.0+ds1-2.2) unstable; urgency=low
* Non-maintainer upload.
* Fix "Missing jars in /usr/share/maven-repo":
no-changes rebuild against fixed maven-*-helper packages.
Sorry for missing this in the previous uploads, and thanks to Emmanuel
Bourg for the bug report.
(Closes: #711314)
-- gregor herrmann <gregoa@debian.org> Thu, 06 Jun 2013 22:10:25 +0200
mockito (1.9.0+ds1-2.1) unstable; urgency=low
* Non-maintainer upload.
* Fix "Drop BD on openjdk-6-jdk":
apply patch from Ubuntu / James Page:
Transition package to default java implementation:
- d/control: Drop BD on openjdk-6-jdk.
This dependency is not required as the package also BD's
on default-jdk.
(Closes: #684155)
-- gregor herrmann <gregoa@debian.org> Wed, 22 May 2013 18:47:10 +0200
mockito (1.9.0+ds1-2) unstable; urgency=low
[ Ludovic Claude ]
* d/control: update locations of Mockito in Vcs-Git and
Vcs-Browser
* d/control: add version contraint >= 1.7.1 to be able to
use jh_maven_repo_helper plugin
* d/rules: use jh_maven_repo_helper plugin and remove
override_dh_auto_install section.
* Update debian/pom.xml for mockito 1.9.0
[ David Paleino ]
* ACKed changes by Ludovic, with small edits (Closes: #668233, #671593)
-- David Paleino <dapal@debian.org> Sat, 05 May 2012 07:46:53 +0200
mockito (1.9.0+ds1-1) unstable; urgency=low
* New upstream version
* Updated debian/watch
* Fix FTBFS with hamcrest new interfaces (Closes: #661877)
* Updated debian/copyright
* Bump Standards-Version to 3.9.3, no changes needed
-- David Paleino <dapal@debian.org> Mon, 19 Mar 2012 23:53:45 +0100
mockito (1.8.5+ds1-3) unstable; urgency=low
* Add default-jdk to Build-Depends (Closes: #630636)
* Bump Standards-Version to 3.9.2, no changes needed
-- David Paleino <dapal@debian.org> Wed, 22 Jun 2011 21:09:37 +0200
mockito (1.8.5+ds1-2) unstable; urgency=low
* debian/control:
- substitute libasm-java with libasm3-java (Closes: #585581)
-- David Paleino <dapal@debian.org> Wed, 16 Jun 2010 09:27:06 +0200
mockito (1.8.5+ds1-1) unstable; urgency=low
* New upstream release
* debian/watch: use googlecode.debian.net redirector
* debian/patches/:
- 01-fix_license_headers.patch removed, fixed upstream
* debian/rules: add support for Maven POM
* debian/libmockito-java.poms, debian/pom.xml: add external pom-file
* debian/control:
- added Build-Dependency on maven-repo-helper
- added Build-Dependency on openjdk-6-jdk
-- David Paleino <dapal@debian.org> Sat, 12 Jun 2010 00:16:28 +0200
mockito (1.8.4+ds1-2) unstable; urgency=low
* debian/patches/01-fix_license_headers.patch added, received clarifications
from upstream
* debian/copyright fixed with proper information
-- David Paleino <dapal@debian.org> Sat, 22 May 2010 18:56:37 +0200
mockito (1.8.4+ds1-1) unstable; urgency=low
* Initial release (Closes: #573586)
-- David Paleino <dapal@debian.org> Wed, 24 Mar 2010 20:41:48 +0100
|