From 4f2d1ec1ee72a3f5eef3d2be68cc12951c204e3f Mon Sep 17 00:00:00 2001 From: "Jason D. McCormick" Date: Wed, 20 Dec 2023 16:59:36 -0500 Subject: add basic debian building --- debian/source/format | 1 + debian/source/lintian-overrides | 11 +++++++++++ debian/source/local-options | 0 3 files changed, 12 insertions(+) create mode 100644 debian/source/format create mode 100644 debian/source/lintian-overrides create mode 100644 debian/source/local-options (limited to 'debian/source') 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 -- cgit v1.2.3