diff options
author | Samuel Thibault <sthibault@debian.org> | 2009-02-24 01:16:25 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2009-02-24 01:16:25 +0000 |
commit | 34c50839ff6f4d7515271f88cbca68ea48a91b04 (patch) | |
tree | 0f4ce4ef0db0917368c0a84587895a06e33504e0 | |
parent | 43ba2af621b8d35313bc98c75fbf9c477e3fe158 (diff) |
* debian/patches/in6_addr.patch: New patch to fix compilation under libc 2.9.
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/patches/series | 1 |
3 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index f6696154..98fdc0f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -39,6 +39,9 @@ hurd (20080921-1) UNRELEASED; urgency=low * debian/patches/libpthread_rwlock_initializer.patch: New patch, add missing PTHREAD_RWLOCK_INITIALIZER. * debian/patches/stat-fix.patch: New patch, fixes some timestamp issues. + * debian/patches/in6_addr.patch: New patch to fix compilation under libc + 2.9. + * debian/control (Build-Depends): Bump libc0.3-dev to (>= 2.9). -- Michael Banck <mbanck@debian.org> Sat, 13 Sep 2008 23:43:27 +0200 diff --git a/debian/control b/debian/control index 0cdea91c..e6087ce9 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: required Maintainer: GNU Hurd Maintainers <debian-hurd@lists.debian.org> Standards-Version: 3.7.3 Build-Depends: mig (>= 1.3-2), gnumach-dev (>= 2:1.3.99.dfsg.cvs20070526-1), - libc0.3-dev (>= 2.6-3), texinfo, texi2html, libncursesw5-dev, cdbs, quilt + libc0.3-dev (>= 2.9), texinfo, texi2html, libncursesw5-dev, cdbs, quilt debhelper (>= 4.2.0), gcc-4.2 Uploaders: Jeff Bailey <jbailey@raspberryginger.com>, Marcus Brinkmann <brinkmd@debian.org>, Neal H. Walfield <neal@debian.org>, diff --git a/debian/patches/series b/debian/patches/series index 4223c783..a6add4cb 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -21,3 +21,4 @@ tmp_exec_startup.patch -p0 ttys.patch -p1 uptime_w_path_fix.patch -p1 stat-fix.patch -p0 +in6_addr.patch -p1 |