summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-10-30 21:36:24 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-10-30 21:36:24 +0100
commitf66ae9d3761820cc553b9510a17572d13b37c5b0 (patch)
tree4b477a2930858562e73baae2bcd6bcc6f373e72e /debian/control
parentff43bea1cce880df9c36eca95cbd784970b552f7 (diff)
Use native random server
* debian/control, debian/local/setup-translators: Use native random server set on /dev/u?random-hurd instead of random-egd on /dev/u?random. * debian/hurd.{postinst,prerm}: Handle alternative for /dev/u?random, default to u?random-hurd. * debian/hurd.lintian-overrides: Override warnings about the /dev/u?random mangling. * debian/copyright: Fix copyright notice. * debian/control: - Drop article from synopsis. - Tighten hurd-dev dependency on hurd to the same version.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control16
1 files changed, 8 insertions, 8 deletions
diff --git a/debian/control b/debian/control
index 969dc9e9..96b4ae16 100644
--- a/debian/control
+++ b/debian/control
@@ -19,11 +19,11 @@ Essential: yes
Depends: ${misc:Depends}, sysv-rc, ${shlibs:Depends}
Breaks: gnumach (<< 2:1.3.99.dfsg.cvs20070526-1), libc0.3 (<< 2.11.2-12)
Suggests: hurd-doc
-Provides: makedev, login, random-egd
+Provides: makedev, login
Replaces: makedev, login, random-egd
-Conflicts: makedev, login, random-egd
+Conflicts: makedev, login
Architecture: hurd-i386
-Description: The GNU Hurd
+Description: GNU Hurd
This is the GNU Hurd package. It contains essential system software and
libraries.
@@ -31,11 +31,11 @@ Package: hurd-dev
Priority: standard
Section: libdevel
Architecture: hurd-i386
-Depends: ${misc:Depends}, hurd
+Depends: ${misc:Depends}, hurd (= ${binary:Version})
Provides: libsem-dev
Replaces: libsem-dev
Conflicts: libsem-dev
-Description: The GNU Hurd (development files)
+Description: GNU Hurd (development files)
This package includes the header files and the static libraries.
Package: hurd-dbg
@@ -43,7 +43,7 @@ Priority: extra
Section: debug
Architecture: hurd-i386
Depends: ${misc:Depends}, hurd (= ${binary:Version})
-Description: The GNU Hurd (debugging files)
+Description: GNU Hurd (debugging files)
This package includes the unstripped binaries and libraries.
Package: hurd-doc
@@ -52,7 +52,7 @@ Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: hurd (>= ${source:Version})
-Description: The GNU Hurd manual
+Description: GNU Hurd manual
This package includes the manual in info and HTML format.
Package: hurd-udeb
@@ -62,6 +62,6 @@ Section: debian-installer
Architecture: hurd-i386
Depends: ${misc:Depends}
Provides: hurd, ext2-modules, fat-modules, ipv6-modules, isofs-modules, loop-modules, mouse-modules, nfs-modules, socket-modules, ufs-modules
-Description: The GNU Hurd - udeb
+Description: GNU Hurd - udeb
This is the GNU Hurd udeb package. It contains essential system software and
libraries.