This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch master in repository hurd.
commit 5e97b0d6cfa8fb04648f6c790ec27215a63f438c Author: Samuel Thibault <[email protected]> Date: Sun Oct 23 23:29:35 2016 +0000 control: Add missing lsb-base dependency --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7c468ae..7514cc4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ hurd (1:0.8.git20161023-1) unstable; urgency=medium * patches/{libexec.patch,startup-usr-support.patch}: Update for runsystem.hurd. Closes: Bug#836529. * control: Don't build hurd-prof in noprof build profile. + * control: Add missing lsb-base dependency. [ Kalle Olavi Niemitalo ] * patches/exec_filename_rpctrace.patch: rpctrace: Pass prefixed_name to diff --git a/debian/control b/debian/control index 9310954..8842bff 100644 --- a/debian/control +++ b/debian/control @@ -29,7 +29,7 @@ Description: GNU Hurd (libraries) Package: hurd Essential: yes Pre-Depends: hurd-libs0.3 -Depends: ${misc:Depends}, hurd-libs0.3 (= ${binary:Version}), sysv-rc <!stage3>, netdde (>= 0.0.20120518~) <!stage3>, ${shlibs:Depends}, xkb-data <!stage3> +Depends: ${misc:Depends}, lsb-base (>= 3.0-6), hurd-libs0.3 (= ${binary:Version}), sysv-rc <!stage3>, netdde (>= 0.0.20120518~) <!stage3>, ${shlibs:Depends}, xkb-data <!stage3> Breaks: gnumach (<< 2:1.3.99.dfsg.cvs20070526-1), libc0.3 (<< 2.19-15~), netdde (<< 0.0.20121127-2) Built-Using: ${built-using} Suggests: hurd-doc -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git
