[med-svn] [emboss] 01/02: Add patch to make padding of structure Hershey_to_Unicode_table consistent (Closes: #748395)

Gert Wollny gert-guest at moszumanska.debian.org
Mon May 19 14:34:25 UTC 2014


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

gert-guest pushed a commit to branch master
in repository emboss.

commit f968175c1645a22be1c04992ee396aaded46c570
Author: Gert Wollny <gw.fossdev at gmail.com>
Date:   Mon May 19 15:48:03 2014 +0200

    Add patch to make padding of structure Hershey_to_Unicode_table consistent (Closes: #748395)
---
 debian/patches/plplotP-correct-padding.patch | 17 +++++++++++++++++
 debian/patches/series                        |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/plplotP-correct-padding.patch b/debian/patches/plplotP-correct-padding.patch
new file mode 100644
index 0000000..ffdf72e
--- /dev/null
+++ b/debian/patches/plplotP-correct-padding.patch
@@ -0,0 +1,17 @@
+Description: Correct the padding to make it consistent 
+Author: Gert Wollny <gw.fossdev at gmail.com>
+Bug-Debian: http://bugs.debian.org/748395
+Forwarded: no
+Last-Update: 2014-05-19
+
+--- emboss-6.6.0.orig/plplot/plplotP.h
++++ emboss-6.6.0/plplot/plplotP.h
+@@ -378,7 +378,7 @@ typedef struct {
+ 	unsigned int Hershey;
+ 	PLUNICODE Unicode;
+ 	char Font;
+-	char padding[3];		/* pad to align */
++	char padding[7];		/* pad to align */
+ } Hershey_to_Unicode_table;
+ 
+ extern int number_of_entries_in_hershey_to_unicode_table;
diff --git a/debian/patches/series b/debian/patches/series
index a118f63..99a6d26 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ tfm-html.patch
 fix-postgresql-macro.patch
 fix-mysql-macro.patch
 bashism.patch
+plplotP-correct-padding.patch

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



More information about the debian-med-commit mailing list