This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus-video-glide64.
commit 01ee9e7e8fa3771423012efa2849bd93da773693 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 b063b66..1f70037 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,7 @@ mupen64plus-video-glide64 (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..a9de306 --- /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 24e68a36ce46053da66aff336d1876545eeb0fad..9e4a873e27ceafea5485331dbeb22ed117351b90 100644 +--- a/projects/unix/Makefile ++++ b/projects/unix/Makefile +@@ -35,6 +35,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-video-glide64.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

