summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouie Shprung <lshprung@scu.edu>2022-12-10 19:31:54 -0800
committerLouie Shprung <lshprung@scu.edu>2022-12-10 19:31:54 -0800
commit01cd79db7f52a373756ad9e5d8677a8d7e50ad73 (patch)
tree7eecdd64cc6ee4718297ecf73c77dd32412993bc
parentddce7019238109784eb1036e2dfe436dc6f21f53 (diff)
Set fields in debian/control
-rw-r--r--debian/control12
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index 18687d9..0574cc7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,15 +1,15 @@
Source: simple-snake
-Section: unknown
+Section: games
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>
+Homepage: https://github.com/lshprung/simple-snake
Package: simple-snake
-Architecture: any
+Architecture: amd64
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.
+Description: simple ncurses snake game
+ ncurses snake game where the only boundaries are
+ the terminal window.