Browse Source

update packaging a bit

Eric Andersen 21 years ago
parent
commit
bd67eb44f9
3 changed files with 8 additions and 2 deletions
  1. 6 0
      debian/changelog
  2. 1 1
      debian/config
  3. 1 1
      debian/rules

+ 6 - 0
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

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

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