nqp (2016.12+dfsg-1) unstable; urgency=medium

  * New upstream version 2016.12+dfsg
  * refreshed patches
  * control: update moarvm-dev dep versions

 -- Dominique Dumont <dod@debian.org>  Mon, 19 Dec 2016 14:01:13 +0100

nqp (2016.11+dfsg-1) unstable; urgency=medium

  * New upstream version 2016.11+dfsg
  * control: update moarvm-dev dep versions

 -- Dominique Dumont <dod@debian.org>  Mon, 28 Nov 2016 13:40:55 +0100

nqp (2016.10+dfsg-1) unstable; urgency=medium

  * New upstream version 2016.10+dfsg
  * control: update moarvm-dev dep versions

 -- Dominique Dumont <dod@debian.org>  Sun, 30 Oct 2016 19:06:15 +0100

nqp (2016.09+dfsg-1) unstable; urgency=medium

  [ Daniel Dehennin ]
  * New upstream version 2016.09+dfsg
  * control: update moarvm-dev dep versions
  * Update patches
  * Remove deleted json.nqp from examples

  [ Dominique Dumont ]
  * cme files: skip files with bogus © info
  * copyright: refreshed with cme

 -- Dominique Dumont <dod@debian.org>  Tue, 27 Sep 2016 13:05:43 +0200

nqp (2016.07+dfsg-1) unstable; urgency=medium

  * Mangle debian version in debian/watch file
  * Add “+dfsg” to Debian package upstream version
  * Imported Upstream version 2016.07+dfsg
  * control: update moarvm-dev dep versions
  * copyright: updated with cme

 -- Daniel Dehennin <daniel.dehennin@baby-gnu.org>  Sat, 23 Jul 2016 15:01:56 +0200

nqp (2016.06+dfsg-1) unstable; urgency=medium

  * Imported Upstream version 2016.06+dfsg
  * control: updated moarvm-dev dep versions
  * excluded 3rdparty directory
  * removed copyright tweaks of excluded files
  * copyright: removed entries of excluded files

 -- Dominique Dumont <dod@debian.org>  Tue, 05 Jul 2016 13:09:58 +0200

nqp (2016.05-1) unstable; urgency=medium

  * Imported Upstream version 2016.05
  * control:
    * updated BD moarvm-dev version
    * Depends: replace moarvm dep with ${moarvm:Depends}
  * rules: compute moarvm:Depends variable for control

 -- Dominique Dumont <dod@debian.org>  Mon, 30 May 2016 13:42:30 +0200

nqp (2016.04-1) unstable; urgency=medium

  * Imported Upstream version 2016.04
  * control:
    * depends on moarvm >= 2016.04
    * removed strict dep constraint on moarvm
    * Standards-Version: '3.9.7' -> '3.9.8'

 -- Dominique Dumont <dod@debian.org>  Mon, 25 Apr 2016 12:58:03 +0200

nqp (2016.03-1) unstable; urgency=medium

  * Imported Upstream version 2016.03
  * copyright: removed old path from Files-Excluded
  * control: updated moar dependency versions

 -- Dominique Dumont <dod@debian.org>  Sat, 02 Apr 2016 11:54:00 +0200

nqp (2016.02-1) unstable; urgency=medium

  * Imported Upstream version 2016.02
  * control: updated moarvm dependencies (>=2016.02 and << 2016.03)
  * control: updated std-version to 3.9.7
  * updated copyright with cme

 -- Dominique Dumont <dod@debian.org>  Thu, 03 Mar 2016 12:29:50 +0100

nqp (2015.11-2) unstable; urgency=medium

  * control: restrict versions of moarvm dependency so that nqp
    depends on the same version of moarvm (ie. 2015.11*)

 -- Dominique Dumont <dod@debian.org>  Wed, 06 Jan 2016 20:47:36 +0100

nqp (2015.11-1) unstable; urgency=medium

  * Imported Upstream version 2015.11
  * Update patches
  * control: update dep on MoarVM 2015.11-1

 -- Daniel Dehennin <daniel.dehennin@baby-gnu.org>  Sun, 29 Nov 2015 23:46:04 +0100

nqp (2015.09.1-2) unstable; urgency=medium

  * control: updated dep on moarvm 2015.09-3

 -- Dominique Dumont <dod@debian.org>  Wed, 07 Oct 2015 21:01:07 +0200

nqp (2015.09.1-1) unstable; urgency=medium

  [ Paul Cochrane ]
  * lintian issues fixed
  * Make debuild a bit happier with the changelog
  * Add patches:
    * to keep MANIFEST after realclean
    * to use VERSION file to determine nqp version
    * to use jquery.min.js from libjs-jquery package
  * Update manpage to use MoarVM instead of Parrot
  * Update debian/manpages to point to correct manpage
  * Remove nqp binary indendently of platform
  * control: Remove shlibs:Depends variable
  * control: Added libjs-jquery as build dependency

  [ Daniel Dehennin ]
  * NQP needs versioned MoarVM dependency
  * Add myself in Uploaders

  [ Dominique Dumont ]
  * Imported Upstream version 2015.09.1
  * control:
    * updated std-version
    * removed mention of Parrot from description
    * nqp is arch all
    * depends on libtommath-dev
    * do not depend on parrot
    * removed dep on libicu-dev ...
    * updated moar dependency on moarv 2015.09
    * depends on libjs-bootstrap and libjs-angularjs
  * rules:
    * specifies moar location
    * use --prefix=/usr...
    * symlink nqp-m man page to nqp
  * copyright:
    * refreshed with "cme update dpkg-copyright"
    * exclude *.jar files
    * exclude libtommath library to use Debian's
    * also exclude src/vm/js/old-*
    * copyright: remove libtommath entry (excluded path)
  * updated README.source
  * added patches to fix lintian issues

 -- Dominique Dumont <dod@debian.org>  Sat, 03 Oct 2015 19:10:51 +0200

nqp (2014.07-3) unstable; urgency=medium

  * control: restrict arch to i386 amd64 and arm*

 -- Dominique Dumont <dod@debian.org>  Thu, 11 Sep 2014 20:27:36 +0200

nqp (2014.07-2) unstable; urgency=medium

  * force-dyncall-cflags patch:
    * also set -fPIC for kfreebsd...
    * use dpkg-buildflags for CFLAGS and LDFLAGS
  * removed fix-missing-prototype patch (not necessary since
    CFLAGS is now set for dyncall)

 -- Dominique Dumont <dod@debian.org>  Tue, 26 Aug 2014 19:31:50 +0200

nqp (2014.07-1) unstable; urgency=medium

  * new upstream version
  * control: updated vcs-browser url to use cgit
  * refreshed patch use-dpkg-arch-in-dyncall
  * removed ppc64 patch (configure completely changed)
  * refreshed fix-missing-prototype patch
  * added patch to force dyncall compilation to use CFLAGS
  * added patch to skip a test failure which fails in an unexpected way

 -- Dominique Dumont <dod@debian.org>  Sun, 24 Aug 2014 20:04:42 +0200

nqp (2014.04-3) unstable; urgency=medium

  * added missing prototypes for mips and ppc
  * control: also build kfreebsd-*

 -- Dominique Dumont <dod@debian.org>  Mon, 14 Jul 2014 12:07:59 +0200

nqp (2014.04-2) unstable; urgency=medium

  * add missing prototypes in dyncall for several architectures
  * control: list the arch supported by nqp
  * added patch to support ppc64el arch (Closes: #754421) Thx Breno Leitao

 -- Dominique Dumont <dod@debian.org>  Sat, 12 Jul 2014 21:54:49 +0200

nqp (2014.04-1) unstable; urgency=medium

  * Imported Upstream version 2014.04
  * added patch to fix missing prototypes error
    (Closes: #747777, #749499)

 -- Dominique Dumont <dod@debian.org>  Tue, 08 Jul 2014 13:21:49 +0200

nqp (2014.03-1) unstable; urgency=medium

  [ Alessandro Ghedini ]
  * Remove myself from Uploaders

  [ Dominique Dumont ]
  * Imported Upstream version 2014.03
  * copyright: updated years
  * refreshed patch
  * control: added build-dep on libgmp-dev

 -- Dominique Dumont <dod@debian.org>  Wed, 09 Apr 2014 18:32:30 +0200

nqp (2014.01-1) unstable; urgency=medium

  * New upstream release
  * Drop 08_disable-failing-qregex-test.patch (fixed upstream)

 -- Alessandro Ghedini <ghedo@debian.org>  Wed, 19 Feb 2014 16:50:51 +0100

nqp (2013.12.1-1) unstable; urgency=medium

  * New upstream release
  * Add 08_disable-failing-qregex-test.patch to fix FTBFS (Closes: #731697)
  * Bump Standards-Version to 3.9.5 (no changes needed)

 -- Alessandro Ghedini <ghedo@debian.org>  Sun, 22 Dec 2013 15:36:09 +0100

nqp (2013.11.1-1) unstable; urgency=low

  * New upstream release

 -- Alessandro Ghedini <ghedo@debian.org>  Sun, 24 Nov 2013 14:24:19 +0100

nqp (2013.10-1) unstable; urgency=low

  * New upstream release
  * Bump versioned (Build-)Depends on parrot
  * Update patches
  * Install new README.pod
  * Fix vcs-field-not-canonical
  * Do not install rubyish examples
  * Do not Depends on parrot-devel anymore
  * Add 07_disable-serialization-tests.patch

 -- Alessandro Ghedini <ghedo@debian.org>  Fri, 01 Nov 2013 12:09:18 +0100

nqp (2013.03-1) unstable; urgency=low

  * New upstream release
  * Bump versioned (Build-)Depends on parrot
  * Bump upstream copyright years
  * Add 06_disable-bigint-tests.patch
  * Add 07_fix-ppc-ftbfs.patch (Closes: #693901)
    Thanks to Roland Stigge
  * Update and refresh patches

 -- Alessandro Ghedini <ghedo@debian.org>  Thu, 04 Apr 2013 13:04:56 +0200

nqp (2012.10-1) unstable; urgency=low

  * New upstream release
  * Drop 07_fix-serialization-on-big-endian.patch (applied upstream)
  * Bump required parrot version
  * Bump Standards-Version to 3.9.4 (no changes needed)

 -- Alessandro Ghedini <ghedo@debian.org>  Sat, 20 Oct 2012 18:40:58 +0200

nqp (0.1~2012.04.1-3) unstable; urgency=low

  * Add 07_fix-serialization-on-big-endian.patch to fix FTBFS
    on big endian platforms

 -- Alessandro Ghedini <ghedo@debian.org>  Tue, 12 Jun 2012 10:34:27 +0200

nqp (0.1~2012.04.1-2) unstable; urgency=low

  * Fix typo in 04_use-dpkg-arch-in-dyncall-conf.patch to fix FTBFS
    on kfreebsd-*
  * Add 06_disable-bigint-div-test.patch to fix FTBFS on arm* and i386

 -- Alessandro Ghedini <ghedo@debian.org>  Sun, 10 Jun 2012 13:01:50 +0200

nqp (0.1~2012.04.1-1) unstable; urgency=low

  * New upstream release
  * Bump required parrot version
  * Refresh patches
  * Bump upstream copyright years for dyncall
  * Use dh_parrot debhelper plugin

 -- Alessandro Ghedini <ghedo@debian.org>  Fri, 08 Jun 2012 14:57:52 +0200

nqp (0.1~2012.01-5) unstable; urgency=low

  * Add 05_fix-ftbfs-sparc.patch to fix a FTBFS on sparc

 -- Alessandro Ghedini <ghedo@debian.org>  Tue, 24 Apr 2012 08:57:14 +0200

nqp (0.1~2012.01-4) unstable; urgency=low

  * Manually depend on parrotapi-X.Y.Z
  * Use dpkg-architecture to guess build os and arch
    - Drop 04_fix-dyncall-armel-arch.patch
    - Add 04_use-dpkg-arch-in-dyncall-conf.patch

 -- Alessandro Ghedini <ghedo@debian.org>  Mon, 23 Apr 2012 20:28:30 +0200

nqp (0.1~2012.01-3) unstable; urgency=low

  * Add 04_fix-dyncall-armel-arch.patch (fix FTBFS on armel)
  * Explicitly set --with-parrot on configure (should fix FTBFS on mips)

 -- Alessandro Ghedini <ghedo@debian.org>  Thu, 19 Apr 2012 17:57:00 +0200

nqp (0.1~2012.01-2) unstable; urgency=low

  * Add disable-bigint-roundtrip-tests.patch to fix a FTBS on 32bit
    architectures (Closes: #668692)

 -- Alessandro Ghedini <ghedo@debian.org>  Thu, 19 Apr 2012 11:21:16 +0200

nqp (0.1~2012.01-1) unstable; urgency=low

  * Initial release (Closes: #643469)

 -- Alessandro Ghedini <ghedo@debian.org>  Tue, 10 Apr 2012 17:14:20 +0200
