summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <hans@eds.org>2012-03-30 22:05:00 -0400
committerHans-Christoph Steiner <hans@eds.org>2012-03-31 21:33:26 -0400
commit6ad304703a0c7fb974f82511f913cc64786cf412 (patch)
treed36d5e232f929bfe213f8afbf37d9ed316d82ee8
parentb92fb94e0342045188556def0efcbd5bc81a16ba (diff)
remove sqlite3-doc, the SQLCipher docs are no different
-rw-r--r--debian/control13
-rwxr-xr-xdebian/rules4
-rw-r--r--debian/sqlite3-doc.docs1
3 files changed, 2 insertions, 16 deletions
diff --git a/debian/control b/debian/control
index 1ce8d0c..4dac645 100644
--- a/debian/control
+++ b/debian/control
@@ -18,19 +18,6 @@ Description: Command line interface for SQLite 3
Programs that link with the SQLite library can have SQL database
access without running a separate RDBMS process.
-Package: sqlite3-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends}
-Recommends: sqlite3
-Description: SQLite 3 documentation
- SQLite is a C library that implements an SQL database engine.
- Programs that link with the SQLite library can have SQL database
- access without running a separate RDBMS process.
- .
- This package contains the documentation that is also available on
- the SQLite homepage.
-
Package: libsqlite3-0-dbg
Section: debug
Architecture: any
diff --git a/debian/rules b/debian/rules
index c91550d..a25b84e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -77,7 +77,7 @@ binary-indep: build install
dh_install -i --sourcedir=$(DESTDIR)
dh_installdocs -i
- dh_installchangelogs -i www/changes.html
+ dh_installchangelogs -i
dh_compress -i
dh_fixperms -i
dh_installdeb -i
@@ -92,7 +92,7 @@ binary-arch: build install
dh_install -a --sourcedir=$(DESTDIR)
dh_installman -a
dh_installdocs -a
- dh_installchangelogs -a www/changes.html
+ dh_installchangelogs -a
dh_strip -a --dbg-package=libsqlite3-0-dbg
dh_compress -a
dh_fixperms -a
diff --git a/debian/sqlite3-doc.docs b/debian/sqlite3-doc.docs
deleted file mode 100644
index f07a8de..0000000
--- a/debian/sqlite3-doc.docs
+++ /dev/null
@@ -1 +0,0 @@
-www/*