Change logs for neko source package in Sid

  • neko (2.3.0-2) unstable; urgency=medium
    
      * Add pcre2.patch from upstream. (Closes: #1000057)
      * Add gtk3.patch from upstream. (Closes: #967651)
      * Bump Standards-Version to 4.6.2.0 (no changes).
      * Bump debhelper and compat level to 12 (no changes).
      * Remove hashbang from neko.bash-completion to clear lintian warning.
    
     -- Andy Li <email address hidden>  Wed, 05 Jul 2023 11:34:34 +0000
  • neko (2.3.0-1) unstable; urgency=medium
    
      * New upstream version.
      * Use https for information links.
      * Bump Standards-Version to 4.4.1.
        + Remove get-orig-source in d/rules.
    
     -- Andy Li <email address hidden>  Fri, 25 Oct 2019 21:47:31 +0800
  • neko (2.2.0-2) unstable; urgency=medium
    
      * Turned libapache2-mod-neko into Architecture: any.
        (Closes: #886427)
      * Bump Standards-Version to 4.1.3 (no changes).
    
     -- Andy Li <email address hidden>  Mon, 08 Jan 2018 09:45:01 +0800
  • neko (2.2.0-1) unstable; urgency=low
    
      * New upstream version.
      * Removed patches applied to upstream.
      * Convert to multiarch.
      * Add dh_missing --fail-missing check.
      * Updated d/watch to match new upstream download links.
      * Bump Standards-Version to 4.1.2 (no changes).
      * Disable parallel build since it is only supported by upstream
        when using Ninja.
      * Add autopkgtest support.
    
     -- Andy Li <email address hidden>  Wed, 20 Dec 2017 10:43:17 +0800
  • neko (2.1.0-4) unstable; urgency=medium
    
      * Updated dependencies of mariadb and mysql (Closes: #843841).
      * Enabled hardening (hardening=+all).
    
     -- Andy Li <email address hidden>  Thu, 10 Nov 2016 22:56:04 +0800
  • neko (2.1.0-3) unstable; urgency=medium
    
      * Added upstream patches
        + boot-c-1.diff and boot-c-2.diff: build nekoc, nekoml, and 
          nekotools with "nekotools boot -c file.n", such that the 
          output will be valid binaries.
        + tests-1.diff and tests-2.diff: add tests that run nekoc,
          nekoml, and nekotools.
    
     -- Andy Li <email address hidden>  Fri, 10 Jun 2016 18:21:00 +0800
  • neko (2.1.0-2) unstable; urgency=low
    
      * Added upstream patch, mincoming-stack-boundary.diff, that avoids
        using unavailable compiler flag (Closes: #825903).
    
     -- Andy Li <email address hidden>  Tue, 07 Jun 2016 08:16:58 +0800
  • neko (2.1.0-1) unstable; urgency=low
    
      * New upstream version.
        + Upstream now uses CMake to build.
        + libneko is now versioned in upstream. (libneko2)
        + The "nekotools booted" binaries can now be stripped correctly.
        + Use MariaDB for compiling mysql.ndll.
        + Updated d/copyright.
      * Fixed shlibdeps for the neko package.
      * Removed patches applied to upstream. Updated hurd.diff.
      * Updated d/watch pattern.
      * Bump Standards-Version to 3.9.8 (no changes).
    
     -- Andy Li <email address hidden>  Thu, 19 May 2016 22:00:37 +0800
  • neko (2.0.0-4) unstable; urgency=low
    
      * Adopt package (Closes: #628939).
        + Set maintainer to myself.
      * Set Vcs-* fields to Haxe Foundation neko-debian git repo.
      * Bump Standards-Version to 3.9.6 (no changes).
      * Bump debhelper and compat level to 9.
      * Clean up d/rules.
      * Include patch to add dpkg-buildflags CFLAGS when compiling ndlls.
      * Add d/watch and get-orig-source target.
      * Convert d/copyright to format 1.0.
      * Add bash-completion, thanks to Tong.
      * Include patch of the upstream fix on JIT.
    
     -- Andy Li <email address hidden>  Sat, 19 Sep 2015 02:38:21 +0800
  • neko (2.0.0-3) unstable; urgency=low
    
    
      * QA upload.
      * Convert to dh-apache2.
      * Switch MPM to prefork in postinst; do not depend on apache2-mpm-prefork.
    
     -- Colin Watson <email address hidden>  Sat, 13 Jul 2013 15:30:16 +0100
  • neko (2.0.0-2) unstable; urgency=low
    
    
      * QA upload.
      * Update copyright, changed to BSD.
    
     -- Matthias Klose <email address hidden>  Fri, 05 Jul 2013 16:32:32 +0200
  • neko (2.0.0-1) unstable; urgency=low
    
    
      * QA upload.
      * New upstream version.
      * Properly orphan the package (see #628939).
      * Build-depend on apache2-dev, fix build errors with apache2.4.
        Closes: #666858.
      * Fix build failure with ld --as-needed. Closes: #641613.
      * Fix some lintian warnings.
      * TODO: Pass build flags to submodules. 
    
     -- Matthias Klose <email address hidden>  Fri, 05 Jul 2013 14:47:28 +0200
  • neko (1.8.1-6) unstable; urgency=low
      * Include patch to fix compile errors on hurd-i386, thanks to Pino    Toscano.    (Closes: #626260) -- Jens Peter Secher <email address hidden>  Sun, 15 May 2011 18:44:31 +0200
  • neko (1.8.1-5) unstable; urgency=low
    
    
      * Attempt to avoid spurious build failures (stack overflows and
        segmentation faults) by using both -fno-strict-aliasing and lower
        optimisation level.
    
     -- Jens Peter Secher <email address hidden>  Thu, 18 Feb 2010 22:26:27 +0100
  • neko (1.8.1-4) unstable; urgency=low
    
    
      * Attempt to fix executable_path() on kFreeBSD, which only seemed to
        work when invoked from bash, thanks to Roman Neuhauser.
    
     -- Jens Peter Secher <email address hidden>  Sat, 13 Feb 2010 16:34:13 +0100
  • neko (1.8.1-2) unstable; urgency=low
    
    
      * Do not install broken mysql5.ndll library.  The dynamically linked
        mysql.ndll works fine for all versions of MySql.
        (Closes: #542024)
      * Build-Depend on generic libmysqlclient-dev instead of specific
        version.
      * Fixed build failure on kFreeBSD, thanks to Cyril Brulebois.
        (Closes: #543995)
      * Bumped the Standards-Version to 3.8.3, no changes.
    
     -- Jens Peter Secher <email address hidden>  Wed, 09 Sep 2009 14:40:17 +0200
  • neko (1.8.1-1) unstable; urgency=low
    
    
      * New upstream version.
      * Bump SONAME to libneko.0.1 and make libneko0 conflict with previous
        version of neko-dev.
      * Change libapache2-mod-neko package section to httpd, and updated
        Standards-Version to 3.8.2.
      * Removed obsolete patch tora-pwrite-diversion.diff.
      * Added tora-missing-include.diff to include stdlib.h.
      * Added mysql-missing-include.diff to include stdlib.h.
        
     -- Jens Peter Secher <email address hidden>  Tue, 28 Jul 2009 22:32:00 +0200
  • neko (1.8.0-4) unstable; urgency=low
    
    
      * Fix broken NDLLs (shared libraries) by reverting some of the previous
        changes.
    
     -- Jens Peter Secher <email address hidden>  Sat, 28 Mar 2009 09:40:24 +0100
  • neko (1.8.0-3) unstable; urgency=low
    
    
      * Fix build failure on MIPS by tightening up the linking process.
      * Make neko-dev architecture independent since there are no binary files
        in neko-dev.
      * Bumped the Standards-Version to 3.8.1.
    
     -- Jens Peter Secher <email address hidden>  Thu, 26 Mar 2009 20:00:40 +0100
  • neko (1.8.0-2) unstable; urgency=low
    
    
      * Promoted libneko to a proper shared library living in /usr/lib.
        (Closes: #509454)    
      * No need to Build-Conflict with itself because all rpaths have been
        removed.
      * Use quilt instead of dpatch for patches, and describe how to use
        quilt in Debian.source (thanks to Russ Allbery).
      * Strip all shared libraries.
      * Put test.n and test.neko in examples directory.
      * Added a Vcs-Hg control filed to indicate the location of the public
        repository.
      * Bumped the Standards-Version to 3.8.0.
    
     -- Jens Peter Secher <email address hidden>  Sat, 14 Mar 2009 21:01:12 +0100
  • neko (1.7.0-1) unstable; urgency=low
    
    
      * New upstream release.
    
     -- Jens Peter Secher <email address hidden>  Thu, 27 Mar 2008 20:53:37 +0100