diff options
-rw-r--r-- | debian/changelog | 14 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 4d115a7c..208f77d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +hurd (1:0.5.git20140326-2) UNRELEASED; urgency=medium + + * control: bump gnumach-dev dependency to get mutable memory object types + translation functions. + + -- Samuel Thibault <sthibault@debian.org> Wed, 26 Mar 2014 13:12:42 +0100 + +hurd (1:0.5.git20140326-1) unstable; urgency=medium + + * New upstream snapshot. + - Fixes kvm hang on console startup (Closes: #742392) + + -- Samuel Thibault <sthibault@debian.org> Wed, 26 Mar 2014 03:15:30 +0000 + hurd (1:0.5.git20140320-1) unstable; urgency=medium * New upstream snapshot. diff --git a/debian/control b/debian/control index 8dfd7135..8b456850 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: admin Priority: required Maintainer: GNU Hurd Maintainers <debian-hurd@lists.debian.org> Standards-Version: 3.9.5 -Build-Depends: mig (>= 1.4-2), gnumach-dev (>= 2:1.3.99.dfsg.cvs20070526), +Build-Depends: mig (>= 1.4-2), gnumach-dev (>= 1.4-9), libc0.3-dev (>= 2.17-94~), texinfo, libncursesw5-dev, debhelper (>= 7.0.50~), gcc-4.7, autoconf, dh-autoreconf, libparted-dev, libpciaccess-dev, libx11-dev, x11proto-core-dev, pkg-config, |