From f66ae9d3761820cc553b9510a17572d13b37c5b0 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 30 Oct 2011 21:36:24 +0100 Subject: 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. --- debian/changelog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 8c7dfd90..44c25c15 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,11 +14,19 @@ hurd (20111030-1) UNRELEASED; urgency=low /tmp, as the latter is world-writable. * patches/libpthread_procfs.patch: Add random server. * debian/control, debian/local/setup-translators: Use native random server - instead of random-egd. + 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/local/cdrom.h: Add header for basic CD-ROM ioctl support. * debian/patches/libpthread_globsigdisp.patch,posix-sigcodes.patch: New patches from Jeremie Koenig to enable global signal support. * debian/patches/libpthread_sigmask.patch: Update to global signal support. + * debian/copyright: Fix copyright notice. + * debian/control: + - Drop article from synopsis. + - Tighten hurd-dev dependency on hurd to the same version. -- Samuel Thibault Thu, 18 Aug 2011 01:15:04 +0000 -- cgit v1.2.3 From 02684ea53390cc23da06aa99cf67fc2cc7a90ba8 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 30 Oct 2011 21:39:37 +0100 Subject: close bug about perl sha1 module --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index 44c25c15..f3416703 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ hurd (20111030-1) UNRELEASED; urgency=low * patches/libpthread_procfs.patch: Add 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. + (Closes: bug#637231) * 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 -- cgit v1.2.3 From ce7fb7fffac216476bb287950d463328c34849d7 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 30 Oct 2011 23:26:12 +0100 Subject: debian/local/dmesg: Add script which cat /var/log/dmesg. --- debian/changelog | 1 + debian/hurd.install | 1 + debian/local/dmesg | 2 ++ 3 files changed, 4 insertions(+) create mode 100755 debian/local/dmesg (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index f3416703..3495947a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -28,6 +28,7 @@ hurd (20111030-1) UNRELEASED; urgency=low * debian/control: - Drop article from synopsis. - Tighten hurd-dev dependency on hurd to the same version. + * debian/local/dmesg: Add script which cat /var/log/dmesg. -- Samuel Thibault Thu, 18 Aug 2011 01:15:04 +0000 diff --git a/debian/hurd.install b/debian/hurd.install index 63e8d02e..0c14f6e8 100644 --- a/debian/hurd.install +++ b/debian/hurd.install @@ -1,4 +1,5 @@ debian/local/setup-translators usr/lib/hurd +debian/local/dmesg bin debian/tmp/lib/*.so.* debian/tmp/lib/hurd/console/*.so.* usr/lib/hurd/console debian/tmp/hurd/* diff --git a/debian/local/dmesg b/debian/local/dmesg new file mode 100755 index 00000000..0310d0c2 --- /dev/null +++ b/debian/local/dmesg @@ -0,0 +1,2 @@ +#!/bin/sh +exec cat /var/log/dmesg -- cgit v1.2.3