diff options
author | B Stack <bgstack15@gmail.com> | 2020-12-10 13:25:27 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-12-10 13:25:27 -0500 |
commit | 1f05dba5702e3a9b13e9795310200821dd1e520c (patch) | |
tree | b79ee1ade76d9cab46f282e269ba9b67ec1e1e8b /debian/source | |
parent | add initial Makefile for install, uninstall (diff) | |
download | hex-zero-1f05dba5702e3a9b13e9795310200821dd1e520c.tar.gz hex-zero-1f05dba5702e3a9b13e9795310200821dd1e520c.tar.bz2 hex-zero-1f05dba5702e3a9b13e9795310200821dd1e520c.zip |
add debian/ and improve installation
Diffstat (limited to 'debian/source')
-rw-r--r-- | debian/source/format | 1 | ||||
-rw-r--r-- | debian/source/lintian-overrides | 1 | ||||
-rw-r--r-- | debian/source/local-options | 2 |
3 files changed, 4 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..24463f4 --- /dev/null +++ b/debian/source/lintian-overrides @@ -0,0 +1 @@ +syntax-error-in-dep5-copyright diff --git a/debian/source/local-options b/debian/source/local-options new file mode 100644 index 0000000..00131ee --- /dev/null +++ b/debian/source/local-options @@ -0,0 +1,2 @@ +#abort-on-upstream-changes +#unapply-patches |