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
|
json-simple (2.3.0-2) unstable; urgency=medium
* Raising Standards version to 4.7.0:
- Setting Rules-Requires-Root: no
- Using https Format URI in d/copyright
- Pointing Vcs-* fields to Salsa
* Dropping d/compat, using B-D on debhelper-compat 13 instead
* Setting myselsf as Uploader, removing Gilles Filippini. Thanks Gilles for
all the work on this package!
* Marking the binary packages as Multi-Arch: foreign
* Build-Depending on the headless JDK only
* Skipping useless plugins with d/maven.ignoreRules instead of patching
* Updating d/copyright
* Trim trailing whitespace.
* Adding a Lintian override for the embedded JS
-- Pierre Gruet <pgt@debian.org> Sun, 16 Feb 2025 09:37:53 +0100
json-simple (2.3.0-1) unstable; urgency=medium
* Upload to unstable (closes: #841239)
-- Gilles Filippini <pini@debian.org> Tue, 05 Dec 2017 21:58:58 +0100
json-simple (2.3.0-1~exp2) experimental; urgency=medium
* Add symlink to have the jar file in the old maven location so that
gradle can find it (fix mockito FTBFS)
* debian/control:
- Fix homepage URL
- Bump Standards-Version to 4.1.1
-- Gilles Filippini <pini@debian.org> Sun, 03 Dec 2017 14:20:28 +0100
json-simple (2.3.0-1~exp1) experimental; urgency=medium
* New upstream release
* New upstream (Clifton Labs)
* debian/libjson-simple-java.poms: use --relocate to stay backward
compatible with previous groupId com.googlecode.json-simple
* New patch: missing-and-needless-maven-plugins.patch: drop
dependency on Maven plugins maven-jflex-plugin and
nexus-staging-maven-plugin
* Drop patches java8-compatibility.patch and junit-scope-test.patch
(not needed anymore)
* Drop outdated debian/README.Debian
-- Gilles Filippini <pini@debian.org> Mon, 20 Nov 2017 20:48:54 +0100
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
|