summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2002-04-07 04:52:20 +0000
committerDavid Schleef <ds@schleef.org>2002-04-07 04:52:20 +0000
commit5c86ab5bc17f0a4f87065a7acc6d9390f708a186 (patch)
tree5e704a93edcf4aaac61b3cfb08709d3a0da183ea /debian
parent21d24e57bf79ae2e7ad9a102be39d658304b7bde (diff)
New Debian snapshot. The release has ld.so for mips fubared.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog10
-rwxr-xr-xdebian/rules2
2 files changed, 12 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index b9be1440c..6a573befe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+uclibc (0.9.10-cvs20020406-1) unstable; urgency=low
+
+ * new upstream snapshot
+ - should fix build on mips
+ * updated shlibs to 0.9.10, since it was broken previously (actually
+ was done in previous upload)
+ * create top-level lib/, for safety
+
+ -- David Schleef <ds@schleef.org> Sat, 6 Apr 2002 14:34:41 -0800
+
uclibc (0.9.10-1) unstable; urgency=low
* New upstream release (Closes: #140295)
diff --git a/debian/rules b/debian/rules
index 974891480..a17bff7d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -86,6 +86,8 @@ endif
echo 'DODEBUG = false' >>Config
echo 'INCLUDE_THREADS = true' >>Config
+ mkdir -p lib
+
$(MAKE)
touch build-stamp