EVERYTHING FROM THE OTHER REPO

This commit is contained in:
2026-07-29 03:36:26 +03:00
parent 6777ea96db
commit 92a6ae42f5
4426 changed files with 1696506 additions and 2 deletions
@@ -0,0 +1,21 @@
SQLite for Debian
-----------------
SQLite 3 for Debian is split up in four packages:
libsqlite0-dev: Development files (headers, static library)
libsqlite0: The database engine library itself
sqlite3: The text-mode user interface
sqlite3-doc: Documentation
About lemon
-----------
Additionally, since 2.8.12-2, a lemon package is generated by the
sqlite source package. The lemon parser generator was previously
maintained in a separate source package, but since upstream maintains
it as part of SQLite, Debian switched to doing it this way, too. The
maintainer of the now-obsolete separate lemon package was Guus
Sliepen <guus@debian.org>.
-- Andreas Rottmann <rotty@debian.org>, Sun Nov 7 13:58:10 2004
@@ -0,0 +1,49 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: sqlite3
Source: https://www.sqlite.org/cgi/src/dir?ci=trunk
Files: *
Copyright: D. Richard Hipp <drh@hwaci.com>
License: public-domain
Files: debian/*
Copyright: 2006- Laszlo Boszormenyi (GCS) <gcs@debian.org>,
2005-2006 Tomas Fasth <tomfa@debian.org>,
2001-2005 Andreas Rottmann <rotty@debian.org>
License: GPL-2+
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License version 2 as published
by the Free Software Foundation.
.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
.
You should have received a copy of the GNU General Public License 2
along with this program. If not, see <https://www.gnu.org/licenses/>.
.
On Debian systems, the full text of the GNU General Public License
version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
Files: debian/sqlite3_analyzer.1
Copyright: 2018 Yuriy M. Kaminskiy Aq yumkam+debian@gmail.com
License: public-domain
Files: debian/patches/*
Copyright: D. Richard Hipp <drh@hwaci.com>
License: public-domain
Files: debian/patches/02-use-packaged-lempar.c.patch
debian/patches/31-increase_SQLITE_MAX_DEFAULT_PAGE_SIZE_to_32k.patch
Copyright: 2006- Laszlo Boszormenyi (GCS) <gcs@debian.org>
License: public-domain
Files: debian/patches/40-amalgamation_configure.patch
Copyright: Jan Palus <atler@pld-linux.org>
License: public-domain
License: public-domain
The files listed have been put on the public domain by the sqlite3
contributors.