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
|
json-simple (1.1.1-4) unstable; urgency=medium
* Team upload.
* Added the missing dependency on junit4 (Closes: #843383)
* Build with the DH sequencer instead of CDBS
* Removed the build dependencies on ant and maven-repo-helper
* Standards-Version updated to 3.9.8
* Switch to debhelper level 10
* Use secure Vcs-* URLs
-- Emmanuel Bourg <ebourg@apache.org> Mon, 07 Nov 2016 11:31:32 +0100
json-simple (1.1.1-3) unstable; urgency=medium
* Team upload.
* Fixed a test failure with Java 8 (Closes: #770317)
* debian/control:
- Standards-Version updated to 3.9.6 (no changes)
- Changed the package priority from extra to optional
-- Emmanuel Bourg <ebourg@apache.org> Thu, 20 Nov 2014 13:19:35 +0100
json-simple (1.1.1-2) unstable; urgency=medium
* Switch to CDBS + maven-debian-helper
* New patch junit-scope-test.patch:
Set scope 'test' for the junit maven dependency, so that it doesn't
propagate into the installed pom file.
* debian/control: bump Standards-Version to 3.9.5 (no changes)
-- Gilles Filippini <pini@debian.org> Sat, 10 May 2014 00:54:17 +0200
json-simple (1.1.1-1) unstable; urgency=low
[ Gilles Filippini ]
* New upstream release (closes: #723048):
+ Supports OSGi
+ Accepts a java.util.Map parameter in constructor of JSONObject
+ Maven support
* Fetch the source tarball directly from upstream SVN (no upstream tarball
to download for this release)
* No more need to exclude jar files from the source tree
* Drop debian/pom.xml no needed anymore
* debian/rules, debian/libjson-simple-java.jlibs,
debian/libjson-simple-java.poms: fix paths
* debian/copyright, debian/libjson-simple-doc.doc-base: add Dave Hughes
to authors
* debian/control:
+ Maintainer: Debian Java Maintainers
+ Fix VCS fields to use anonscm.debian.org
+ Bump Standards-Version to 3.9.4 (no changes needed)
* Add a temporary convenience symbolic link to workaround the jar filename
change from json_simple.jar to json-simple.jar. This should prevent
FTBFSs for packages build depending on libjson-simple-java until they
are fixed.
[ Andrew Ross ]
* debian/rules: fix clean target to match the new source tree
* debian/libjson-simple-java.poms: add --usj-name option to allow linking
to jar in /u/s/j
-- Gilles Filippini <pini@debian.org> Sun, 22 Sep 2013 19:02:54 +0200
json-simple (1.1-dfsg1-2) unstable; urgency=low
* Install Maven artifacts into /usr/share/maven-repo (thanks to
Thomas Koch <thomas@koch.ro>; closes: #681947)
* d/copyright: upgrade to machine-readable format 1.0
* d/control: bump Standards-Version to 3.9.3
-- Gilles Filippini <pini@debian.org> Mon, 23 Jul 2012 12:55:11 +0200
json-simple (1.1-dfsg1-1) unstable; urgency=low
* Initial release. (Closes: #614688)
-- Gilles Filippini <pini@debian.org> Mon, 14 Mar 2011 22:19:25 +0100
|