Skip to content

Debian Changelog zlibc (0.9k-4)

2008

zlibc (0.9k-4) unstable; urgency=low

   * Fixed long description.
     (closes: #484078)
   * Added Hompage field in debian/control.
   * Debhelper compatibility moved to 5.
   * Policy bumped to 3.8.0
   * Updated debian/copyright and fixed common-licenses path.

 -- Francesco Paolo Lovergine <frankie@debian.org>  Thu, 24 Jul 2008 15:50:36 +0200

zlibc (0.9k-3) unstable; urgency=low

   * [Lintian] Converted debian/changelog in UTF8 encoding.
     Christian will be happy :)
   * Policy bumped to 3.7.3 without major changes.
   * [Lintian] Fixed FSF address in debian/copyright and file general layout.
   * [Lintian] Added an explicit info dir (Development) in zlibc texinfo
     file.
   * debian/watch fixed for version 3.

 -- Francesco Paolo Lovergine <frankie@debian.org>  Tue, 05 Feb 2008 15:47:21 +0100

2006

zlibc (0.9k-2) unstable; urgency=high

   * Bah, really adding NEWS to released doc.

 -- Francesco Paolo Lovergine <frankie@debian.org>  Mon, 20 Mar 2006 14:16:25 +0100

zlibc (0.9k-1) unstable; urgency=high

   The 'Better now than never' release.
 
   * New upstream release
     (closes: #353780, #298607)
   * Policy updated to 3.6.2 (no changes)
   * Added hand-built manpages, due to obsolete texi2roff missing.
   * Overall changes:
   	- debian/rules revised for changes in configuration and other stuff.
         - debian/links removed
         - debian/manpages (new)
         - debian/dirs (new)
   * Added a NEWS file to inform about changes in the upstream product.
   * Removed -O4 optimization in configure.in
   * Rebuilt configure once by autoconf2.13

 -- Francesco Paolo Lovergine <frankie@debian.org>  Mon, 20 Mar 2006 11:59:35 +0100

2002

zlibc (0.9j-7) unstable; urgency=low

   * Added a section specification for info file (Development).
   * Policy updated.
   * Rebuilt to remove /usr/doc symlink

 -- Francesco Paolo Lovergine <frankie@debian.org>  Wed, 18 Dec 2002 13:03:42 +0100

zlibc (0.9j-6) unstable; urgency=low

   * New maintainer
     (closes: #148875)

 -- Francesco Paolo Lovergine <frankie@debian.org>  Mon, 8 Jul 2002 12:12:22 +0200

zlibc (0.9j-5) unstable; urgency=low

   * QA upload.
   * filetype.c: ps has its own _init() which gets called before ours and
     tries to use open() while zlib_real_open is still NULL, resulting in a
     segfault.  Linking with `-z initfirst' solves this, but messes up libc
     startup and causes bash to crash.  Therefore preinitialize zlib_real_*
     with wrappers that replace themselves with the real functions.  Due to
     ld.so weirdness at that stage, they can't call _init() (they'd get the
     one from ps), so move the initialization code to a static function;
     call it later from our _init() if necessary.  Yuck.  This enlarges
     uncompress.o by ~1 KB, but it's generic and fast.  Closes: #146849.
   * strsep.c: Include config.h for HAVE_STRSEP.
   * Switched to debhelper 4.
   * debian/rules:
     - Set sysconfdir to /etc, not /usr/etc.  Closes: #150189.
     - Place sln in /sbin per FHS ยง6.1.4.
     - Make uncompress.o setuid to allow preloading with setuid/setgid
       binaries.
     - Leave out DVI documentation; man, info and HTML seems like enough.
     - Since only one version of this package can be installed at a time,
       leave out versioned uncompress.o.
     - Support the `debug' build option.
     - Add Lintian overrides.
   * debian/zlibc.conf: This was just a copy of zlibc.conf.sample; removed.
   * debian/changelog: Remove obsolete Emacs local variables.
   * Removed unnecessary build dependency on autoconf.
   * Conforms to Standards version 3.5.6.

 -- Matej Vela <vela@debian.org>  Sun, 30 Jun 2002 21:35:39 +0200

zlibc (0.9j-4) unstable; urgency=low

   * debian/control: package is orphaned and Maintainer is changed to
                     Debian QA Group <packages@qa.debian.org>

 -- Luca Filipozzi <lfilipoz@debian.org>  Sun, 16 Jun 2002 14:56:21 -0700

2001

zlibc (0.9j-3) unstable; urgency=low

   * Fixed spelling/grammer error in description (Closes: Bug#125579)
   * Applied patch from Paul Slootman for alpha (Closes: Bug#112810, Bug#123354)

 -- Luca Filipozzi <lfilipoz@debian.org>  Wed, 19 Dec 2001 14:30:29 -0800

zlibc (0.9j-2) unstable; urgency=low

   * Fixed missing build-depend on tetex-bin (Closes: #100059)

 -- Luca Filipozzi <lfilipoz@debian.org>  Fri, 8 Jun 2001 13:36:10 -0700

zlibc (0.9j-1) unstable; urgency=low

   * Initial release.

 -- Luca Filipozzi <lfilipoz@debian.org>  Mon, 4 Jun 2001 21:24:05 -0700