Browse Source

Fixes for finding appropriate kernel headers, changelog entry

David Schleef 23 years ago
parent
commit
bfa4828c99
4 changed files with 9 additions and 4 deletions
  1. 6 1
      debian/changelog
  2. 1 1
      debian/control
  3. 1 1
      debian/control.in
  4. 1 1
      debian/rules

+ 6 - 1
debian/changelog

@@ -1,8 +1,13 @@
+uclibc (0.9.5-cvs20011011) unstable; urgency=low
+
+  * Closes #104243
+
+ -- David Schleef <ds@schleef.org>  Thu, 11 Oct 2001 13:29:02 -0700
+
 uclibc (0.9.5-cvs20010702-1) unstable; urgency=low
 
   * Build from CVS
   * Can create cross-compiling library (but not cross packages)
-  * Closes #104243
 
  -- David Schleef <ds@schleef.org>  Mon,  2 Jul 2001 23:16:20 -0700
 

+ 1 - 1
debian/control

@@ -2,7 +2,7 @@ Source: uclibc
 Section: devel
 Priority: optional
 Maintainer: David Schleef <ds@schleef.org>
-Build-Depends: debhelper, kernel-headers-2.4.5
+Build-Depends: debhelper, kernel-headers-2.4 | kernel-headers-2.4.10
 Standards-Version: 3.5.2
 
 Package: libuclibc-dev

+ 1 - 1
debian/control.in

@@ -2,7 +2,7 @@ Source: uclibc
 Section: devel
 Priority: optional
 Maintainer: David Schleef <ds@schleef.org>
-Build-Depends: debhelper, kernel-headers-2.4.5
+Build-Depends: debhelper, kernel-headers-2.4 | kernel-headers-2.4.10
 Standards-Version: 3.5.2
 
 Package: libuclibc-dev_TARGET_

+ 1 - 1
debian/rules

@@ -52,7 +52,7 @@ endif
 ifeq ($(with_shared_libs),n)
 	echo 'HAVE_SHARED = false' >>Config
 endif
-	echo 'KERNEL_SOURCE = /usr/src/kernel-headers-2.4.5' >>Config
+	echo 'KERNEL_SOURCE = '`echo /usr/src/kernel-headers-*|sed 's/ .*//'` >>Config
 
 	$(MAKE)