[guiqwt] 03/03: release

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Wed Oct 12 21:06:04 UTC 2016


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

picca pushed a commit to branch master
in repository guiqwt.

commit 1663550560a83409bfad7d32f8cf93ced8084fc6
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Wed Oct 12 22:34:53 2016 +0200

    release
---
 debian/changelog                                   |  9 ++++++
 debian/control                                     |  4 +--
 debian/copyright                                   | 36 +++++++++++-----------
 .../patches/0002-fix-the-FTBFS-closes-818809.patch | 21 -------------
 debian/patches/series                              |  1 -
 5 files changed, 29 insertions(+), 42 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ea96d41..039795a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+guiqwt (3.0.3-1) unstable; urgency=medium
+
+  * New upstream version 3.0.3
+  * Bump Standards-Version to 3.9.8 (nothing to do)
+  * d/patches
+    - 0002-fix-the-FTBFS-closes-818809.patch (upstreamed)
+
+ -- Picca Frédéric-Emmanuel <picca at debian.org>  Wed, 12 Oct 2016 21:48:38 +0200
+
 guiqwt (3.0.2-2) unstable; urgency=medium
 
   * Use cme to fix the packaging
diff --git a/debian/control b/debian/control
index 7dc505d..fb583b0 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends: cython,
                python3-qwt,
                python3-setuptools,
                python3-sphinx
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Vcs-Browser: http://anonscm.debian.org/cgit/debian-science/packages/guiqwt.git
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/guiqwt.git
 Homepage: https://github.com/PierreRaybaut/guiqwt
@@ -33,7 +33,7 @@ Depends: python-guidata (>= 1.7.0~),
          python-scipy,
          ${misc:Depends},
          ${python:Depends},
-         ${shlibs:Depends},
+         ${shlibs:Depends}
 Recommends: python-dicom
 Suggests: spyder
 Provides: ${python:Provides}
diff --git a/debian/copyright b/debian/copyright
index 181ca03..d91dfa6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Pierre Raybaut <pierre.raybaut at gmail.com>
 Upstream-Contact: pierre.raybaut at gmail.com
 Source: https://github.com/PierreRaybaut/guiqwt
@@ -24,23 +24,6 @@ Files: src/traits.hpp
 Copyright: © 2009 Steve Underwood
 License: LGPL-2.1
 
-License: LGPL-2.1
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU Lesser General Public License as
- published by the Free Software Foundation; either version 2.1 of the
- License, or (at your option) any later version.
- .
- This package is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Lesser General Public License for more details. You should have
- received a copy of the GNU Lesser General Public License along with
- this package; if not, write to the Free Software Foundation, Inc., 51
- Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- .
- On Debian systems, the complete text of the GNU Lesser General Public
- License can be found in `/usr/share/common-licenses/LGPL-2.1'.
-
 License: CC-BY-SA
  THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.
  .
@@ -578,3 +561,20 @@ License: CeCILLv2
  jurisdiction, by the more diligent Party.
  .
  Version 2.0 dated 2006-09-05.
+
+License: LGPL-2.1
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation; either version 2.1 of the
+ License, or (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details. You should have
+ received a copy of the GNU Lesser General Public License along with
+ this package; if not, write to the Free Software Foundation, Inc., 51
+ Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License can be found in `/usr/share/common-licenses/LGPL-2.1'.
diff --git a/debian/patches/0002-fix-the-FTBFS-closes-818809.patch b/debian/patches/0002-fix-the-FTBFS-closes-818809.patch
deleted file mode 100644
index 540873d..0000000
--- a/debian/patches/0002-fix-the-FTBFS-closes-818809.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: =?utf-8?q?Picca_Fr=C3=A9d=C3=A9ric-Emmanuel?= <picca at debian.org>
-Date: Sun, 21 Aug 2016 09:15:38 +0200
-Subject: fix the FTBFS (closes: #818809)
-
----
- src/scaler.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/scaler.cpp b/src/scaler.cpp
-index 4b2ccc8..1c546a9 100644
---- a/src/scaler.cpp
-+++ b/src/scaler.cpp
-@@ -294,7 +294,7 @@ void _scale_rgb(DEST& dest,
- 		scale.set_bg( it() );
- 	    } else {
- 		val = interpolate(src, tr, p);
--		if (isnan(val)) {
-+		if (isnan((float) val)) {
- 		    scale.set_bg( it() );
- 		} else {
- 		    it() = scale.eval(val);
diff --git a/debian/patches/series b/debian/patches/series
index 721fe0b..4e996d1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 0001-make-the-build-reproducible-by-supporting-SOURCE_DAT.patch
-0002-fix-the-FTBFS-closes-818809.patch

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



More information about the debian-science-commits mailing list