[med-svn] [mauvealigner] 01/08: Remove duplicated define

Andreas Tille tille at debian.org
Mon Apr 20 16:56:00 UTC 2015


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

tille pushed a commit to branch master
in repository mauvealigner.

commit 3f7bd2790acd02cd5a31e5a5f46c5311a6ff7632
Author: Andreas Tille <tille at debian.org>
Date:   Mon Apr 20 08:36:39 2015 +0200

    Remove duplicated define
---
 debian/patches/fix_build.patch | 15 +++++++++++++++
 debian/patches/series          |  1 +
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/fix_build.patch b/debian/patches/fix_build.patch
new file mode 100644
index 0000000..53a5051
--- /dev/null
+++ b/debian/patches/fix_build.patch
@@ -0,0 +1,15 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Updated: Sun, 19 Apr 2015 21:14:45 +0200
+Description: Remove duplicated define
+
+--- a/src/mauveAligner.cpp
++++ b/src/mauveAligner.cpp
+@@ -44,7 +44,7 @@ private:
+ 	MatchList& mlist;
+ };
+ 
+-#define NELEMS(a) ( sizeof( a ) / sizeof( *a ) )
++// #define NELEMS(a) ( sizeof( a ) / sizeof( *a ) )
+ 
+ int main( int argc, char* argv[] ){
+ #if	WIN32
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e0f6c82
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_build.patch

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



More information about the debian-med-commit mailing list