[Pkg-mysql-commits] [mariadb-5.5] 01/02: Add patch to fix man page syntax to make package Lintian clean
Otto Kekäläinen
ottok-guest at moszumanska.debian.org
Mon Jun 23 12:28:39 UTC 2014
This is an automated email from the git hooks/post-receive script.
ottok-guest pushed a commit to branch master
in repository mariadb-5.5.
commit d1ef6ad5dfd164a342c28e8a1935ccdf690c6d38
Author: Otto Kekäläinen <otto.kekalainen at seravo.fi>
Date: Mon Jun 23 15:00:28 2014 +0300
Add patch to fix man page syntax to make package Lintian clean
---
debian/patches/75_man_syntax_fixes.diff | 74 +++++++++++++++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 75 insertions(+)
diff --git a/debian/patches/75_man_syntax_fixes.diff b/debian/patches/75_man_syntax_fixes.diff
new file mode 100644
index 0000000..ceae29c
--- /dev/null
+++ b/debian/patches/75_man_syntax_fixes.diff
@@ -0,0 +1,74 @@
+Author: Colin Watson <cjwatson at debian.org>
+Description: Fix man page syntax to make package Lintian clean
+
+--- a/man/aria_pack.1
++++ b/man/aria_pack.1
+@@ -1,6 +1,6 @@
+ .TH ARIA_PACK "1" "May 2014" "aria_pack Ver 1.0" "User Commands"
+ .SH NAME
+-aria_pack \- manual page for aria_pack Ver 1.0
++aria_pack \- pack an Aria\-table to take much less space
+ .SH SYNOPSIS
+ .B aria_pack
+ [\fIOPTIONS\fR] \fIfilename\fR...
+--- a/man/mysqlbinlog.1
++++ b/man/mysqlbinlog.1
+@@ -1255,7 +1255,7 @@ indicates a
+ FORMAT_DESCRIPTION_EVENT\&. The following table lists the possible type codes\&.
+ .TS
+ allbox tab(:);
+-l l l.
++l l lx.
+ T{
+ Type
+ T}:T{
+@@ -1389,6 +1389,7 @@ T}
+ T{
+ 0f
+ T}:T{
++.nf
+ FORMAT_DESCRIPTION_EVENT
+ T}:T{
+ This indicates the start of a log file written by MySQL 5 or later\&.
+@@ -1526,7 +1527,7 @@ Master Pos: The position of the next event in the original master log file\&.
+ Flags: 16 flags\&. Currently, the following flags are used\&. The others are reserved for future use\&.
+ .TS
+ allbox tab(:);
+-l l l.
++l l lx.
+ T{
+ Flag
+ T}:T{
+@@ -1537,6 +1538,7 @@ T}
+ T{
+ 01
+ T}:T{
++.nf
+ LOG_EVENT_BINLOG_IN_USE_F
+ T}:T{
+ Log file correctly closed\&. (Used only in
+@@ -1558,6 +1560,7 @@ T}
+ T{
+ 04
+ T}:T{
++.nf
+ LOG_EVENT_THREAD_SPECIFIC_F
+ T}:T{
+ Set if the event is dependent on the connection it was executed in (for
+--- a/man/mysqldump.1
++++ b/man/mysqldump.1
+@@ -2041,12 +2041,12 @@ T}
+ T{
+ \'\' (\fIempty string\fR)
+ T}:T{
+-<field name="\fIcolumn_name\fR"></field>
++<field name="\fIcolumn_name\fR">\:</field>
+ T}
+ T{
+ \'NULL\' (\fIstring value\fR)
+ T}:T{
+-<field name="\fIcolumn_name\fR">NULL</field>
++<field name="\fIcolumn_name\fR">\:NULL</field>
+ T}
+ .TE
+ .sp 1
diff --git a/debian/patches/series b/debian/patches/series
index 94b23a7..4a7c2ca 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,5 +6,6 @@
50_mysql-test__db_test.diff
61_replace_dash_with_bash_mbug675185.diff
70_build_aria_manpages.diff
+75_man_syntax_fixes.diff
82_extend_default_test_timeout_for_tokudb.diff
99_remove_rename_mariadb-server_files_in.diff
--
Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-mysql/mariadb-5.5.git
More information about the Pkg-mysql-commits
mailing list