diff options
| author | Pino Toscano <pino@debian.org> | 2013-02-27 23:46:01 +0100 |
|---|---|---|
| committer | Pino Toscano <pino@debian.org> | 2013-02-27 23:46:01 +0100 |
| commit | 80c9c11de0fa03ea7b21ed64339dc57c48e1512a (patch) | |
| tree | 30a6b68c3053dd4e355e1e9f8c670124cabc89bd | |
| parent | 1c29b92f4af77ab9ecb9520eb72f613f4fd2ff72 (diff) | |
hurd-doc: update suggests
- Remove hurd (a bit pointless, since it is essential).
- Add www-browser (for the HTML documentation).
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 65ec891c..5daac91f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,9 @@ hurd (20130226-2) UNRELEASED; urgency=low * Move /bin/timertest and /bin/fstests from hurd to hurd-dev, since they are development-related utilities; add proper breaks/replaces. * Remove the libsem-dev conflicts/replaces/provides from hurd-dev, obsolete. + * Update the hurd-doc suggests: + - Remove hurd (a bit pointless, since it is essential). + - Add www-browser (for the HTML documentation). -- Samuel Thibault <sthibault@debian.org> Tue, 26 Feb 2013 23:51:12 +0100 diff --git a/debian/control b/debian/control index 83ea961d..90d4ac38 100644 --- a/debian/control +++ b/debian/control @@ -52,7 +52,7 @@ Priority: optional Section: doc Architecture: all Depends: ${misc:Depends} -Suggests: hurd (>= ${source:Version}) +Suggests: www-browser Description: GNU Hurd manual This package includes the manual in info and HTML format. |
