diff options
author | Louie Shprung <lshprung@scu.edu> | 2022-12-10 19:04:20 -0800 |
---|---|---|
committer | Louie Shprung <lshprung@scu.edu> | 2022-12-10 19:04:20 -0800 |
commit | ddce7019238109784eb1036e2dfe436dc6f21f53 (patch) | |
tree | ee0cf6642650c5c451c1dd95b13dc78e49c27979 /debian/control | |
parent | 603af77207d98b607de80bb734e4123bb9279786 (diff) |
Created debian/
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..18687d9 --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: simple-snake +Section: unknown +Priority: optional +Maintainer: Louie S <louie@example.com> +Build-Depends: debhelper-compat (= 12), dh-autoreconf +Standards-Version: 4.5.0 +Homepage: <insert the upstream URL, if relevant> + +Package: simple-snake +Architecture: any +Multi-Arch: foreign +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: auto-generated package by debmake + This Debian binary package was auto-generated by the + debmake(1) command provided by the debmake package. |