summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <hans@eds.org>2012-03-30 20:57:19 -0400
committerHans-Christoph Steiner <hans@eds.org>2012-03-30 23:22:18 -0400
commit4b48974cb3e940c942fc3c524429f1a57b0010b2 (patch)
tree989ca6061d9804a3731eee96bff525f413f9ab28
parent2d5aca6d3439d8b71f33bc2029a3350d9b44996a (diff)
remove man page patch
-rw-r--r--debian/patches/11-update-manpage.patch140
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 141 deletions
diff --git a/debian/patches/11-update-manpage.patch b/debian/patches/11-update-manpage.patch
deleted file mode 100644
index 98dec97..0000000
--- a/debian/patches/11-update-manpage.patch
+++ /dev/null
@@ -1,140 +0,0 @@
---- sqlite3/sqlite3.1.orig 2011-11-05 12:42:19.529586105 +0000
-+++ sqlite3/sqlite3.1 2011-11-05 12:47:45.765585988 +0000
-@@ -2,7 +2,7 @@
- .\" First parameter, NAME, should be all caps
- .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
- .\" other parameters are allowed: see man(7), man(1)
--.TH SQLITE3 1 "Mon Apr 15 23:49:17 2002"
-+.TH SQLITE3 1 "Sat Nov 5 15:57:18 CET 2011"
- .\" Please adjust this date whenever revising the manpage.
- .\"
- .\" Some roff macros, for reference:
-@@ -49,7 +49,7 @@
- $
- .B sqlite3 mydata.db
- .br
--SQLite version 3.1.3
-+SQLite version 3.7.9
- .br
- Enter ".help" for instructions
- .br
-@@ -108,15 +108,24 @@
- .B .help
- .nf
- .cc |
-+.backup ?DB? FILE Backup DB (default "main") to FILE
-+.bail ON|OFF Stop after hitting an error. Default OFF
- .databases List names and files of attached databases
- .dump ?TABLE? ... Dump the database in an SQL text format
-+ If TABLE specified, only dump tables matching
-+ LIKE pattern TABLE.
- .echo ON|OFF Turn command echo on or off
- .exit Exit this program
--.explain ON|OFF Turn output mode suitable for EXPLAIN on or off.
-+.explain ?ON|OFF? Turn output mode suitable for EXPLAIN on or off.
-+ With no args, it turns EXPLAIN on.
- .header(s) ON|OFF Turn display of headers on or off
- .help Show this message
- .import FILE TABLE Import data from FILE into TABLE
--.indices TABLE Show names of all indices on TABLE
-+.indices ?TABLE? Show names of all indices
-+ If TABLE specified, only show indices for tables
-+ matching LIKE pattern TABLE.
-+.load FILE ?ENTRY? Load an extension library
-+.log FILE|off Turn logging on or off. FILE can be stderr/stdout
- .mode MODE ?TABLE? Set output mode where MODE is one of:
- csv Comma-separated values
- column Left-aligned columns. (See .width)
-@@ -132,25 +141,29 @@
- .prompt MAIN CONTINUE Replace the standard prompts
- .quit Exit this program
- .read FILENAME Execute SQL in FILENAME
-+.restore ?DB? FILE Restore content of DB (default "main") from FILE
- .schema ?TABLE? Show the CREATE statements
-+ If TABLE specified, only show tables matching
-+ LIKE pattern TABLE.
- .separator STRING Change separator used by output mode and .import
- .show Show the current values for various settings
--.tables ?PATTERN? List names of tables matching a LIKE pattern
-+.stats ON|OFF Turn stats on or off
-+.tables ?TABLE? List names of tables
-+ If TABLE specified, only list tables matching
-+ LIKE pattern TABLE.
- .timeout MS Try opening locked tables for MS milliseconds
--.width NUM NUM ... Set column widths for "column" mode
-+.width NUM1 NUM2 ... Set column widths for "column" mode
-+.timer ON|OFF Turn the CPU timer measurement on or off
- sqlite>
- |cc .
- .sp
- .fi
--
- .SH OPTIONS
- .B sqlite3
- has the following options:
- .TP
--.BI \-init\ file
--Read and execute commands from
--.I file
--, which can contain a mix of SQL statements and meta-commands.
-+.BI \-init\ file
-+Read and execute commands from file , which can contain a mix of SQL statements and meta-commands.
- .TP
- .B \-echo
- Print commands before execution.
-@@ -158,11 +171,23 @@
- .B \-[no]header
- Turn headers on or off.
- .TP
-+.B \-bail
-+Stop after hitting an error.
-+.TP
-+.B \-interactive
-+Force interactive I/O .
-+.TP
-+.B \-batch
-+Force batch I/O .
-+.TP
- .B \-column
- Query results will be displayed in a table like form, using
- whitespace characters to separate the columns and align the
- output.
- .TP
-+.B \-csv
-+Set output mode to CSV (comma separated values).
-+.TP
- .B \-html
- Query results will be output as simple HTML tables.
- .TP
-@@ -178,6 +203,9 @@
- .BI \-separator\ separator
- Set output field separator. Default is '|'.
- .TP
-+.B \-stats
-+Print memory stats before each finalize.
-+.TP
- .BI \-nullvalue\ string
- Set string used to represent NULL values. Default is ''
- (empty string).
-@@ -185,6 +213,9 @@
- .B \-version
- Show SQLite version.
- .TP
-+.BI \-vfs\ name
-+Use name as the default VFS .
-+.TP
- .B \-help
- Show help on options and exit.
-
-@@ -222,8 +253,9 @@
- .SH SEE ALSO
- http://www.sqlite.org/
- .br
--The sqlite-doc package
-+The sqlite3-doc package.
- .SH AUTHOR
- This manual page was originally written by Andreas Rottmann
- <rotty@debian.org>, for the Debian GNU/Linux system (but may be used
--by others). It was subsequently revised by Bill Bumgarner <bbum@mac.com>.
-+by others). It was subsequently revised by Bill Bumgarner <bbum@mac.com> and
-+further updated by Laszlo Boszormenyi <gcs@debian.hu> .
diff --git a/debian/patches/series b/debian/patches/series
index 36ff741..7b65a7a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
10-520466-libsqlite3-depends-on-libdl.patch
10-520478-squash-bad-deps.patch
-11-update-manpage.patch
20-hurd-locking-style.patch