[Pkg-mysql-commits] r1042 - in branches/sid-5.0/debian: . additions additions/manpages

Norbert Tretkowski nobse at alioth.debian.org
Thu Dec 6 12:37:53 UTC 2007


Author: nobse
Date: 2007-12-06 12:37:53 +0000 (Thu, 06 Dec 2007)
New Revision: 1042

Added:
   branches/sid-5.0/debian/additions/manpages/
   branches/sid-5.0/debian/additions/manpages/mysqlbug.1
   branches/sid-5.0/debian/additions/manpages/mysqldumpslow.1
Removed:
   branches/sid-5.0/debian/additions/mysqlbug.1
   branches/sid-5.0/debian/additions/mysqldumpslow.1
Modified:
   branches/sid-5.0/debian/rules
Log:
Moved manpages into separate directory

Copied: branches/sid-5.0/debian/additions/manpages/mysqlbug.1 (from rev 1040, branches/sid-5.0/debian/additions/mysqlbug.1)
===================================================================
--- branches/sid-5.0/debian/additions/manpages/mysqlbug.1	                        (rev 0)
+++ branches/sid-5.0/debian/additions/manpages/mysqlbug.1	2007-12-06 12:37:53 UTC (rev 1042)
@@ -0,0 +1,14 @@
+.TH mysql 1 "17 March 2003" "MySQL 3.23" "MySQL database"
+.SH NAME
+mysqlbug \- MySQL bug reporting tool.
+.SH SYNOPSIS
+mysqlbug [options]
+.SH DESCRIPTION
+Interactive bug reporting tool. Use reportbug on Debian systems.
+.SH "SEE ALSO"
+mysql (1), mysqld (1)
+.SH AUTHOR
+This manpage was written by Christian Hammers <ch at debian.org>.
+
+MySQL is available at http://www.mysql.com/.
+.\" end of man page

Copied: branches/sid-5.0/debian/additions/manpages/mysqldumpslow.1 (from rev 1040, branches/sid-5.0/debian/additions/mysqldumpslow.1)
===================================================================
--- branches/sid-5.0/debian/additions/manpages/mysqldumpslow.1	                        (rev 0)
+++ branches/sid-5.0/debian/additions/manpages/mysqldumpslow.1	2007-12-06 12:37:53 UTC (rev 1042)
@@ -0,0 +1,50 @@
+.TH mysql 1 "17 March 2003" "MySQL 3.23" "MySQL database"
+.SH NAME
+mysqldumpslow \- Parse and summarize the MySQL slow query log.
+.SH SYNOPSIS
+mysqldumpslow [options]
+.SH DESCRIPTION
+This program parses and summarizes a 'slow query log'.
+
+.TP
+\fB\-v\fR 
+verbose
+.TP
+\fB\-d\fR 
+debug
+.TP
+\fB\-s=WORD\fR 
+what to sort by (t, at, l, al, r, ar etc)
+.TP
+\fB\-r\fR  
+reverse the sort order (largest last instead of first)
+.TP
+\fB\-t=NUMBER\fR 
+just show the top n queries
+.TP
+\fB\-a\fR  
+don't abstract all numbers to N and strings to 'S'
+.TP
+\fB\-n=NUMBER\fR
+abstract numbers with at least n digits within names
+.TP
+\fB\-g=WORD\fR 
+grep: only consider stmts that include this string
+.TP
+\fB\-h=WORD\fR
+hostname of db server for *-slow.log filename (can be wildcard)
+.TP
+\fB\-i=WORD\fR 
+name of server instance (if using mysql.server startup script)
+.TP
+\fB\-l\fR  
+don't subtract lock time from total time
+
+.SH "SEE ALSO"
+mysql (1), mysqld (1)
+.SH AUTHOR
+This manpage was written by Christian Hammers <ch at debian.org> based on
+the commends in the code.
+
+MySQL is available at http://www.mysql.com/.
+.\" end of man page

Deleted: branches/sid-5.0/debian/additions/mysqlbug.1
===================================================================
--- branches/sid-5.0/debian/additions/mysqlbug.1	2007-12-06 12:36:13 UTC (rev 1041)
+++ branches/sid-5.0/debian/additions/mysqlbug.1	2007-12-06 12:37:53 UTC (rev 1042)
@@ -1,14 +0,0 @@
-.TH mysql 1 "17 March 2003" "MySQL 3.23" "MySQL database"
-.SH NAME
-mysqlbug \- MySQL bug reporting tool.
-.SH SYNOPSIS
-mysqlbug [options]
-.SH DESCRIPTION
-Interactive bug reporting tool. Use reportbug on Debian systems.
-.SH "SEE ALSO"
-mysql (1), mysqld (1)
-.SH AUTHOR
-This manpage was written by Christian Hammers <ch at debian.org>.
-
-MySQL is available at http://www.mysql.com/.
-.\" end of man page

Deleted: branches/sid-5.0/debian/additions/mysqldumpslow.1
===================================================================
--- branches/sid-5.0/debian/additions/mysqldumpslow.1	2007-12-06 12:36:13 UTC (rev 1041)
+++ branches/sid-5.0/debian/additions/mysqldumpslow.1	2007-12-06 12:37:53 UTC (rev 1042)
@@ -1,50 +0,0 @@
-.TH mysql 1 "17 March 2003" "MySQL 3.23" "MySQL database"
-.SH NAME
-mysqldumpslow \- Parse and summarize the MySQL slow query log.
-.SH SYNOPSIS
-mysqldumpslow [options]
-.SH DESCRIPTION
-This program parses and summarizes a 'slow query log'.
-
-.TP
-\fB\-v\fR 
-verbose
-.TP
-\fB\-d\fR 
-debug
-.TP
-\fB\-s=WORD\fR 
-what to sort by (t, at, l, al, r, ar etc)
-.TP
-\fB\-r\fR  
-reverse the sort order (largest last instead of first)
-.TP
-\fB\-t=NUMBER\fR 
-just show the top n queries
-.TP
-\fB\-a\fR  
-don't abstract all numbers to N and strings to 'S'
-.TP
-\fB\-n=NUMBER\fR
-abstract numbers with at least n digits within names
-.TP
-\fB\-g=WORD\fR 
-grep: only consider stmts that include this string
-.TP
-\fB\-h=WORD\fR
-hostname of db server for *-slow.log filename (can be wildcard)
-.TP
-\fB\-i=WORD\fR 
-name of server instance (if using mysql.server startup script)
-.TP
-\fB\-l\fR  
-don't subtract lock time from total time
-
-.SH "SEE ALSO"
-mysql (1), mysqld (1)
-.SH AUTHOR
-This manpage was written by Christian Hammers <ch at debian.org> based on
-the commends in the code.
-
-MySQL is available at http://www.mysql.com/.
-.\" end of man page

Modified: branches/sid-5.0/debian/rules
===================================================================
--- branches/sid-5.0/debian/rules	2007-12-06 12:36:13 UTC (rev 1041)
+++ branches/sid-5.0/debian/rules	2007-12-06 12:37:53 UTC (rev 1042)
@@ -178,9 +178,8 @@
 	# mysql-client package they get not compressed and end up stale
 	mkdir -p $(TMP)/usr/share/man/man1/
 	mkdir -p $(TMP)/usr/share/man/man8/
-	cp debian/additions/*.1 $(TMP)/usr/share/man/man1/
-	for i in innotop mysqlreport ; do
-	  cp debian/$i/mysqlreport/*.1 $(TMP)/usr/share/man/man1/
+	for i in manpages innotop mysqlreport ; do
+	  cp debian/additions/$i/*.1 $(TMP)/usr/share/man/man1/
 	done
 
 	# make install (trailing slash needed for innobase)




More information about the Pkg-mysql-commits mailing list