diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 36 | ||||
-rw-r--r-- | debian/control | 7 |
2 files changed, 35 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog index 1fda6eb0..caf3c9cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,37 @@ -hurd (1:0.5.git20140526-3) UNRELEASED; urgency=medium +hurd (1:0.5.git20141108-3) unstable; urgency=medium + + * control: + - Bump gnumach and mig build-depends to get protected payload support. + - Add Built-Using fields. + - Add uuid-dev and libblkid-dev Build-Depends. + * rules: fill built-using field. + * patches/git-R-protected-payloads.patch: Reapply upstream commit, protected + payload support is fixed. + * patches/git-vm_map.patch: Fix vm_map call with odd vm_map kernel behavior. + * local/setup-translators: Fix inet6 socket creation. + + -- Samuel Thibault <sthibault@debian.org> Sun, 09 Nov 2014 23:49:01 +0000 + +hurd (1:0.5.git20141108-2) unstable; urgency=medium - [ Samuel Thibault ] - * patches/git-random_buffer.patch: Fix random translator crash during - heimdal testsuite. * control: Add zlib1g-dev and libbz2-dev build dependencies. + * Bump Standards-Version to 3.9.6 (no changes). + * local/finish-install.d/51hurd_config-target-network: Remove, useless now + that we use Debian's ifup/ifdown. + * local/setup-translators: Also setup /servers/socket/26. + + -- Samuel Thibault <sthibault@debian.org> Sun, 09 Nov 2014 11:07:34 +0000 + +hurd (1:0.5.git20141108-1) unstable; urgency=medium + + * New upstream snapshot. + - Fix random translator crash during heimdal testsuite. + - patches/newRPC.patch: Update. + - patches/git-R-protected-payloads.patch: Revert upstream commit, breaks + mach-defpager startup. + - Closes: #752237 - -- Samuel Thibault <sthibault@debian.org> Tue, 27 May 2014 22:06:43 +0200 + -- Samuel Thibault <sthibault@debian.org> Sun, 09 Nov 2014 02:22:38 +0000 hurd (1:0.5.git20140526-2) unstable; urgency=medium diff --git a/debian/control b/debian/control index d871b242..b4e5f4d6 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,13 @@ Source: hurd 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 (>= 1.4-10), +Standards-Version: 3.9.6 +Build-Depends: mig (>= 1.4-3~), gnumach-dev (>= 1.4+git20141109~), libc0.3-dev (>= 2.17-94~), texinfo, libncursesw5-dev, debhelper (>= 7.0.50~), autoconf, dh-autoreconf, libparted-dev, libpciaccess-dev, libx11-dev, x11proto-core-dev, pkg-config, xkb-data, gawk, flex, bison, autotools-dev, libdaemon-dev, libpcap0.8-dev, - zlib1g-dev, libbz2-dev, + zlib1g-dev, libbz2-dev, uuid-dev, libblkid-dev Uploaders: Michael Banck <mbanck@debian.org>, Samuel Thibault <sthibault@debian.org> Homepage: http://www.gnu.org/software/hurd/hurd.html @@ -30,6 +30,7 @@ Essential: yes Pre-Depends: hurd-libs0.3 Depends: ${misc:Depends}, hurd-libs0.3 (= ${binary:Version}), sysv-rc, netdde (>= 0.0.20120518~), ${shlibs:Depends}, xkb-data Breaks: gnumach (<< 2:1.3.99.dfsg.cvs20070526-1), libc0.3 (<< 2.18-0experimental1), netdde (<< 0.0.20121127-2) +Built-Using: ${built-using} Suggests: hurd-doc Recommends: bf-utf-source Provides: makedev, login, console-driver-xkb |