Browse Source

Account for new upstream version. Fix shlibs, because they were
broken. Add INCLUDE_THREADS to Config.

David Schleef 22 years ago
parent
commit
57ea795aa2
4 changed files with 15 additions and 8 deletions
  1. 6 0
      debian/changelog
  2. 7 7
      debian/libuclibc0.shlibs
  3. 1 1
      debian/mksnapshot
  4. 1 0
      debian/rules

+ 6 - 0
debian/changelog

@@ -1,3 +1,9 @@
+uclibc (0.9.10-1) unstable; urgency=low
+
+  * New upstream release (Closes: #140295)
+
+ -- David Schleef <ds@schleef.org>  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

+ 7 - 7
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)

+ 1 - 1
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

+ 1 - 0
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)