diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/hurd.install | 1 | ||||
-rwxr-xr-x | debian/local/dmesg | 2 |
3 files changed, 4 insertions, 0 deletions
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 <sthibault@debian.org> 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 |