[dreamchess] 70/80: Drop the pthread patch since it is no longer needed

Markus Koschany apo-guest at moszumanska.debian.org
Mon Nov 9 20:26:33 UTC 2015


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

apo-guest pushed a commit to branch master
in repository dreamchess.

commit 55bcc2d71d6bfe2d6f5625748d9c51fb6b26a090
Author: Paul Wise <pabs at debian.org>
Date:   Fri Mar 25 04:32:37 2011 +0000

    Drop the pthread patch since it is no longer needed
---
 debian/changelog                 |  1 +
 debian/patches/add-lpthread.diff | 15 ---------------
 debian/patches/series            |  1 -
 3 files changed, 1 insertion(+), 16 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4116d55..8ddde22 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ dreamchess (0.2.0-3) UNRELEASED; urgency=low
   * Forward the patches upstream and add DEP-3 headers 
   * Enable audio using SDL mixer
   * Improve the package descriptions
+  * Drop the pthread patch since it is no longer needed
 
  -- Paul Wise <pabs at debian.org>  Fri, 25 Mar 2011 08:26:43 +0800
 
diff --git a/debian/patches/add-lpthread.diff b/debian/patches/add-lpthread.diff
deleted file mode 100644
index 8cb5c60..0000000
--- a/debian/patches/add-lpthread.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-Author: Gonéri Le Bouder <goneri at rulezlan.org>
-Description: Fix libmxml detection, needs pthread
-Bug: http://developer.berlios.de/patch/?func=detailpatch&patch_id=3141&group_id=1625
---- a/configure.ac
-+++ b/configure.ac
-@@ -293,7 +293,8 @@
- fi
- 
- AC_CHECK_HEADER([mxml.h], [], [AC_MSG_ERROR([Cannot find Mini-XML header file.])])
--AC_CHECK_LIB(mxml, mxmlLoadFile, [], [AC_MSG_ERROR([Cannot find Mini-XML library.])])
-+AC_CHECK_LIB(pthread, pthread_create, PTHREAD_LIB="-lpthread")
-+AC_CHECK_LIB(mxml, mxmlLoadFile, [MXML_LIB="lmxml"], [AC_MSG_ERROR([Cannot find Mini-XML library.])], [${PTHREAD_LIB}])
- 
- AM_CONDITIONAL(BEOS_RC, test x"$beos_rc" = x"yes")
- AC_SUBST(DREAMCHESS_LIBS)
diff --git a/debian/patches/series b/debian/patches/series
index 9690fed..dd923a8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-add-lpthread.diff
 link-with-libm.patch

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



More information about the Pkg-games-commits mailing list