From 57ea795aa2be86f68aa1f1516ad5b861889e9732 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 6 Apr 2002 22:22:37 +0000 Subject: Account for new upstream version. Fix shlibs, because they were broken. Add INCLUDE_THREADS to Config. --- debian/changelog | 6 ++++++ debian/libuclibc0.shlibs | 14 +++++++------- debian/mksnapshot | 2 +- debian/rules | 1 + 4 files changed, 15 insertions(+), 8 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 52b9ae567..b9be1440c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +uclibc (0.9.10-1) unstable; urgency=low + + * New upstream release (Closes: #140295) + + -- David Schleef Thu, 28 Mar 2002 11:25:17 -0800 + uclibc (0.9.9-cvs20020221-2) unstable; urgency=low * debian/rules: touch linux/autoconf.h. Should make us buildable diff --git a/debian/libuclibc0.shlibs b/debian/libuclibc0.shlibs index 06109f1c3..e7319f854 100644 --- a/debian/libuclibc0.shlibs +++ b/debian/libuclibc0.shlibs @@ -1,7 +1,7 @@ -libc 0 libuclibc0 (>> 0.9.5-0) -libm 0 libuclibc0 (>> 0.9.5-0) -ld-uClibc 0 libuclibc0 (>> 0.9.5-0) -libdl 0 libuclibc0 (>> 0.9.5-0) -libcrypt 0 libuclibc0 (>> 0.9.5-0) -libutil 0 libuclibc0 (>> 0.9.5-0) -libresolv 0 libuclibc0 (>> 0.9.5-0) +libc 0 libuclibc0 (>> 0.9.10-0) +libm 0 libuclibc0 (>> 0.9.10-0) +ld-uClibc 0 libuclibc0 (>> 0.9.10-0) +libdl 0 libuclibc0 (>> 0.9.10-0) +libcrypt 0 libuclibc0 (>> 0.9.10-0) +libutil 0 libuclibc0 (>> 0.9.10-0) +libresolv 0 libuclibc0 (>> 0.9.10-0) diff --git a/debian/mksnapshot b/debian/mksnapshot index 38027ebff..cf086ce01 100755 --- a/debian/mksnapshot +++ b/debian/mksnapshot @@ -3,7 +3,7 @@ topdir=$(pwd) today=$(date +%Y%m%d) -version=0.9.9 +version=0.9.10 dir=uclibc-${version}-cvs${today} mkdir -p ${topdir}/uclibc-tmp diff --git a/debian/rules b/debian/rules index b8783f13c..974891480 100755 --- a/debian/rules +++ b/debian/rules @@ -84,6 +84,7 @@ endif echo 'HAS_FLOATING_POINT = true' >>Config echo 'DO_C99_MATH = true' >>Config echo 'DODEBUG = false' >>Config + echo 'INCLUDE_THREADS = true' >>Config $(MAKE) -- cgit v1.2.3