diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-02-27 15:16:39 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-02-27 15:16:39 +0100 |
commit | e0eea093d2577be6c9fe5bb4a52a56027514ede0 (patch) | |
tree | 810791e8dfa13bf6db293b38905ba9408c4169f0 /debian | |
parent | 85c50f64c640adc961ad65e5e54fc720a0dcfdf1 (diff) |
debian/control: Break old gnumach packages
instead of depending on them.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 83f704a5..68f42790 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,7 +12,8 @@ hurd (20110227-1) UNRELEASED; urgency=low * debian/patches/ext2fs_nowait.patch: Avoid systematically waiting for all disk writes, as it slows us down awfully. * debian/control: Recommend random-egd, to provide /dev/*random - (Closes: Bug#558664). + (Closes: Bug#558664). Break old gnumach packages, instead of depending on + them. [ Justus Winter ] * debian/hurd.{postinst,postrm}: Add/remove loginpr shell and login user with @@ -20,7 +21,7 @@ hurd (20110227-1) UNRELEASED; urgency=low convention, in particular for remote telnet access... (Closes: Bug#556522) - -- Samuel Thibault <sthibault@debian.org> Sun, 16 Jan 2011 14:34:16 +0100 + -- Samuel Thibault <sthibault@debian.org> Sun, 27 Feb 2011 15:15:57 +0100 hurd (20100926-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 005cb615..9b67d23a 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,8 @@ Vcs-Git: git://git.debian.org/pkg-hurd/hurd.git Package: hurd Essential: yes -Depends: ${misc:Depends}, gnumach (>= 2:1.3.99.dfsg.cvs20070526-1), sysv-rc, ${shlibs:Depends} +Depends: ${misc:Depends}, sysv-rc, ${shlibs:Depends} +Breaks: gnumach (<< 2:1.3.99.dfsg.cvs20070526-1) Recommends: random-egd Suggests: hurd-doc Provides: makedev, login |