This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch armhf_test in repository mupen64plus-rsp-hle.
commit b82d07d148ec0db78497c0243493a03f65bf45ce Author: Sven Eckelmann <[email protected]> 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 98ca298..1b9cb96 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,7 @@ mupen64plus-rsp-hle (1.99.4~hg20100511-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~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..6b66a4f --- /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 <[email protected]> + +--- +diff --git a/projects/unix/Makefile b/projects/unix/Makefile +index bd994b49e377a38af317dda17d2b51f899ecc821..7d3be633676369092a750e8c6db4a569d8592eba 100644 +--- a/projects/unix/Makefile ++++ b/projects/unix/Makefile +@@ -34,6 +34,11 @@ ifeq ("$(UNAME)","linux") + SO_EXTENSION = so + SHARED = -shared + endif ++ifneq ("$(filter GNU hurd,$(UNAME))","") ++ OS = LINUX ++ SO_EXTENSION = so ++ SHARED = -shared ++endif + ifeq ("$(UNAME)","Darwin") + OS = OSX + SO_EXTENSION = dylib 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-rsp-hle.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

