diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0c37696a..f972b73b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ hurd (20130226-3) UNRELEASED; urgency=low * Stop installing the upstream ChangeLog, since it is just a pointer to the pre-Git ChangeLog files. * Install the Debian NEWS file only in the hurd binary. + * hurd: pre-depend on hurd-libs0.3. (Closes: #704998) -- GNU Hurd Maintainers <debian-hurd@lists.debian.org> Sun, 24 Mar 2013 22:47:50 +0100 diff --git a/debian/control b/debian/control index 0dbe2f3f..47557359 100644 --- a/debian/control +++ b/debian/control @@ -26,6 +26,7 @@ Description: GNU Hurd (libraries) 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.11.2-12), netdde (<< 0.0.20121127-2) Suggests: hurd-doc |