This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus-video-z64.
commit 7d0c645e6ceea05ae7e9a327142e7e1a86a543fa Author: Sven Eckelmann <[email protected]> Date: Sat Jan 22 10:56:28 2011 +0100 Remove unneeded patch hurd_os.patch --- debian/changelog | 3 +-- debian/patches/hurd_os.patch | 20 -------------------- debian/patches/series | 1 - 3 files changed, 1 insertion(+), 23 deletions(-) diff --git a/debian/changelog b/debian/changelog index 16a5d8d..260e9ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,9 +7,8 @@ mupen64plus-video-z64 (1.99.4-1) UNRELEASED; urgency=low - Update to DEP5 revision 164 - Update copyright years * debian/patches: - - Add hurd_os.patch, Add GNU/Hurd as operating system with "linux" userland - Add printf_fixup.patch, Correct usage of printf format strings - - Rebase default-optimisations.patch against 1.99.4~hg20100403 + - Rebase default-optimisations.patch against 1.99.4 - Remove upstream merged patches: as-needed.patch, correct_fpr32_mapping.patch, correct_security_printf.patch, debian-archs.patch, dejavu-font.patch, destdir.patch, diff --git a/debian/patches/hurd_os.patch b/debian/patches/hurd_os.patch deleted file mode 100644 index e5b2bcf..0000000 --- a/debian/patches/hurd_os.patch +++ /dev/null @@ -1,20 +0,0 @@ -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 b7d824684c642c3e360e3efaba5c8fda316f7a46..d0a32e26ae83d6ba02cf2e38d91946c88e8f3da2 100644 ---- a/projects/unix/Makefile -+++ b/projects/unix/Makefile -@@ -40,6 +40,11 @@ ifneq ("$(filter GNU hurd,$(UNAME))","") - 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 eb30664..2eb2345 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,2 @@ default-optimisations.patch -hurd_os.patch printf_fixup.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-video-z64.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

