diff options
author | Michael Banck <mbanck@debian.org> | 2007-05-05 15:19:48 +0000 |
---|---|---|
committer | Michael Banck <mbanck@debian.org> | 2007-05-05 15:19:48 +0000 |
commit | 2c30dff947e6060a4d96c576b430f48b383dc6f2 (patch) | |
tree | 148d6f1bc86f48c4f3198c6cd1532aecb85a1fc5 /debian | |
parent | 46369dcf4a8b1a9454640d7886709d3a02f4e98e (diff) |
Build-Depend on libc0.3-dev, not libc0.3.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 7c7aecae..cf272c41 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,7 @@ hurd (20060825-2+SVN) unreleased; urgency=low * debian/local/soundcard.h: Updated by Samuel Thibault. * debian/patches/pthread_mutex_strong_alias.patch: New patch by Samuel Thibault. (Closes: #407208) - * debian/control (Build-Depends): Added libc0.3 (>= 2.5-5). + * debian/control (Build-Depends): Added libc0.3-dev (>= 2.5-5). * debian/copyright: Clarify that the package is maintained by the Debian GNU Hurd maintainers and no longer by upstream. * debian/patches/glibc_stat_updates.patch: New patch, updates for diff --git a/debian/control b/debian/control index 032560f9..7c3b4412 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: base Priority: required Maintainer: GNU Hurd Maintainers <debian-hurd@lists.debian.org> Standards-Version: 3.6.1.0 -Build-Depends: mig (>= 1.3-2), gnumach-dev (>= 1:20060826.dfsg.1-1), libc0.3 (>= 2.5-5), texinfo, texi2html, libncursesw5-dev, cdbs, debhelper (>= 4.2.0) +Build-Depends: mig (>= 1.3-2), gnumach-dev (>= 1:20060826.dfsg.1-1), libc0.3-dev (>= 2.5-5), texinfo, texi2html, libncursesw5-dev, cdbs, debhelper (>= 4.2.0) Uploaders: Jeff Bailey <jbailey@raspberryginger.com>, Marcus Brinkmann <brinkmd@debian.org>, Neal H. Walfield <neal@debian.org>, Michael Banck <mbanck@debian.org> Package: hurd |