klibc.git
6 years agomultiarch-include-path
maximilian attems [Sun, 6 Jan 2019 19:33:01 +0000 (19:33 +0000)]
multiarch-include-path

Gbp-Pq: Name multiarch-include-path

6 years agoFix klibc Debian specific build trouble
Ben Hutchings [Sun, 14 Mar 2010 18:41:56 +0000 (18:41 +0000)]
Fix klibc Debian specific build trouble

Simply remove the headers_install invocation and rely on linux-libc-dev.

With these changes:

(the extra chmod was needed to allow for umask > 022) I could compile,
link and run this program:

#include <unistd.h>

int main(void)
{
write(1, "Hello world\n", 12);
return 0;
}

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
[ added multi arch support ]
Signed-off-by: Colin Watson <cjwatson@ubuntu.com>
Signed-off-by: maximilian attems <max@stro.at>
[ fixed cross building ]
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Gbp-Pq: Name klibc-linux-libc-dev

6 years agoNever clean files in quilt status directory
Ben Hutchings [Sun, 15 Jul 2018 20:53:39 +0000 (21:53 +0100)]
Never clean files in quilt status directory

The top-level "distclean" and "mrproper" targets delete zero-size
files in the source, perhaps assumed to be stamp files.  This is fine
for actual source direcgtories, but disastrous for a quilt status
directory.

For each patch, quilt stores the previous versions of the modified
files in a subdirectory of .pc.  If the patch creates a file, this
file will be empty.  Removing it effectively removes the file creation
from the patch.

The .git directory is already excluded from the clean rules for
a similar reason, so do the same for .pc.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Gbp-Pq: Name never-clean-files-in-quilt-status-directory.patch

6 years agoklibc (2.0.4-15) unstable; urgency=medium
Ben Hutchings [Sun, 6 Jan 2019 19:33:01 +0000 (19:33 +0000)]
klibc (2.0.4-15) unstable; urgency=medium

  * resume: Write resume_offset attribute
  * resume: Backward compatibility for resume_offset
  * x86_64: Use -Ttext-segment to avoid address collision
  * i386: Use -Ttext-segment to avoid address collision
  * Disable PIE, since we link all executables as non-relocatable
    (Closes: #907404)

[dgit import unpatched klibc 2.0.4-15]

6 years agoImport klibc_2.0.4-15.debian.tar.xz
Ben Hutchings [Sun, 6 Jan 2019 19:33:01 +0000 (19:33 +0000)]
Import klibc_2.0.4-15.debian.tar.xz

[dgit import tarball klibc 2.0.4-15 klibc_2.0.4-15.debian.tar.xz]

11 years agoImport klibc_2.0.4.orig.tar.gz
maximilian attems [Thu, 11 Sep 2014 19:23:25 +0000 (20:23 +0100)]
Import klibc_2.0.4.orig.tar.gz

[dgit import orig klibc_2.0.4.orig.tar.gz]