json-c (0.12.1+ds.1-1+dde) unstable; urgency=medium

  * rebuild

 -- zhouzilong <zhouzilong@uniontech.com>  Wed, 02 Sep 2020 14:55:23 +0800

json-c (0.12.1+ds-2+deb10u1) buster-security; urgency=high

  * d/patches/611.patch: Add upstream patch to fix CVE-2020-12762

 -- Nicolas Mora <babelouest@debian.org>  Sat, 01 Aug 2020 09:26:41 -0400

json-c (0.12.1+ds-2) unstable; urgency=high

  * QA upload.
  * debian/rules: Use Rules-Requires-Root: no.
  * debian/doc-base: Rename doc-base file to correct one
    (libjson-c-doc.doc-base).
  * No longer install libraries into /lib/ directory. Bug #695566 is
    no longer relevant since upstart is not part of Debian anymore.

 -- Boyuan Yang <byang@debian.org>  Sun, 20 Jan 2019 16:52:30 -0500

json-c (0.12.1+ds-1) unstable; urgency=medium

  * QA upload.
    + The "it's too late to initiate a transition" upload.

  [ Boyuan Yang ]
  * Remove doc/html/jquery.js file to generate a new +ds
    tarball.
  * debian/control:
    + Orphan package and set maintainer to Debian QA Group.
    + Declare compliance with debian-policy 4.3.0.
    + Update Vcs-* fields and use git repo in Salsa Debian Group.
    + Bump debhelper compat to v12.
    + Mark libjcon-c-doc as Multi-Arch: foreign.
    + Replace deprecated Priority: extra with Priority: optional.
    - Drop build-dependency dh-exec since it is not needed anymore.
  * debian/rules: Modernize packaging instructions:
    + Avoid direct invocation to dpkg-architecture.
    + Use "dh_missing --fail-missing" instead of
      "dh_install --fail-missing".
    + Remove unnecessary --with autoreconf --with autotools-dev
      spec for dh.
    + Enable full build time hardenings.
    - Remove unnecessary dbgsym migration override, already included
      in one stable Debian release.
    - Remove unnecessary override to dh_installdocs, jquery.js is not
      included in the repacked tarball.
  * debian/copyright: Use Expat instead of MIT for precise
    copyright information.
  * debian/dch.conf: Use new-style [dch] section instead of [git-dch].
  * debian/symbols: Add a Build-Depends-Package field.
  * debian/lintian-overrides:
    - Removed, not needed for now.

  [ Nicolas Braud-Santoni ]
  * Update debian/watch
  * Repackage to remove jquery.js

 -- Boyuan Yang <byang@debian.org>  Tue, 15 Jan 2019 16:38:55 -0500

json-c (0.12.1-1.3) unstable; urgency=medium

  * Non-maintainer upload.
  * Add libjson-c3-udeb package for debian installer. Required as
    dependency for libcryptsetup12-udeb. (Closes: #880526)

 -- Jonas Meurer <jonas@freesources.org>  Sun, 07 Jan 2018 15:38:46 +0100

json-c (0.12.1-1.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix build failure with GCC 7 (Hilko Bengen). Closes: #853462.

 -- Matthias Klose <doko@debian.org>  Wed, 11 Oct 2017 08:38:28 +0200

json-c (0.12.1-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * debian/control: Fix Vcs-Browser URL
  * debian/libjson-c-dev.links: Fix library symlinks to not collide between
    /lib/ and /usr/lib/ (Closes: #843145, LP: #1629552)

 -- Martin Pitt <mpitt@debian.org>  Mon, 14 Nov 2016 11:33:17 +0100

json-c (0.12.1-1) unstable; urgency=medium

  * Imported Upstream version 0.12.1
  * Rebase patches on top of 0.12.1 release
  * Workaround the unused variables in tests

 -- Ondřej Surý <ondrej@debian.org>  Fri, 02 Sep 2016 10:28:57 +0200

json-c (0.12-3) unstable; urgency=medium

  * Fix the .so links in the -dev package (Closes: #821768)

 -- Ondřej Surý <ondrej@debian.org>  Tue, 19 Apr 2016 09:44:04 +0200

json-c (0.12-2) unstable; urgency=medium

  * Upload to unstable
  * wrap-and-sort -a debian/ directory

 -- Ondřej Surý <ondrej@debian.org>  Mon, 18 Apr 2016 21:19:20 +0200

json-c (0.12-1) experimental; urgency=medium

  [ Andreas Beckmann ]
  * libjson-c-dev: Ship /usr/lib/<triplet>/libjson-c.so.2 symlink that would
    otherwise become a dangling link (initially created by ldconfig) after
    package removal.  (Closes: #792177)

  [ Ondřej Surý ]
  * New upstream version 0.12
    + [CVE-2013-6371]: hash collision denial of service
    + [CVE-2013-6370]: buffer overflow if size_t is larger than int
  * Remove all upstream-merged patches
  * Add patch to fix variable set but not used [-Werror=unused-but-set-variable]
  * Update libjson-c2 symbols file
    + The new upstream release misses two symbols, upload to experimental
      first if it poses any real problem or not.
  * Migrate to automatic dbgsym
  * Add autotools-dev dh addon
  * Bump standards to 3.9.7 (no change)
  * Bump SOVERSION as interfaces has been removed from 0.12 release
  * Library transition from libjson-c2 to libjson-c3 as interfaces has
    been removed

 -- Ondřej Surý <ondrej@debian.org>  Thu, 17 Apr 2014 10:53:37 +0200

json-c (0.11-4) unstable; urgency=low

  * Add upstream patch to fix two security vulnerabilities (Closes: #744008)
    + [CVE-2013-6371]: hash collision denial of service
    + [CVE-2013-6370]: buffer overflow if size_t is larger than int

 -- Ondřej Surý <ondrej@debian.org>  Thu, 17 Apr 2014 12:02:59 +0200

json-c (0.11-3) unstable; urgency=low

  * Repository is not at anonscam.debian.org :)
  * Merge git changes from 0.11 and not-yet-merged pull request #94 needed
    for new php5-json

 -- Ondřej Surý <ondrej@debian.org>  Tue, 27 Aug 2013 12:37:59 +0200

json-c (0.11-2) unstable; urgency=low

  * Fix compat symlinks in libjson0 and libjson0-dev

 -- Ondřej Surý <ondrej@debian.org>  Thu, 06 Jun 2013 20:05:57 +0200

json-c (0.11-1) unstable; urgency=low

  * Imported Upstream version 0.11
  * Transition from libjson to libjson-c reflecting upstream library name
    change
  * Add very thin symlink-based compatibility layer from libjson.so.0 to
    libjson-c.so.2
  * Remove debian/patches/fix-format-string-in-test.patch; merged upstream
  * Move documentation to SONAME agnostic package libjson-c-doc
  * Rename dbg symbols package to libjson-c2-dbg
  * Update watch file (Closes: #693518)
  * Update homepage location (Closes: #704918)

 -- Ondřej Surý <ondrej@debian.org>  Mon, 13 May 2013 10:29:21 +0200

json-c (0.10-1.2) unstable; urgency=medium

  * Medium-urgency upload for RC bugfix.
  * Non-maintainer upload, with approval of the maintainer.
  * Install libjson to /lib instead of /usr/lib, since upstart 1.6 needs it.
    Closes: #695566.

 -- Steve Langasek <vorlon@debian.org>  Fri, 14 Dec 2012 16:28:07 -0800

json-c (0.10-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Include the missing json_object_iterator.h header in
    libjson0-dev. (Closes: #685714)

 -- Gergely Nagy <algernon@madhouse-project.org>  Mon, 27 Aug 2012 12:56:32 +0200

json-c (0.10-1) unstable; urgency=low

  * New upstream release (Closes: #684058)
  * Change watch file to target on github json-c repository.
  * Add patch fixing compilation warning in tests/test_printbuf.c.
  * Update to standards-version 3.9.3.0.
  * Update copyright information.

 -- fabien boucher <fabien.dot.boucher@gmail.com>  Fri, 17 Aug 2012 16:40:10 +0000

json-c (0.9-1.1) unstable; urgency=low

  * Non-maintainer upload
  * Build for multiarch, closes: #637621
   (Patch from Steve Langasek)

 -- Riku Voipio <riku.voipio@linaro.org>  Fri, 18 May 2012 17:21:25 +0300

json-c (0.9-1) unstable; urgency=low

  * Initial release (Closes: #557788)

 -- fabien boucher <fabien.dot.boucher@gmail.com>  Wed, 11 Nov 2009 16:34:13 +0100
