diff options
| author | Jason D. McCormick <jason@mfamily.org> | 2023-12-20 16:59:36 -0500 |
|---|---|---|
| committer | Jason D. McCormick <jason@mfamily.org> | 2023-12-20 16:59:36 -0500 |
| commit | 4f2d1ec1ee72a3f5eef3d2be68cc12951c204e3f (patch) | |
| tree | 9170600115be2f5dac7a3cbffd4834cef0ac3cd1 /debian/source | |
| parent | 62bca1b61296ac551574818c5021188913678168 (diff) | |
add basic debian building
Diffstat (limited to 'debian/source')
| -rw-r--r-- | debian/source/format | 1 | ||||
| -rw-r--r-- | debian/source/lintian-overrides | 11 | ||||
| -rw-r--r-- | debian/source/local-options | 0 |
3 files changed, 12 insertions, 0 deletions
diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides new file mode 100644 index 0000000..16ee08a --- /dev/null +++ b/debian/source/lintian-overrides @@ -0,0 +1,11 @@ +# These are part of the source and I'm not sure +# why it's alerting +allmon3 source: source-is-missing [web/index.html] +allmon3 source: source-is-missing [web/voter.html] + +# Overkill to disribute the entire bootstrap download +# in the repository +allmon3 source: source-is-missing [web/js/bootstrap.bundle.min.js] + +# Upstream is debian +allmon3 source: no-debian-changes diff --git a/debian/source/local-options b/debian/source/local-options new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/debian/source/local-options |
