[adios] 05/11: Add patch to fix version number.

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Mar 1 11:42:51 UTC 2016


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

mckinstry pushed a commit to tag debian/1.9.0-2
in repository adios.

commit b8ea01aad734799efaffbbac58ecf759901329d3
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Tue Oct 27 12:12:27 2015 +0000

    Add patch to fix version number.
---
 debian/changelog                 |  1 +
 debian/patches/series            |  1 +
 debian/patches/version-fix.patch | 31 +++++++++++++++++++++++++++++++
 3 files changed, 33 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 93103be..a55f0ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ adios (1.9.0-1) experimental; urgency=medium
   * Changes needed for python3 - adapt pyx scripts
   * Temporarily only build for mpich as bug in openmpi 
   * Re-enable tests on bigendian systems for checking
+  * Add patch to fix version number.
 
  -- Alastair McKinstry <mckinstry at debian.org>  Tue, 27 Oct 2015 11:52:01 +0000
 
diff --git a/debian/patches/series b/debian/patches/series
index b16c688..6fa30f9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -14,3 +14,4 @@ autotools-fixes.patch
 multiarch_safe.patch
 py3.patch
 mpi-workaround.patch
+version-fix.patch
diff --git a/debian/patches/version-fix.patch b/debian/patches/version-fix.patch
new file mode 100644
index 0000000..4761703
--- /dev/null
+++ b/debian/patches/version-fix.patch
@@ -0,0 +1,31 @@
+Author: Alastair McKinstry <mckinstry at debian.org>
+Description: Fix for incorrect version number
+Last-Updated: 2015-10-26
+Forwarded: no
+
+Index: adios-1.9.0/wrappers/numpy/setup.py
+===================================================================
+--- adios-1.9.0.orig/wrappers/numpy/setup.py
++++ adios-1.9.0/wrappers/numpy/setup.py
+@@ -69,7 +69,7 @@ class adios_test(Command):
+         test_runner.run(test_suite)
+ 
+ setup(name = 'adios',
+-      version = '1.8.1b3',
++      version = '1.9.0',
+       description = 'Python Module for Adios',
+       author = 'Jong Choi',
+       author_email = 'yyalli at gmail.com',
+Index: adios-1.9.0/wrappers/numpy/setup3.py
+===================================================================
+--- adios-1.9.0.orig/wrappers/numpy/setup3.py
++++ adios-1.9.0/wrappers/numpy/setup3.py
+@@ -69,7 +69,7 @@ class adios_test(Command):
+         test_runner.run(test_suite)
+ 
+ setup(name = 'adios',
+-      version = '1.8.1b3',
++      version = '1.9.0'
+       description = 'Python Module for Adios',
+       author = 'Jong Choi',
+       author_email = 'yyalli at gmail.com',

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



More information about the debian-science-commits mailing list