klibc (1.1.16-1ubuntu5) dapper; urgency=low * Use new kernel headers. * Make sure that fstype buffer is 64bit alligned on sparc or xfs_image will bus error. (Add patch 05-sparc-fstype-buf-allign.patch) -- Fabio M. Di Nitto Sun, 12 Mar 2006 08:47:48 +0100 klibc (1.1.16-1ubuntu4) dapper; urgency=low * Actually remove compiler override for sparc in debian/rules. -- Jeff Bailey Wed, 1 Feb 2006 18:05:37 +0000 klibc (1.1.16-1ubuntu3) dapper; urgency=low * Do not hand ARCH= to the Makefile. The causes sparc to not get forced to sparc64. * Link in libc.a after libgcc.a as well to resolve symbols. * Do not override the compiler for sparc anymore. * /usr/lib/klibc/include contained symlinks to the real include directories before. Remove the symlinks in the preinst to avoid overwriting bits of linux-kernel-headers on upgrade. -- Jeff Bailey Tue, 31 Jan 2006 12:29:04 +0000 klibc (1.1.16-1ubuntu2) dapper; urgency=low * Use new kernel headers. -- Fabio M. Di Nitto Sat, 28 Jan 2006 10:20:39 +0100 klibc (1.1.16-1ubuntu1) dapper; urgency=low * Resync with debian -- LaMont Jones Mon, 16 Jan 2006 10:19:39 -0700 klibc (1.1.16-1) unstable; urgency=low * New upstream version. Drop merged patches: alpha-kbuild.patch, parisc-arch.patch. * Add new upstream patches for better hppa and mips support: klibc-hppa-fix-atexit.patch, klibc-hppa-set-sharedflags.patch. Thanks Kyle McMartin klibc-mips-newline-warning.patch, klibc-mips-path-linker.patch. Thanks Martin Michlmayr * Pass ARCH we are building on to the make call, fixes build on ppc64 kernel. -- maximilian attems Mon, 9 Jan 2006 18:06:04 +0100 klibc (1.1.15-4) unstable; urgency=low "Soiree Tranquille Release" * Really add 01-ia64-static.diff, 02-squashfs.diff. Thanks again Jeff Bailey for spotting. -- maximilian attems Thu, 5 Jan 2006 23:58:55 +0100 klibc (1.1.15-3) unstable; urgency=low * Add alpha-kbuild.patch fixes alpha kbuild rules. -- maximilian attems Thu, 5 Jan 2006 22:20:31 +0100 klibc (1.1.15-2) unstable; urgency=low * Revert sparc personality switch as buildds inbetween invoke with linux64. Thanks Jeff Bailey for spotting. * Add klibc-sparc64-def-pagesize.patch, should define the chosen PAGE_SIZE. -- maximilian attems Thu, 5 Jan 2006 20:07:12 +0100 klibc (1.1.15-1) unstable; urgency=low * New upstream version. Drop merged patches: klibc-1.1.14-fstype-segv-1.patch, klibc-endian.h-dangerous.patch * Build against latest linux-headers-2.6.15-1. * Try fixing sparc by building with linux26 personality. * Add the following ubuntu patches: - 01-ia64-static.diff (static klibc works on ia64). - 02-squashfs.diff adds sqashfs support to fstype. -- maximilian attems Thu, 5 Jan 2006 17:22:03 +0100 klibc (1.1.15-0ubuntu2) dapper; urgency=low * Use new kernel-headers 2.6.15-12. * Fix sparc FTBFS: - Modify debian/rules to really use gcc-3.3 all the way. - Add patch 03-sparc-fix-paths. -- Fabio M. Di Nitto Sat, 14 Jan 2006 09:36:03 +0100 klibc (1.1.15-0ubuntu1) dapper; urgency=low * New upstream version. * Patch to fix compilation on parisc64 kernels. -- Jeff Bailey Wed, 4 Jan 2006 20:24:52 -0500 klibc (1.1.14-2) unstable; urgency=low * Fix new hppa kbuild issue, add parisc-arch.patch. Thanks Kyle McMartin . * Add klibc-1.1.14-fstype-segv-1.patch allowing previous interface to work. -- maximilian attems Wed, 4 Jan 2006 00:03:47 +0100 klibc (1.1.14-1) unstable; urgency=low * New upstream release (merged all of our patches). Features: dash, kbuild and shiny new packaging by Jeff Bailey! * Add klibc-endian.h-dangerous.patch upstream build fix. * Don't forget about our linitian overrides. Added unstripped-binary-or-object libklibc-dev override. -- maximilian attems Sat, 31 Dec 2005 00:24:42 +0100 klibc (1.1.8-0ubuntu1) dapper; urgency=low * New upstream release. - Obseletes all preview patches. * Redo packaging. - Upstream changed packaging. Redo all packaging to match. -- Jeff Bailey Wed, 21 Dec 2005 01:05:04 +0000 klibc (1.1.1-10) unstable; urgency=low * Correct the powerpc to ppc mapping. -- maximilian attems Wed, 28 Dec 2005 01:35:56 +0100 klibc (1.1.1-9) unstable; urgency=low * Redrop klibc-sparc64-signals.diff, the buildd now uses correct cflags. Thanks to Jurij Smakov * Map powerpc to ppc for 2.6.14 based builds, useless for later kernels. * Pump dephelper dependency as pointed out by linda. -- maximilian attems Fri, 23 Dec 2005 20:41:13 +0100 klibc (1.1.1-8) unstable; urgency=low * Add hppa to the mapped archs, sparc was already there. (Closes: #344482) -- maximilian attems Fri, 23 Dec 2005 15:17:22 +0100 klibc (1.1.1-7) unstable; urgency=low * Now that we handle the asm arch symlink by owerself, take care on the $arch mapping. -- maximilian attems Fri, 23 Dec 2005 14:39:49 +0100 klibc (1.1.1-6) unstable; urgency=low [ Steve Langasek ] * Fix the definition of struct statfs64, required for run-init to work on alpha. (Closes: #342931) -- maximilian attems Mon, 19 Dec 2005 10:22:38 +0100 klibc (1.1.1-5) unstable; urgency=low [ Steve Langasek ] * Grab the errno from the right register after syscalls on alpha! [ maximilian attems ] * Add s390 to the current arch list. * Bump Build-Deps on newer linux-headers. * Sync with 1.1.1-4ubuntu7. - Use the newer klibc-parisc.diff version, which got upstream. Thanks a lot Kyle McMartin . - Add lintian overrides for libklibc-dev. * Add kosmetic klibc-parisc-clean-crash.diff for newer toolchain. Again thanks to Kyle McMartin . * linux-kernel-headers is lacking the asm symlink from include/asm-$arch. Add it by ourself when builing against it. ATTENTION: breaks klibc crosscompiles. Will be solved by stabilized upstream kbuild tree. -- maximilian attems Mon, 19 Dec 2005 09:37:36 +0100 klibc (1.1.1-4ubuntu7) dapper; urgency=low * Patch to get 5 and 6 argument syscalls working on hppa. Thanks to Kyle McMartin for this patch! -- Jeff Bailey Tue, 22 Nov 2005 13:27:15 -0500 klibc (1.1.1-4ubuntu6) dapper; urgency=low * Replace the sleep utility with one that calls nanosleep instead, so can be used for sleeping microseconds. -- Scott James Remnant Tue, 22 Nov 2005 07:38:22 +0000 klibc (1.1.1-4ubuntu5) dapper; urgency=low * Include /usr/lib/klibc/lib/libc.so in the development package, as you can't link against the uber-stripped klibc-*.so. -- Scott James Remnant Thu, 10 Nov 2005 16:44:58 -0500 klibc (1.1.1-4ubuntu4) dapper; urgency=low * Include /usr/lib/klibc/lib/interp.o in the development package. -- Scott James Remnant Thu, 10 Nov 2005 15:33:59 -0500 klibc (1.1.1-4ubuntu3) dapper; urgency=low * Somewhere, in a hotel room in Montreal, one can hear the sounds of a big Italian man crying as he places a brown paper bag over his head and admits that sparc really did need gcc-3.3 after all. -- Scott James Remnant Wed, 9 Nov 2005 17:29:33 -0500 klibc (1.1.1-4ubuntu2) dapper; urgency=low * Fix build-failure on sparc, Debian hadn't fully applied the "use gcc-3.3 for sparc" patch. * Use gcc-3.4 on sparc instead. -- Scott James Remnant Tue, 8 Nov 2005 16:01:17 -0500 klibc (1.1.1-4ubuntu1) dapper; urgency=low * Manual merge with Debian: - Drop klibc-mount-opts.diff, merged upstream. - Drop mconfig-parisc.patch, merged upstream. - Keep klibc-sparc64-signals.diff, not yet merged and fabbione isn't sure whether it's still necessary or not. - Adjust build-dep on linux-headers to that in dapper -- Scott James Remnant Mon, 7 Nov 2005 12:47:13 -0500 klibc (1.1.1-4) unstable; urgency=low * debian/rules,debian/control: Use gcc-3.3 for sparc. * Drop klibc-sparc64-signals.diff. Thanks to Andrew Pollock for the test box, to Jurij Smakov and Fabio M. Di Nitto for confirming. (closes: #330191) * Build on archs we do support: sparc, alpha, ppc, i386, amd64, hppa, ia64, arm. Will need work for m68k, mips, mipsel. Workaround for #334917 * debian/patches/fstype-jfs.patch: New file to support jfs. :) Thanks to Jeff Bailey. (closes: #336620) * debian/patches/sparc64_archstat.patch: New file to fix stat() on sparc64. Thanks to Jurij Smakov for the patch. -- maximilian attems Wed, 2 Nov 2005 09:46:00 +0100 klibc (1.1.1-2) unstable; urgency=low * Work around bug#328850 in lintian per request of the FTP Master: Add lintian override for "statically-linked-binary". -- maximilian attems Sat, 17 Sep 2005 19:52:49 +0200 klibc (1.1.1-1) unstable; urgency=low The "Actions Publiques" release * New upstream release: - improved mount, umount: drop merged stamp-patch-klibc-mount-opts.diff. - build warnings cleanup * Ready to hit the debian archive. closes: #312563 -- maximilian attems Mon, 12 Sep 2005 13:48:05 +0200 klibc (1.0.14-5) unstable; urgency=low * Remove old dup useless debian changelog. * Fix amusing typos in debian/copyright. -- maximilian attems Wed, 7 Sep 2005 09:13:50 +0200 klibc (1.0.14-4) unstable; urgency=low * Rebuild to include original source archive for the upload. -- maximilian attems Wed, 7 Sep 2005 00:37:03 +0200 klibc (1.0.14-3) unstable; urgency=low * Build it as non-native package. * Lintian prefers Changelog and Maintainer entries in the same capitalisation - otherwise it detects an NMU. -- maximilian attems Wed, 7 Sep 2005 00:25:59 +0200 klibc (1.0.14-2) unstable; urgency=low * Release it for Debian. Thanks to Jeff Bailey for all the hard work. * Adapt ubuntu Build-Deps for Debian unstable. * klibc happily complies to 3.6.3 standard version. * Refer to the BSD and GPL license file in the debian/copyright file. -- maximilian attems Tue, 6 Sep 2005 13:14:31 +0200 klibc (1.0.14-1ubuntu1) breezy; urgency=low * Bump Build-Deps on newer linux-headers. * Fix sparc64 signals special cases: - Add patch klibc-sparc64-signals.diff. -- Fabio M. Di Nitto Wed, 17 Aug 2005 09:07:13 +0200 klibc (1.0.14-1) breezy; urgency=low The "OMG, A User!" Release. * New upstream release. * Fix mount option handling (Thanks to mdz@ubuntu.com for the patch) * Prune unnecessary substitution variables from control file. -- Jeff Bailey Wed, 1 Jun 2005 09:33:38 -0400 klibc (1.0.10-0ubuntu1) breezy; urgency=low * New upstream release. * klibc-utils must depend on the library. * Add section: libs for the source package. -- Jeff Bailey Tue, 24 May 2005 14:34:05 +0000 klibc (1.0.8-0ubuntu2) breezy; urgency=low * Bump linux-headers dep to 2.6.12, suggested by Fabio. * Build-dep on bison and flex. -- Jeff Bailey Sun, 15 May 2005 22:22:21 -0400 klibc (1.0.8-0ubuntu1) breezy; urgency=low * Initial upload to Ubuntu. -- Jeff Bailey Mon, 9 May 2005 13:28:30 -0400 klibc (0.197-2) breezy; urgency=low * Make sure the shell is called 'sh' not 'sh.shared' when installed * Don't strip execute permissions from the klibc -- Jeff Bailey Fri, 28 Jan 2005 17:27:07 -0500 klibc (0.197-1) breezy; urgency=low * Initial Release. -- Jeff Bailey Sun, 23 Jan 2005 21:11:50 -0500