[mupen64plus-core] 35/310: Add GNU/Hurd as operating system with "linux" userland

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 05:57:02 UTC 2015


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

ecsv-guest pushed a commit to branch armhf_test
in repository mupen64plus-core.

commit db85bc25bc0bd0928e75578321064f440fc2545b
Author: Sven Eckelmann <sven.eckelmann at gmx.de>
Date:   Tue Jul 13 20:11:33 2010 +0200

    Add GNU/Hurd as operating system with "linux" userland
---
 debian/changelog             |  1 +
 debian/patches/hurd_os.patch | 18 ++++++++++++++++++
 debian/patches/series        |  1 +
 3 files changed, 20 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 520ecff..545136f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ mupen64plus-core (1.99.4~hg20100511-1) UNRELEASED; urgency=low
       rice-ati-symbols.patch, link_gdk.patch
     - Rebase default-optimisations.patch and dejavu-font.patch against
       1.99.4~hg20100511
+    - Add hurd_os.patch, Add GNU/Hurd as operating system with "linux" userland
   * Convert to 3.0 (quilt) source format
   * debian/control:
     - Remove unneeded build dependency to quilt
diff --git a/debian/patches/hurd_os.patch b/debian/patches/hurd_os.patch
new file mode 100644
index 0000000..0fed132
--- /dev/null
+++ b/debian/patches/hurd_os.patch
@@ -0,0 +1,18 @@
+Description: Add GNU/Hurd as operating system with "linux" userland
+Author: Sven Eckelmann <sven.eckelmann at gmx.de>
+
+---
+diff --git a/projects/unix/Makefile b/projects/unix/Makefile
+index ddcf56543fc3a4f1f565309e1c6be620cd2f8ba5..af9ae714db546894cec458db67f30d643a8442b2 100644
+--- a/projects/unix/Makefile
++++ b/projects/unix/Makefile
+@@ -30,6 +30,9 @@ endif
+ ifeq ("$(UNAME)","linux")
+   OS = LINUX
+ endif
++ifneq ("$(filter GNU hurd,$(UNAME))","")
++  OS = LINUX
++endif
+ ifeq ("$(UNAME)","Darwin")
+   OS = OSX
+ endif
diff --git a/debian/patches/series b/debian/patches/series
index ac97675..3a0747c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 default-optimisations.patch
 dejavu-font.patch
+hurd_os.patch

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



More information about the Pkg-games-commits mailing list