summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/hurd.install1
-rwxr-xr-xdebian/local/dmesg2
3 files changed, 0 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index a9747be6..f4c49edf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,7 +28,6 @@ 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.
* debian/hurd-udeb.install: Only include the necessary console drivers.
-- Samuel Thibault <sthibault@debian.org> Thu, 18 Aug 2011 01:15:04 +0000
diff --git a/debian/hurd.install b/debian/hurd.install
index 0c14f6e8..63e8d02e 100644
--- a/debian/hurd.install
+++ b/debian/hurd.install
@@ -1,5 +1,4 @@
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
deleted file mode 100755
index 0310d0c2..00000000
--- a/debian/local/dmesg
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec cat /var/log/dmesg