diff options
-rw-r--r-- | debian/changelog | 10 | ||||
-rwxr-xr-x | debian/rules | 2 |
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 |