[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r2032 - in glibc-package/branches/glibc-2.5/debian: . control.in sysdeps



Author: schizo
Date: 2007-04-09 20:19:03 +0000 (Mon, 09 Apr 2007)
New Revision: 2032

Modified:
   glibc-package/branches/glibc-2.5/debian/changelog
   glibc-package/branches/glibc-2.5/debian/control
   glibc-package/branches/glibc-2.5/debian/control.in/main
   glibc-package/branches/glibc-2.5/debian/sysdeps/depflags.pl
Log:
  * change dependencies on linux-kernel-headers to linux-libc-headers.


Modified: glibc-package/branches/glibc-2.5/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.5/debian/changelog	2007-03-27 04:38:43 UTC (rev 2031)
+++ glibc-package/branches/glibc-2.5/debian/changelog	2007-04-09 20:19:03 UTC (rev 2032)
@@ -1,4 +1,4 @@
-glibc (2.5-0exp5) UNRELEASED; urgency=low
+glibc (2.5-1) UNRELEASED; urgency=low
 
   * New upstream version 2.5.
     - Adds support of POSIX_MADV_* on mips, mipsel, arm and hppa.  Closes:
@@ -135,9 +135,9 @@
     to mktemp).  Closes: #377310.
   * any/cvs-ftw-c.diff: new patch (fix nftw() with FTW_CHDIR in /) from CVS.
     Closes: #367522.
-  * any/cvs-printf_fp-c.diff: new patch (fix printf %#.0g) from CVS. 
+  * any/cvs-printf_fp-c.diff: new patch (fix printf %#.0g) from CVS.
     Closes: #209136.
-  * New Norwegian bokmål debconf translation, by Bjørn Steensrud.  Closes: 
+  * New Norwegian bokmål debconf translation, by Bjørn Steensrud.  Closes:
     #412559.
   * Remove patches/arm/local-softfloat.diff and patches/series.arm-softfloat.
     Remove arm-softfloat from debian/rules.d/control.mk. armel (ARM EABI)
@@ -180,8 +180,12 @@
   * patches/hurd-i386/local-tls.diff: New patch (fixes building with TLS) by
     Samuel Thibault and Barry deFreese.  Closes: #413787.
 
- -- Aurelien Jarno <aurel32@debian.org>  Wed, 21 Feb 2007 12:09:32 +0100
+  [ Clint Adams ]
+  * debian/control.in/main, debian/sysdeps/depflags.pl, debian/control: change
+    dependencies on linux-kernel-headers to linux-libc-headers.
 
+ -- Clint Adams <schizo@debian.org>  Mon, 09 Apr 2007 16:17:20 -0400
+
 glibc (2.4-1) UNRELEASED; urgency=low
 
   * New upstream version 2.4:

Modified: glibc-package/branches/glibc-2.5/debian/control
===================================================================
--- glibc-package/branches/glibc-2.5/debian/control	2007-03-27 04:38:43 UTC (rev 2031)
+++ glibc-package/branches/glibc-2.5/debian/control	2007-04-09 20:19:03 UTC (rev 2032)
@@ -2,7 +2,7 @@
 Section: libs
 Priority: required
 Build-Depends: gettext, make (>= 3.80-1), dpkg-dev (>= 1.13.5), bzip2, file,
- linux-kernel-headers (>= 2.6.13+0rc3-2) [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
+ linux-libc-headers [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
  mig (>= 1.3-2) [hurd-i386], hurd-dev (>= 20020608-1) [hurd-i386], gnumach-dev [hurd-i386],
  kfreebsd-kernel-headers [kfreebsd-i386 kfreebsd-amd64],
  gcc-4.0 [hurd-i386], gcc-4.1 [!hppa !hurd-i386], gcc-4.2 [hppa], binutils (>= 2.17.50),

Modified: glibc-package/branches/glibc-2.5/debian/control.in/main
===================================================================
--- glibc-package/branches/glibc-2.5/debian/control.in/main	2007-03-27 04:38:43 UTC (rev 2031)
+++ glibc-package/branches/glibc-2.5/debian/control.in/main	2007-04-09 20:19:03 UTC (rev 2032)
@@ -2,7 +2,7 @@
 Section: libs
 Priority: required
 Build-Depends: gettext, make (>= 3.80-1), dpkg-dev (>= 1.13.5), bzip2, file,
- linux-kernel-headers (>= 2.6.13+0rc3-2) [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
+ linux-libc-headers [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
  mig (>= 1.3-2) [hurd-i386], hurd-dev (>= 20020608-1) [hurd-i386], gnumach-dev [hurd-i386],
  kfreebsd-kernel-headers [kfreebsd-i386 kfreebsd-amd64],
  gcc-4.0 [hurd-i386], gcc-4.1 [!hppa !hurd-i386], gcc-4.2 [hppa], binutils (>= 2.17.50),

Modified: glibc-package/branches/glibc-2.5/debian/sysdeps/depflags.pl
===================================================================
--- glibc-package/branches/glibc-2.5/debian/sysdeps/depflags.pl	2007-03-27 04:38:43 UTC (rev 2031)
+++ glibc-package/branches/glibc-2.5/debian/sysdeps/depflags.pl	2007-04-09 20:19:03 UTC (rev 2032)
@@ -31,7 +31,7 @@
     push @{$libc_dev_c{'Recommends'}}, 'c-compiler';
     push @{$libc_dev_c{'Replaces'}}, ('man-db (<= 2.3.10-41)', 'gettext (<= 0.10.26-1)',
 		'ppp (<= 2.2.0f-24)', 'libgdbmg1-dev (<= 1.7.3-24)');
-    push @{$libc_dev_c{'Depends'}}, 'linux-kernel-headers';
+    push @{$libc_dev_c{'Depends'}}, 'linux-libc-headers';
 }
 if ($DEB_HOST_GNU_SYSTEM eq "kfreebsd-gnu") {
     push @{$libc_c{'Suggests'}}, 'locales';



Reply to: