[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Accepted neko 1.8.0-4~bpo40+1 (source all i386)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 15 Jun 2009 18:26:05 +0200
Source: neko
Binary: neko-dev libapache2-mod-neko neko libneko0
Architecture: source all i386
Version: 1.8.0-4~bpo40+1
Distribution: etch-backports
Urgency: low
Maintainer: Jens Peter Secher <jps@debian.org>
Changed-By: Jens Peter Secher <jps@debian.org>
Description: 
 libapache2-mod-neko - Apache module for running server-side Neko programs
 libneko0   - Lightweight virtual machine - shared library
 neko       - Lightweight virtual machine - compiler and tools
 neko-dev   - Lightweight virtual machine - development
Closes: 406033 412567 414123 415803 429139 437609 509454
Changes: 
 neko (1.8.0-4~bpo40+1) etch-backports; urgency=low
 .
   * Backport to Etch (using debhelper 5).
 .
 neko (1.8.0-4~bpo50+1) lenny-backports; urgency=low
 .
   * Backport to Lenny.
 .
 neko (1.8.0-4) unstable; urgency=low
 .
   * Fix broken NDLLs (shared libraries) by reverting some of the previous
     changes.
 .
 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.
 .
 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.
 .
 neko (1.8.0-1) experimental; urgency=low
 .
   * New upstream release.
   * Bumped debhelper version to 6.
 .
 neko (1.7.1-1~bpo40+1) etch-backports; urgency=low
 .
   * Backport to Etch (no change).
 .
 neko (1.7.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Call dh_makeshlibs before dh_installdeb in debian/rules.
   * Define _GNU_SOURCE to get threads to work.
 .
 neko (1.7.0-1) unstable; urgency=low
 .
   * New upstream release.
 .
 neko (1.6.0-4~bpo40+2) etch-backports; urgency=low
 .
   * Pass version extracted by dpkg-parsechangelog to dh_makeshlibs instead
     of error prone hard-coding.
 .
 neko (1.6.0-4~bpo40+1) etch-backports; urgency=low
 .
   * Without the Homepage field.
 .
 neko (1.6.0-4) unstable; urgency=low
 .
   * Give libneko a proper SONAME to avoid breakage by new dpkg-shlibdeps.
   * Avoid a lot of unnecessary shared library dependencies.
   * Place the apache module in section web.
   * Use the Homepage field in the control file.
   * Bump debhelper to version 5.
 .
 neko (1.6.0-3) unstable; urgency=low
 .
   * Fixed missing reference to shared mysqlclient library.
 .
 neko (1.6.0-2~bpo40+1) etch-backports; urgency=low
 .
   * Backport to Etch (no change).
 .
 neko (1.6.0-2) unstable; urgency=low
 .
   * Support non-stripped builds (DEB_BUILD_OPTIONS=nostrip).
     (Closes: #437609)
 .
 neko (1.6.0-1) unstable; urgency=low
 .
   * New upstream release, which obsoletes 75-kfreebsd-defines.dpatch and
     incorporates 50-embed-endianess.dpatch .
   * New build-depends libgtk2.0-dev.
   * Update man pages.
 .
 neko (1.5.3-6) unstable; urgency=low
 .
   * Drop support for obsolete Apache 1.
     (Closes: #429139)
   * Provide Apache 2 module as seperate package.
 .
 neko (1.5.3-5bpo1) stable; urgency=low
 .
   * Backport to Etch (no change).
 .
 neko (1.5.3-5) unstable; urgency=low
 .
   * Compile with -DEAPI.
     (Closes: #415803)
 .
 neko (1.5.3-4) unstable; urgency=low
 .
   * Fix FTBFS on GNU/kFreeBSD, thanks to Cyril Brulebois.
     (Closes: #414123)
 .
 neko (1.5.3-3) unstable; urgency=low
 .
   * Fix endianess problem in embedded-code loader.
     (Closes: #412567)
 .
 neko (1.5.3-2) unstable; urgency=low
 .
   * It turned out that binaries cannot really be stripped, so no
     stripping.
 .
 neko (1.5.3-1) unstable; urgency=low
 .
   * New upstream release.
   * The bootable vm implementation changed, so now binaries are now
     stripped, and the aligment patch has become obsolete.
 .
 neko (1.5.2-3) unstable; urgency=low
 .
   * Fix build failure on various architectures by aligning bytecode at 16
     byte offset.
     (Closes: #406033)
 .
 neko (1.5.2-2) unstable; urgency=low
 .
   * Neko modules now work for non-threaded Apache 2.2, that is, it works
     for apache2-mpm-prefork.
 .
 neko (1.5.2-1) experimental; urgency=low
 .
   * New upstream release.
   * Unfortunately Apache 2.2 still hangs when serving Neko files, but I am
     leaving the setup in case others figure out why.
   * Build-Conflicts with itself because the hardcoded rpath gets in the
     way when different versions of the VM do not agree.
 .
 neko (1.5-3) experimental; urgency=low
 .
   * Register Apache 1.3 module automatically if Apcahe is installed.
   * Register Apache 2.2 modules automatically if Apcahe is installed.
 .
 neko (1.5-2) experimental; urgency=low
 .
   * Note to ftpmasters: Neko is written in Neko, so the files boot/* are
     needed to bootstrap the compiler.  The source for them is in src/*.
 .
 neko (1.5-1bpo1) stable; urgency=low
 .
   * Fit dependencies and include directories so that is is possible to
     backport to sarge.
 .
 neko (1.5-1) experimental; urgency=low
 .
   * Manpages written for the three executable.
   * The executables searches for the libneko.so by use of -rpath in
     /usr/lib/neko since we do not want this private library to end up in
     /usr/lib.
   * The dynamic modules /usr/lib/neko/*.ndll are not stripped because they
     are created as concatenations of the virtual machine bootloader and
     some bytecode, which makes stripping impossible (cf. OCaml Packaging
     Policy).  Lintian overrides included for not stripping.
   * The additional Apache modules are placed in /usr/lib/neko, but not
     registered with Apache automatically, which avoids a dependency on
     Apache until we have made proper arrangements with the Apache team.
Files: 
 b4d98ca9d6f5fd9399a31c928842a11d 861 interpreters optional neko_1.8.0-4~bpo40+1.dsc
 b41da79e6f976818ab64805e9ba7298c 402210 interpreters optional neko_1.8.0.orig.tar.gz
 ec2549ca551b6c4a34d82b29abfd0cb2 9100 interpreters optional neko_1.8.0-4~bpo40+1.diff.gz
 05af948c34ac3314d3f956b747585bd9 9652 web optional libapache2-mod-neko_1.8.0-4~bpo40+1_all.deb
 93eb1b5af8d15e96269282542ac99f49 13610 libdevel optional neko-dev_1.8.0-4~bpo40+1_all.deb
 2598967b92c19a74d6e040af21a902e9 63424 libs optional libneko0_1.8.0-4~bpo40+1_i386.deb
 94ee9fa4e846b3dd4c6fd985e77d94ec 213268 interpreters optional neko_1.8.0-4~bpo40+1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iJwEAQECAAYFAko2oQQACgkQiFVdEFPVQL8OewQAv1hkP8xbDlVI/TXi2lJWUwZu
4ueZ2qvkBeKcqS/IfcmrjonGKrSPrQqbPpwsiBzpH6O6rpcRIHcvYzhGaEAxwLWH
b0Y4pwJEw6qCK2sEwzORjXPYdjr4qNkM9PgpsNSHrYkkV388emFWljjQSZvVtMTq
AA6KlbSCf/LjH1PENUc=
=+OYx
-----END PGP SIGNATURE-----


Accepted:
libapache2-mod-neko_1.8.0-4~bpo40+1_all.deb
  to pool/main/n/neko/libapache2-mod-neko_1.8.0-4~bpo40+1_all.deb
libneko0_1.8.0-4~bpo40+1_i386.deb
  to pool/main/n/neko/libneko0_1.8.0-4~bpo40+1_i386.deb
neko-dev_1.8.0-4~bpo40+1_all.deb
  to pool/main/n/neko/neko-dev_1.8.0-4~bpo40+1_all.deb
neko_1.8.0-4~bpo40+1.diff.gz
  to pool/main/n/neko/neko_1.8.0-4~bpo40+1.diff.gz
neko_1.8.0-4~bpo40+1.dsc
  to pool/main/n/neko/neko_1.8.0-4~bpo40+1.dsc
neko_1.8.0-4~bpo40+1_i386.deb
  to pool/main/n/neko/neko_1.8.0-4~bpo40+1_i386.deb


Reply to: