[mpich] 02/23: Fix release candidate soname version

Torquil Macdonald Sørensen torquil-guest at moszumanska.debian.org
Thu Nov 5 17:11:46 UTC 2015


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

torquil-guest pushed a commit to branch master
in repository mpich.

commit c1315a3992a8305c25a4c271b962f477968ce148
Author: Torquil Macdonald Sørensen <torquil at gmail.com>
Date:   Thu Nov 5 12:34:38 2015 +0100

    Fix release candidate soname version
---
 debian/changelog                           | 13 ++++++++++---
 debian/patches/02_fix_rc_zero_soname.patch | 14 ++++++++++++++
 debian/patches/series                      |  1 +
 3 files changed, 25 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a75145a..a9b913b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,14 @@
+mpich (3.2~rc2-1) UNRELEASED; urgency=medium
+
+  * New upstream release candidate
+  * Patch to set release candidate soname version to 12.0.0 instead of 0.0.0
+
+ -- Torquil Macdonald Sørensen <torquil at gmail.com>  Thu, 05 Nov 2015 12:30:58 +0100
+
 mpich (3.1-6) unstable; urgency=medium
 
   * Rebuild against gcc/gfortran5 for transition. Add dependency on latest
-    gfortran. 
+    gfortran.
 
  -- Alastair McKinstry <mckinstry at debian.org>  Mon, 10 Aug 2015 08:33:28 +0100
 
@@ -51,11 +58,11 @@ mpich (3.1-1) unstable; urgency=medium
 mpich (3.0.4-6) unstable; urgency=low
 
   [ Torquil Macdonald Sørensen ]
-  * [f635e5e] Removed valgrind from Build-Depends on armel architecture. 
+  * [f635e5e] Removed valgrind from Build-Depends on armel architecture.
     (Closes: #729140)
 
   [ Anton Gladky ]
-  * [33add7a] Add --disable-wrapper-rpath to escape RPATH-setting. 
+  * [33add7a] Add --disable-wrapper-rpath to escape RPATH-setting.
     Thanks to Nicholas Breen <nbreen at debian.org>. (Closes: #724864)
 
  -- Anton Gladky <gladk at debian.org>  Sun, 24 Nov 2013 21:59:37 +0100
diff --git a/debian/patches/02_fix_rc_zero_soname.patch b/debian/patches/02_fix_rc_zero_soname.patch
new file mode 100644
index 0000000..5d96c6b
--- /dev/null
+++ b/debian/patches/02_fix_rc_zero_soname.patch
@@ -0,0 +1,14 @@
+Description: MPICH RC releases use soname version 0.0.0. Change to 12.0.0.
+Author: Torquil Macdonald Sørensen <torquil at gmail.com>
+Last-Update: 2015-11-05
+
+--- a/maint/version.m4
++++ b/maint/version.m4
+@@ -35,6 +35,6 @@
+ # libmpi so version only includes functionality defined in the MPI
+ # standard, and does not include MPIX_ functions and C++ bindings.
+ 
+-m4_define([libmpi_so_version_m4],[0:0:0])dnl
++m4_define([libmpi_so_version_m4],[12:0:0])dnl
+ 
+ [#] end of __file__
diff --git a/debian/patches/series b/debian/patches/series
index 57ee662..f517112 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01_disable_some_tests.patch
+02_fix_rc_zero_soname.patch

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



More information about the debian-science-commits mailing list