commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd] 01/01: Work around invocations from installation of power-managem


From: Samuel Thibault
Subject: [hurd] 01/01: Work around invocations from installation of power-management packages.
Date: Wed, 12 Nov 2014 12:01:51 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch master
in repository hurd.

commit db54895c77b47ca0615148f650c64f91f58a94a8
Author: Samuel Thibault <address@hidden>
Date:   Wed Nov 12 12:01:01 2014 +0000

    Work around invocations from installation of power-management packages.
---
 debian/changelog                 |  7 +++++++
 debian/patches/MAKEDEV-apm.patch | 16 ++++++++++++++++
 debian/patches/series            |  1 +
 3 files changed, 24 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 34e35e4..97c4851 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+hurd (1:0.5.git20141108-5) unstable; urgency=medium
+
+  * patches/MAKEDEV-apm.patch: Workaround invocations from installation of
+  power-management packages.
+
+ -- Samuel Thibault <address@hidden>  Wed, 12 Nov 2014 12:00:35 +0000
+
 hurd (1:0.5.git20141108-4) unstable; urgency=medium
 
   * patches/git-proc-mounts.patch: Make procfs appear in /proc/mounts, for
diff --git a/debian/patches/MAKEDEV-apm.patch b/debian/patches/MAKEDEV-apm.patch
new file mode 100644
index 0000000..eb53912
--- /dev/null
+++ b/debian/patches/MAKEDEV-apm.patch
@@ -0,0 +1,16 @@
+Workaround invocations from installation of power-management packages.
+
+Index: hurd-debian/sutils/MAKEDEV.sh
+===================================================================
+--- hurd-debian.orig/sutils/MAKEDEV.sh
++++ hurd-debian/sutils/MAKEDEV.sh
+@@ -223,6 +223,9 @@ mkdev() {
+         st $I root 640 /hurd/null
+       ;;
+ 
++      apm)
++        ;;
++
+       *)
+       lose "$I: Unknown device name"
+       ;;
diff --git a/debian/patches/series b/debian/patches/series
index c46e8c6..c5a4bf2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -40,6 +40,7 @@ exec_filename_fix.patch
 mount.patch
 proc_set_init_task.patch
 xkb-compat.patch
+MAKEDEV-apm.patch
 git-vm_map.patch
 git-proc-mounts.patch
 newRPC.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

[Prev in Thread] Current Thread [Next in Thread]