[thepeg] 04/17: drop check on the s390, doesn't exist anymore (and I'd expect it to have more than enough RAM for everything…

Mattia Rizzolo mattia at debian.org
Wed Mar 8 23:26:27 UTC 2017


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

mattia pushed a commit to branch master
in repository thepeg.

commit 752a6d67361b7c2a24b1d7a5e29fffe41420a66b
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Wed Mar 8 23:20:54 2017 +0100

    drop check on the s390, doesn't exist anymore (and I'd expect it to have more than enough RAM for everything…
    
    Gbp-Dch: Ignore
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 debian/changelog | 2 +-
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 55b5fb7..d05f373 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,7 +9,7 @@ thepeg (1.8.0-2) unstable; urgency=medium
   * debian/control:
     + Add time to Build-Depends.
     + Add graphviz to Build-Depends-Indep.
-  * Don't link against LHAPDF on hurd-i386, mips* and s390. ThePEG requires
+  * Don't link against LHAPDF on hurd-i386, mips and mipsel. ThePEG requires
     more than 2GB to load libLHAPDF.so to generate ThePEGDefaults.rpo, but
     Debian buildds of these architectures doesn't have enough RAM.
   * Remove lhapdf-tests.patch: lhapdf-pdfsets-minimal now ships PDF sets
diff --git a/debian/rules b/debian/rules
index fcc508b..a271eac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ CFG := --prefix=/usr \
 
 DEB_BUILD_ARCH     ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
-ifeq (,$(findstring $(DEB_BUILD_ARCH), hurd-i386 mips mipsel s390))
+ifeq (,$(findstring $(DEB_BUILD_ARCH), hurd-i386 mips mipsel))
 CFG += --with-LHAPDF=$(LIBPATH)
 else
 CFG += --with-LHAPDF=no

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/thepeg.git



More information about the debian-science-commits mailing list