r43847 - in /packages/gmp/trunk/debian: changelog gmp.h

smr at users.alioth.debian.org smr at users.alioth.debian.org
Thu Sep 1 03:28:21 UTC 2011


Author: smr
Date: Thu Sep  1 03:28:20 2011
New Revision: 43847

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=43847
Log:
Add case for s390x.

Modified:
    packages/gmp/trunk/debian/changelog
    packages/gmp/trunk/debian/gmp.h

Modified: packages/gmp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/gmp/trunk/debian/changelog?rev=43847&op=diff
==============================================================================
--- packages/gmp/trunk/debian/changelog (original)
+++ packages/gmp/trunk/debian/changelog Thu Sep  1 03:28:20 2011
@@ -1,3 +1,9 @@
+gmp (2:5.0.2+dfsg-2) UNRELEASED; urgency=low
+
+  * gmp.h: Add case for s390x.
+
+ -- Steve M. Robbins <smr at debian.org>  Wed, 31 Aug 2011 22:27:54 -0500
+
 gmp (2:5.0.2+dfsg-1) unstable; urgency=low
 
   * New upstream version.  Closes: #627012.

Modified: packages/gmp/trunk/debian/gmp.h
URL: http://svn.debian.org/wsvn/debian-science/packages/gmp/trunk/debian/gmp.h?rev=43847&op=diff
==============================================================================
--- packages/gmp/trunk/debian/gmp.h (original)
+++ packages/gmp/trunk/debian/gmp.h Thu Sep  1 03:28:20 2011
@@ -55,6 +55,8 @@
 #include "gmp-ppc64.h"
 #elif defined(__powerpc__)
 #include "gmp-ppc.h"
+#elif defined(__s390x__)
+#include "gmp-s390x.h"
 #elif defined(__s390__)
 #include "gmp-s390.h"
 #elif defined(__sh__)




More information about the debian-science-commits mailing list