[mupen64plus-audio-sdl] 24/163: Add GNU/Hurd as operating system with "linux" userland

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 05:53:03 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-audio-sdl.

commit c727b1f5872c2bb0a8c982afa94863af5ad5e75f
Author: Sven Eckelmann <sven.eckelmann at gmx.de>
Date:   Tue Jul 13 19:52:47 2010 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 55f8e16..ec704d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ mupen64plus-audio-sdl (1.99.4~hg20100403-1) UNRELEASED; urgency=low
       rice_fog.patch, ftbfs-gvariant-type-conflicts.patch,
       dont-install-unneeded.patch, rice-ati-symbols.patch, link_gdk.patch
     - Rebase default-optimisations.patch against 1.99.4~hg20100403
+    - 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..401aed6
--- /dev/null
+++ b/debian/patches/hurd_os.patch
@@ -0,0 +1,20 @@
+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 0d951d3789990a9120c86b7db79ed803aecb77a2..de110d6a522bfaff2e1c6d28857f9995be2ae262 100644
+--- a/projects/unix/Makefile
++++ b/projects/unix/Makefile
+@@ -34,6 +34,11 @@ ifeq ("$(UNAME)","linux")
+   SHARED = -shared
+   SO_EXTENSION = so
+ endif
++ifneq ("$(filter GNU hurd,$(UNAME))","")
++  OS = LINUX
++  SHARED = -shared
++  SO_EXTENSION = so
++endif
+ ifeq ("$(UNAME)","Darwin")
+   OS = OSX
+   SHARED = -bundle
diff --git a/debian/patches/series b/debian/patches/series
index e164d80..16e335d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 default-optimisations.patch
+hurd_os.patch

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



More information about the Pkg-games-commits mailing list