[med-svn] [phyml] 01/02: Fix missing declaration

Andreas Tille tille at debian.org
Wed Aug 17 14:27:07 UTC 2016


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

tille pushed a commit to branch master
in repository phyml.

commit 11b0ca8209b193f056864152267546858e29bc76
Author: Andreas Tille <tille at debian.org>
Date:   Wed Aug 17 15:34:11 2016 +0200

    Fix missing declaration
---
 debian/changelog                             |  3 ++-
 debian/patches/fix_declaration_of_temp.patch | 16 ++++++++++++++++
 debian/patches/series                        |  1 +
 3 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 5ad3de9..f07a7ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-phyml (3:3.2.20160530+dfsg-1) UNRELEASED; urgency=medium
+phyml (3:3.2.20160530+dfsg-1) unstable; urgency=medium
 
   * Team upload
 
@@ -9,6 +9,7 @@ phyml (3:3.2.20160530+dfsg-1) UNRELEASED; urgency=medium
   * New upstream version
   * Add missing Depends: openmpi-bin
   * Use compression options in d/watch
+  * Fix missing declaration
 
  -- Canberk Koç <canberkkoc at gmail.com>  Wed, 20 Jul 2016 03:01:14 +0300
 
diff --git a/debian/patches/fix_declaration_of_temp.patch b/debian/patches/fix_declaration_of_temp.patch
new file mode 100644
index 0000000..ae73039
--- /dev/null
+++ b/debian/patches/fix_declaration_of_temp.patch
@@ -0,0 +1,16 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Wed, 17 Aug 2016 15:30:32 +0200
+Description: Add missing declaration
+
+--- a/src/utilities.c
++++ b/src/utilities.c
+@@ -6190,6 +6190,9 @@ void Swap_Partial_Lk(t_edge *a, t_edge *
+   short int *buff_p_lk_tip;
+   unsigned int *buff_ui;
+   
++#ifdef BEAGLE
++  int temp;
++#endif
+   
+   if(side_a == LEFT && side_b == LEFT)
+     {
diff --git a/debian/patches/series b/debian/patches/series
index ebaa2c3..09ccda1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 sse_only_if_supported.patch
 no-stdc++.patch
 no-configure-ac-date
+fix_declaration_of_temp.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/phyml.git



More information about the debian-med-commit mailing list