tags 663053 + patch
thanks

Dear maintainer,

I've prepared an NMU for terminatorx (versioned as 3.82-7.6). The diff
is attached to this message. I've not uploaded this NMU as I'm not a DD
but I hope it is useful for you.

However, this package is not usable until #637007 is not fixed.

Regards.
diff -u terminatorx-3.82/debian/changelog terminatorx-3.82/debian/changelog
--- terminatorx-3.82/debian/changelog
+++ terminatorx-3.82/debian/changelog
@@ -1,3 +1,12 @@
+terminatorx (3.82-7.6) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches/22_fix_ftbfs_zlib.dpatch: Fix FTBFS errors 
+    "cannot convert 'gzFile_s**' to 'gzFile' for argument '1'".
+    (Closes: #663053) 
+
+ -- Mònica Ramírez Arceda <mon...@probeta.net>  Tue, 27 Mar 2012 12:12:57 +0200
+
 terminatorx (3.82-7.5) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u terminatorx-3.82/debian/patches/00list terminatorx-3.82/debian/patches/00list
--- terminatorx-3.82/debian/patches/00list
+++ terminatorx-3.82/debian/patches/00list
@@ -6,0 +7 @@
+22_fix_ftbfs_zlib
only in patch2:
unchanged:
--- terminatorx-3.82.orig/debian/patches/22_fix_ftbfs_zlib.dpatch
+++ terminatorx-3.82/debian/patches/22_fix_ftbfs_zlib.dpatch
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 21_fix_ftbfs_zlib.patch.dpatch by Mònica Ramírez Arceda <mon...@probeta.net>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix FTBFS errors "cannot convert 'gzFile_s**' to 'gzFile' for argument '1'".
+
+@DPATCH@
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' terminatorx-3.82~/src/tX_midiin.cc terminatorx-3.82/src/tX_midiin.cc
+--- terminatorx-3.82~/src/tX_midiin.cc	2003-08-22 00:41:50.000000000 +0200
++++ terminatorx-3.82/src/tX_midiin.cc	2012-03-27 12:11:37.140942550 +0200
+@@ -447,7 +447,7 @@
+ 
+ void tX_midiin::store_connections(FILE *rc, char *indent) 
+ {
+-	gzFile *rz=NULL;
++	gzFile rz=NULL;
+ 	
+ 	tX_store("%s<midi_connections>\n", indent);
+ 	strcat(indent, "\t");

Reply via email to