[med-svn] [proteinortho] 07/07: Fix C-Syntax

Andreas Tille tille at debian.org
Thu Mar 10 19:55:29 UTC 2016


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

tille pushed a commit to branch master
in repository proteinortho.

commit 1f059821b239fa6c5c6fe4ebb2973a48365347fc
Author: Andreas Tille <tille at debian.org>
Date:   Thu Mar 10 20:54:27 2016 +0100

    Fix C-Syntax
---
 debian/changelog                |  1 +
 debian/patches/fix_syntax.patch | 15 +++++++++++++++
 debian/patches/series           |  1 +
 3 files changed, 17 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4fe101b..ea36871 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ proteinortho (5.12+dfsg-1) UNRELEASED; urgency=medium
   * new upstream version
   * make better use of uscan options
   * cme fix dpkg-control
+  * Fix C-Syntax
 
  -- Andreas Tille <tille at debian.org>  Thu, 10 Mar 2016 20:20:46 +0100
 
diff --git a/debian/patches/fix_syntax.patch b/debian/patches/fix_syntax.patch
new file mode 100644
index 0000000..645b674
--- /dev/null
+++ b/debian/patches/fix_syntax.patch
@@ -0,0 +1,15 @@
+Description: Fix C-Syntax
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Thu, 10 Mar 2016 20:20:46 +0100
+
+--- a/po_tree.c
++++ b/po_tree.c
+@@ -199,7 +199,7 @@ void merge (Uint* max, Uint ccs, Uint vi
+ 	baum = strcat(baum,(*pnamen)[max[1]]);
+ 	baum = strcat(baum,":");
+ 	baum = strcat(baum,length_1);
+-/	baum = strcat(baum,")");
++	baum = strcat(baum,")");
+ //	baum = strcat(baum,")[");
+ //	baum = strcat(baum,anz);
+ //	baum = strcat(baum,"]");
diff --git a/debian/patches/series b/debian/patches/series
index 814900f..2d5d3e3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 hardening.patch
+fix_syntax.patch

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



More information about the debian-med-commit mailing list