[testu01] 01/01: Slightly Adjusted Imported Debian patch 1.2.3+ds-1
Jerome Benoit
calculus-guest at moszumanska.debian.org
Fri May 22 22:08:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
calculus-guest pushed a commit to branch master
in repository testu01.
commit 5bfc0fd36f10e4456b83b03f120b42158d6f51c8
Author: Jerome Benoit <calculus at rezozer.net>
Date: Fri May 22 23:50:17 2015 +0200
Slightly Adjusted Imported Debian patch 1.2.3+ds-1
---
debian/changelog | 2 +-
debian/control | 3 +++
debian/rules | 12 ++++++------
3 files changed, 10 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d35d7dc..93fdf7d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ testu01 (1.2.3+ds-1) unstable; urgency=medium
* Initial release. (Closes: #596005)
- -- Jerome Benoit <calculus at rezozer.net> Wed, 20 May 2015 13:23:52 +0000
+ -- Jerome Benoit <calculus at rezozer.net> Fri, 22 May 2015 22:07:45 +0000
diff --git a/debian/control b/debian/control
index 6daf07b..756e256 100644
--- a/debian/control
+++ b/debian/control
@@ -96,9 +96,12 @@ Description: testing suite for uniform random number generators -- libdevel
developers using the TestU01 libraries will need.
Package: libtestu01-0-dev-common
+Provides: libtestu01-dev-common
Section: non-free/libdevel
Architecture: all
Depends: ${misc:Depends}
+Recommends: libtestu01-0-dev (= ${binary:Version})
+Conflicts: libtestu01-dev-common
Multi-Arch: foreign
Description: testing suite for uniform random number generators -- headers
TestU01 is a software library, implemented in the ANSI C language, and
diff --git a/debian/rules b/debian/rules
index 8223136..4651f11 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,15 +4,15 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
export ACLOCAL_PATH=/usr/share/gnulib/m4
-## inspired from gsl material
+## inspired from mpfr material
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
-else ifeq ($(DEB_HOST_ARCH), m68k)
- CFLAGS += -O2
-else ifeq ($(DEB_HOST_ARCH), alpha)
- CFLAGS += -O2 -mieee
+else ifeq ($(DEB_HOST_ARCH),alpha)
+ CFLAGS += -mieee
+else ifeq ($(DEB_HOST_ARCH),sha4)
+ CFLAGS += -mieee
else
- CFLAGS += -O3
+ CFLAGS := $(subst -O2,-O3,$(CFLAGS))
endif
default:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/testu01.git
More information about the debian-science-commits
mailing list