diff options
author | Louie Shprung <lshprung@scu.edu> | 2023-02-27 14:01:15 -0800 |
---|---|---|
committer | Louie S <louie@example.com> | 2023-02-27 21:16:17 -0800 |
commit | d83a612b499d768eba49239100212dde06d832c3 (patch) | |
tree | 3f5f15fd345d05ed72bb18d7f29a4af83c42012b /debian/source | |
parent | bf0172b7e6391aa1345a0e8add0b622d08e0053b (diff) |
Create debian directory for building basic .deb package
Diffstat (limited to 'debian/source')
-rw-r--r-- | debian/source/format | 1 | ||||
-rw-r--r-- | debian/source/local-options | 2 |
2 files changed, 3 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/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 |