[openturns] 02/02: Reintroduce changes between 1.9-2 and 1.9-5

Denis Barbier barbier at moszumanska.debian.org
Mon Nov 20 00:55:24 UTC 2017


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

barbier pushed a commit to branch next
in repository openturns.

commit 762a22bdef4b2e849a20b852f4b16020716fc4b7
Author: Denis Barbier <bouzim at gmail.com>
Date:   Sun Nov 19 21:36:44 2017 +0100

    Reintroduce changes between 1.9-2 and 1.9-5
---
 debian/changelog | 23 +++++++++++++++++++++++
 debian/copyright | 10 ++++------
 debian/rules     |  5 ++++-
 3 files changed, 31 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6d4a523..c47f5af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,29 @@ openturns (1.10~rc1-1) experimental; urgency=low
 
  -- Denis Barbier <barbier at debian.org>  Mon, 11 Oct 2017 18:14:47 +0200
 
+openturns (1.9-5) unstable; urgency=medium
+
+  * debian/patches/discard-levelsetmesher-test.patch:  This test fails
+    on many non-Intel ports, discard it for now.
+
+ -- Denis Barbier <barbier at debian.org>  Mon, 20 Nov 2017 00:25:04 +0100
+
+openturns (1.9-4) unstable; urgency=medium
+
+  * Upload into unstable
+  * This version builds with Python 3.6 without change. Closes: #881706
+
+ -- Denis Barbier <barbier at debian.org>  Sun, 19 Nov 2017 16:53:02 +0100
+
+openturns (1.9-3) experimental; urgency=medium
+
+  * debian/copyright: Minor updates
+  * debian/rules: use SOURCE_DATE_EPOCH for reproducible builds
+  * debian/libopenturns-dev.install: Do not install openturns-config,
+    this script is obsolete.
+
+ -- Denis Barbier <barbier at debian.org>  Fri, 25 Aug 2017 23:23:45 +0200
+
 openturns (1.9-2) experimental; urgency=medium
 
   * debian/control: Remove Christophe from Uploaders.
diff --git a/debian/copyright b/debian/copyright
index c50cc84..2e7d57a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,17 +5,15 @@ Source: http://switch.dl.sourceforge.net/sourceforge/openturns/
 Debianized-By: Christophe Prud'homme <prudhomm at debian.org>
 Debianized-Date: Sun, 06 Jul 2008 18:12:15 +0200.
 Comment: hmat-oss authors gave written permission to link their library
- (GPLv3) with OpenTURNS.
+ (GPLv3) with OpenTURNS, see COPYING.hmat.
 
 Files: *
-Copyright: Copyright (C) 2005-2013 Électricité de France (EDF),
-  Copyright (C) 2005-2013 European Aeronautic Defence and Space
-  company (EADS), Copyright (C) 2005-2013 Phimeca
+Copyright: Copyright (C) 2005-2017 Airbus-EDF-IMACS-Phimeca
 License: LGPL-3+
 
 Files: debian/*
 Copyright: 2008 Christophe Prud'homme,
- 2012-2013 Denis Barbier
+ 2012-2017 Denis Barbier
 License: GPL-2
 
 Files: lib/include/pthread_win32/*.h
@@ -56,7 +54,7 @@ Files: lib/src/Uncertainty/Distribution/KolmogorovSmirnovDist.*
 Copyright: 2010 Université de Montréal, Richard Simard and Pierre L'Ecuyer
 License: GPL-3
 Comment: Author gave written permission to embed these files into
- OpenTURNS, see lib/COPYING.KolmogorovSmirnovDist
+ OpenTURNS, see COPYING.KolmogorovSmirnovDist
 
 License: BSD-3-clause
  Redistribution and use in source and binary forms, with or without
diff --git a/debian/rules b/debian/rules
index f10dfd2..6e6133c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,6 +43,8 @@ PYVER = $(shell pyversions -d)
 PY3VER = $(shell py3versions -d)
 PYALL = $(PYVER) $(PY3VER)
 
+BUILD_DATE = $(shell date --utc --date="@$(SOURCE_DATE_EPOCH)" "+%a, %d %b %Y %H:%M:%S %z")
+
 %:
 ifneq (,$(findstring $(shell dpkg-architecture -qDEB_HOST_ARCH), mips mipsel))
 	$(error This package requires more than 1GB RAM; do not build on mips/mipsel)
@@ -51,13 +53,14 @@ endif
 
 debian/tmp/usr/lib/R/site-library/rot:
 	-mkdir -p $(debRlib)
-	R CMD INSTALL --library=$(debRlib) utils/rot_1.4.6.tar.gz
+	R CMD INSTALL --library=$(debRlib) --built-timestamp='$(BUILD_DATE)' utils/rot_1.4.6.tar.gz
 
 override_dh_auto_configure: debian/tmp/usr/lib/R/site-library/rot $(PYALL:python%=cmake-configure-%) \
 
 cmake-configure-%:
 	dh_auto_configure -Bbuild-python$* -- \
             $(with_tbb) \
+            -Dot_configure_date:STRING='$(BUILD_DATE)' \
             -DUSE_SPHINX:BOOL=OFF \
             -DCMAKE_CXX_COMPILER:FILEPATH=/usr/bin/g++ \
             -DCMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc \

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



More information about the debian-science-commits mailing list