[pytango] 01/01: release

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Tue Aug 8 11:58:34 UTC 2017


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

picca pushed a commit to branch master
in repository pytango.

commit 98836e92810f7e73478469490b5b819ba93c81c1
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Tue Aug 8 10:06:00 2017 +0200

    release
---
 debian/changelog                                   |  8 +++++++
 debian/control                                     |  2 +-
 ...ersion-instead-of-strict-version-for-comp.patch | 26 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 4 files changed, 36 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8f36fcb..2e933c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pytango (9.2.1-1) unstable; urgency=medium
+
+  * debian/patch
+    - apply upstream patch to fix gcc-7 compilation (Closes: #853624)
+  * Bump Standards-Version to 4.0.0, no changes.
+
+ -- Sandor Bodo-Merle <sbodomerle at gmail.com>  Mon, 07 Aug 2017 18:27:13 +0200
+
 pytango (9.2.1-1~exp1) experimental; urgency=medium
 
   * Import Upstream version 9.2.1
diff --git a/debian/control b/debian/control
index 25c8881..23dd589 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Build-Depends: debhelper (>= 10),
                python3-six
 Build-Depends-Indep: graphviz,
                      python-sphinx
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/pytango.git
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/pytango.git
 Homepage: http://www.tango-controls.org/static/PyTango/latest/doc/html/
diff --git a/debian/patches/0001-Use-loose-version-instead-of-strict-version-for-comp.patch b/debian/patches/0001-Use-loose-version-instead-of-strict-version-for-comp.patch
new file mode 100644
index 0000000..1f68059
--- /dev/null
+++ b/debian/patches/0001-Use-loose-version-instead-of-strict-version-for-comp.patch
@@ -0,0 +1,26 @@
+From 4ed82f3da5f961c127c25483f46798a57d1782a3 Mon Sep 17 00:00:00 2001
+From: Vincent Michel <vincent.michel at maxlab.lu.se>
+Date: Tue, 31 Jan 2017 14:35:29 +0100
+Subject: [PATCH] Use loose version instead of strict version for comparison
+
+Fix issue #93
+---
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index 27b22b0..21ef960 100644
+--- a/setup.py
++++ b/setup.py
+@@ -23,7 +23,7 @@ from setuptools.command.install import install as dftinstall
+ 
+ from distutils.command.build import build as dftbuild
+ from distutils.unixccompiler import UnixCCompiler
+-from distutils.version import StrictVersion as V
++from distutils.version import LooseVersion as V
+ 
+ # Sphinx imports
+ try:
+-- 
+2.13.3
+
diff --git a/debian/patches/series b/debian/patches/series
index 4184ed1..d0d98ed 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+0001-Use-loose-version-instead-of-strict-version-for-comp.patch
 0002-Use-jquery-from-the-archive.patch

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



More information about the debian-science-commits mailing list