summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2023-11-23 21:56:12 +0100
committerJoel Klinghed <the_jk@spawned.biz>2023-11-23 21:58:22 +0100
commitf55b3ffc5b2e2745e5392ce0022b9e38b2c7fa3d (patch)
tree87186961273bd251bbd9143691774f81eea9fd95 /debian/control
parent4d10bf26b8492e2cee2948b7689f1ef52ef296db (diff)
Add basic support for building a debian package
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..35ffb72
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,16 @@
+Source: timer
+Section: unknown
+Priority: optional
+Maintainer: the_jk <the_jk@spawned.biz>
+Build-Depends: debhelper-compat (= 13)
+Standards-Version: 4.5.1
+Homepage: <insert the upstream URL, if relevant>
+#Vcs-Browser: https://salsa.debian.org/debian/timer
+Vcs-Git: ssh://git.spawned.biz/srv/git/timer.git
+Rules-Requires-Root: no
+
+Package: timer
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>