summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-07-15 09:21:07 +0000
committerEric Andersen <andersen@codepoet.org>2004-07-15 09:21:07 +0000
commitbd67eb44f96e730b2639bc1ec16387a007fbe7ba (patch)
tree1f36f43be123c2ee29c9aee7bd6a5c2147117bf8 /debian
parenta43573507b0845a19ee63a619d470b31531f7df0 (diff)
update packaging a bit
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/config2
-rwxr-xr-xdebian/rules2
3 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 30b88f6e8..7f0beae18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+uclibc (0.9.26-3) unstable; urgency=low
+
+ * minor updates
+
+ -- Erik Andersen <andersen@codepoet.org> Thu, 15 Jul 2004 02:57:24 -0600
+
uclibc (0.9.26-2) unstable; urgency=low
* Fix some minor header file problems
diff --git a/debian/config b/debian/config
index 1177443ec..f7f7fcf5e 100644
--- a/debian/config
+++ b/debian/config
@@ -66,7 +66,7 @@ UCLIBC_TZ_FILE_PATH="/etc/TZ"
#
# Networking Support
#
-# UCLIBC_HAS_IPV6 is not set
+UCLIBC_HAS_IPV6=y
UCLIBC_HAS_RPC=y
UCLIBC_HAS_FULL_RPC=y
diff --git a/debian/rules b/debian/rules
index 997d6d046..689ddc8b8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,7 @@ build-stamp:
# Brute force method of getting kernel headers
if [ ! -f /usr/src/$(kernel_source).tar.bz2 ] ; then \
- wget http://uclibc.org/downloads/$(kernel_source).tar.bz2 \
+ wget http://uclibc.org/downloads/toolchain/$(kernel_source).tar.bz2 \
-O /usr/src/$(kernel_source).tar.bz2; \
fi;
tar --bzip2 -xf /usr/src/$(kernel_source).tar.bz2