-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 30 Jun 2002 21:35:39 +0200 Source: zlibc Binary: zlibc Architecture: source i386 Version: 0.9j-5 Distribution: unstable Urgency: low Maintainer: Debian QA Group <packages@qa.debian.org> Changed-By: Matej Vela <vela@debian.org> Description: zlibc - Uncompressing C Library Closes: 146849 150189 Changes: 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. Files: dd613a1900b33f23d2fa6487bc18cf1a 588 libs optional zlibc_0.9j-5.dsc d3df755e407feead4b00cd82d917236c 15760 libs optional zlibc_0.9j-5.diff.gz c2412ed5758c35009f88e9f5a0b90e85 230130 libs optional zlibc_0.9j-5_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9H12rxBYivKllgY8RAugJAKDJQrPs7eFD/j6YI2ZoFqqZ3ucaDwCg1vBz YjND6bpJB95fLd9Lxc3Sl1o= =+jjD -----END PGP SIGNATURE----- Accepted: zlibc_0.9j-5.diff.gz to pool/main/z/zlibc/zlibc_0.9j-5.diff.gz zlibc_0.9j-5.dsc to pool/main/z/zlibc/zlibc_0.9j-5.dsc zlibc_0.9j-5_i386.deb to pool/main/z/zlibc/zlibc_0.9j-5_i386.deb -- To UNSUBSCRIBE, email to debian-devel-changes-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org