diff options
| author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-08-28 15:00:56 +0200 |
|---|---|---|
| committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-08-28 15:00:56 +0200 |
| commit | ab6e352c9674b7bfbab5d9de77962a31958006b4 (patch) | |
| tree | 303f57006bdaf66e5d63eb2befb56720b14fbbed | |
| parent | e48835636d9e4623ce4398fb8ea9e9ace1b9629f (diff) | |
sync control and changelog
| -rw-r--r-- | debian/changelog | 13 | ||||
| -rw-r--r-- | debian/control | 12 |
2 files changed, 18 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index 7e786038..1fda6eb0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,18 @@ -hurd (1:0.5.git20140526-2) UNRELEASED; urgency=medium +hurd (1:0.5.git20140526-3) UNRELEASED; 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. + + -- Samuel Thibault <sthibault@debian.org> Tue, 27 May 2014 22:06:43 +0200 + +hurd (1:0.5.git20140526-2) unstable; urgency=medium [ Gabriele Giacone ] * patches/mount-bind.patch: Fix uninitialized value. - -- Samuel Thibault <sthibault@debian.org> Tue, 27 May 2014 22:06:43 +0200 + -- Samuel Thibault <samuel.thibault@ens-lyon.org> Tue, 27 May 2014 20:08:08 +0000 hurd (1:0.5.git20140526-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index c482afd3..d871b242 100644 --- a/debian/control +++ b/debian/control @@ -3,11 +3,12 @@ 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-9), - libc0.3-dev (>= 2.18-5), texinfo, libncursesw5-dev, - debhelper (>= 7.0.50~), gcc-4.7, autoconf, dh-autoreconf, +Build-Depends: mig (>= 1.4-2), gnumach-dev (>= 1.4-10), + 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 + xkb-data, gawk, flex, bison, autotools-dev, libdaemon-dev, libpcap0.8-dev, + zlib1g-dev, libbz2-dev, Uploaders: Michael Banck <mbanck@debian.org>, Samuel Thibault <sthibault@debian.org> Homepage: http://www.gnu.org/software/hurd/hurd.html @@ -18,6 +19,7 @@ Package: hurd-libs0.3 Section: libs Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} +Breaks: netdde (<< 0.0.20121127-3+) Architecture: hurd-any Multi-Arch: same Description: GNU Hurd (libraries) @@ -27,7 +29,7 @@ Package: hurd 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-5), netdde (<< 0.0.20121127-2) +Breaks: gnumach (<< 2:1.3.99.dfsg.cvs20070526-1), libc0.3 (<< 2.18-0experimental1), netdde (<< 0.0.20121127-2) Suggests: hurd-doc Recommends: bf-utf-source Provides: makedev, login, console-driver-xkb |
