[med-svn] r20804 - in trunk/packages/maqview/trunk/debian: . mans patches

Andreas Tille tille at moszumanska.debian.org
Thu Dec 17 12:46:14 UTC 2015


Author: tille
Date: 2015-12-17 12:46:13 +0000 (Thu, 17 Dec 2015)
New Revision: 20804

Added:
   trunk/packages/maqview/trunk/debian/mans/
   trunk/packages/maqview/trunk/debian/mans/maqindex.1
   trunk/packages/maqview/trunk/debian/mans/maqindex_socks.1
   trunk/packages/maqview/trunk/debian/mans/zrio.1
   trunk/packages/maqview/trunk/debian/patches/mayhem.patch
Modified:
   trunk/packages/maqview/trunk/debian/changelog
   trunk/packages/maqview/trunk/debian/manpages
   trunk/packages/maqview/trunk/debian/patches/series
Log:
Wrote missing manpages, Fix Mayhem issue


Modified: trunk/packages/maqview/trunk/debian/changelog
===================================================================
--- trunk/packages/maqview/trunk/debian/changelog	2015-12-17 10:52:15 UTC (rev 20803)
+++ trunk/packages/maqview/trunk/debian/changelog	2015-12-17 12:46:13 UTC (rev 20804)
@@ -1,10 +1,13 @@
-maqview (0.2.5-7) UNRELEASED; urgency=medium
+maqview (0.2.5-7) unstable; urgency=medium
 
   * cme fix dpkg-control
   * DEP5 fixes
   * Spelling fix in manpage
+  * Wrote missing manpages
+  * Description: Fix Mayhem issue
+    Closes: #716116
 
- -- Andreas Tille <tille at debian.org>  Thu, 17 Dec 2015 11:33:10 +0100
+ -- Andreas Tille <tille at debian.org>  Thu, 17 Dec 2015 13:41:19 +0100
 
 maqview (0.2.5-6) unstable; urgency=low
 

Modified: trunk/packages/maqview/trunk/debian/manpages
===================================================================
--- trunk/packages/maqview/trunk/debian/manpages	2015-12-17 10:52:15 UTC (rev 20803)
+++ trunk/packages/maqview/trunk/debian/manpages	2015-12-17 12:46:13 UTC (rev 20804)
@@ -1 +1,2 @@
 *.1
+debian/mans/*.1
\ No newline at end of file

Added: trunk/packages/maqview/trunk/debian/mans/maqindex.1
===================================================================
--- trunk/packages/maqview/trunk/debian/mans/maqindex.1	                        (rev 0)
+++ trunk/packages/maqview/trunk/debian/mans/maqindex.1	2015-12-17 12:46:13 UTC (rev 20804)
@@ -0,0 +1,24 @@
+.TH MAQINDEX "1" "December 2015" "maqindex 0.2.5" "User Commands"
+.SH NAME
+maqindex \- maqview indexing
+.SH SYNOPSIS
+.B maqindex
+\fI\,<-i|-v|-b> \/\fR[\fI\,-l level\/\fR] [\fI\,-c cns\/\fR] \fI\,<in.map> \/\fR[\fI\,chr\/\fR[\fI\,:begin\/\fR[\fI\,-end\/\fR]] [...]]
+.SH OPTIONS
+.TP
+\fB\-l\fR INT
+level for indexing [1024]
+.TP
+\fB\-c\fR STR
+\&.cns file for this .map file
+.TP
+\fB\-i\fR
+index the map file
+.TP
+\fB\-v\fR
+display the alignment in the mapview format
+.TP
+\fB\-b\fR
+dump in the .map format
+.SH AUTHOR
+This manpage was written by Andreas Tille for the Debian distribution and can be used for any other usage of the program.

Added: trunk/packages/maqview/trunk/debian/mans/maqindex_socks.1
===================================================================
--- trunk/packages/maqview/trunk/debian/mans/maqindex_socks.1	                        (rev 0)
+++ trunk/packages/maqview/trunk/debian/mans/maqindex_socks.1	2015-12-17 12:46:13 UTC (rev 20804)
@@ -0,0 +1,12 @@
+.TH MAQINDEX_SOCKS "1" "December 2015" "maqindex_socks 0.2.5" "User Commands"
+.SH NAME
+maqindex_socks \- maqview client-server support
+.SH DESCRIPTION
+.SS Setup Server
+.B maqindex_socks
+\fB\-s\fR  <port> <map file> [<cns file> [<width> [<height>]]]
+.SS Run Client
+.B maqindex_socks
+\fB\-c\fR  <host> <port> [<ref_id> <start> <end>]
+.SH AUTHOR
+This manpage was written by Andreas Tille for the Debian distribution and can be used for any other usage of the program.

Added: trunk/packages/maqview/trunk/debian/mans/zrio.1
===================================================================
--- trunk/packages/maqview/trunk/debian/mans/zrio.1	                        (rev 0)
+++ trunk/packages/maqview/trunk/debian/mans/zrio.1	2015-12-17 12:46:13 UTC (rev 20804)
@@ -0,0 +1,25 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.46.4.
+.TH ZRIO "1" "December 2015" "zrio 0.2.5" "User Commands"
+.SH NAME
+zrio \- maqview tool to make index for gz-file
+.SH SYNOPSIS
+.B zrio
+\fBmake\fR \fI<gz\-file>\fR [<index level>]
+.P
+.B zrio
+\fBuse\fR \fI<gz\-file> <offset>\fR[<offlen>]
+.SH DESCRIPTION
+.TP
+make index for gz\-file,index filename will be <gz\-file>.idx
+.IP
+each level increasing the time for search whist decreasing the size of index
+.IP
+level: default 1024, 1/1024 of source file
+.IP
+level:         512, 1/512 of source file
+.IP
+level: ...
+.TP
+use index <gz\-file>.idx, exact from offset(source position) to stdout
+.SH AUTHOR
+This manpage was written by Andreas Tille for the Debian distribution and can be used for any other usage of the program.

Added: trunk/packages/maqview/trunk/debian/patches/mayhem.patch
===================================================================
--- trunk/packages/maqview/trunk/debian/patches/mayhem.patch	                        (rev 0)
+++ trunk/packages/maqview/trunk/debian/patches/mayhem.patch	2015-12-17 12:46:13 UTC (rev 20804)
@@ -0,0 +1,21 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Thu, 17 Dec 2015 11:33:10 +0100
+Bug-Debian: https://bugs.debian.org/716116
+Description: Fix Mayhem issue
+ Do not deal with structure before checking for NULL value
+
+--- a/socket_view.c
++++ b/socket_view.c
+@@ -455,11 +455,11 @@ int main(int argc, char **argv){
+ 		if(argc > optind) cns_file = argv[optind++];
+ 		else cns_file = NULL;
+ 		server = createViewServer(map_file, cns_file, port, 6);
+-		server->debug = 1;
+ 		if(server == NULL){
+ 			printf("Cannot create View\n");
+ 			return 1;
+ 		}
++		server->debug = 1;
+ 		runViewServer(server);
+ 		exit(0);
+ 	} else if(c == 'c'){

Modified: trunk/packages/maqview/trunk/debian/patches/series
===================================================================
--- trunk/packages/maqview/trunk/debian/patches/series	2015-12-17 10:52:15 UTC (rev 20803)
+++ trunk/packages/maqview/trunk/debian/patches/series	2015-12-17 12:46:13 UTC (rev 20804)
@@ -3,3 +3,4 @@
 use-dpkg-buildflags.patch
 fix-hurd-build.patch
 spelling.patch
+mayhem.patch




More information about the debian-med-commit mailing list