File: README

package info (click to toggle)
heimdal 7.8.git20221117.28daf24%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 37,024 kB
  • sloc: ansic: 363,849; sh: 7,613; javascript: 6,382; makefile: 4,567; perl: 1,936; yacc: 1,786; lex: 732; python: 725; awk: 468; java: 119; asm: 30
file content (25 lines) | stat: -rw-r--r-- 1,036 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

This directory contains a copy of the SQLite3 amalgamation.

In order to help update this copy to newer versions of SQLite3, please
make NO changes to it that are not absolutely necessary:

 - add no features that can't be added as loadable extensions or avoided
   altogether
 - fix no bugs that can't be worked around
 - define macros via the Makefile as much as possible (-D...) rather
   than via changes to the source
 - fix absolutely no whitespace, formatting, or spelling errors
 - fix no compiler warnings (the upstream community mostly doesn't care
   to fix them) unless you're absolutely convinced that the warning(s)
   represent a serious bug(s) that is relevant to Heimdal

If you must make changes to this copy, DO:

 - have a commit just for those changes and no other changes outside
   this part of the tree

 - provide enough information in the commit message that someone else
   (or even yourself) can figure out whether and how to re-apply your
   change years later when updating to a newer version of SQLite3