diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-10 20:46:57 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-10 20:46:57 +0300 |
commit | 71a73135199d11f22a7c0ef03b3123030a585cd1 (patch) | |
tree | 7646d71acfa852a30dd37a893989c27cbb8a8a16 /_posts/snippets/ubuntu_packaging/basic/control | |
parent | get rid of MathJax workaround (diff) | |
download | blog-71a73135199d11f22a7c0ef03b3123030a585cd1.tar.gz blog-71a73135199d11f22a7c0ef03b3123030a585cd1.zip |
add "Basic Ubuntu packaging"
Diffstat (limited to '_posts/snippets/ubuntu_packaging/basic/control')
-rw-r--r-- | _posts/snippets/ubuntu_packaging/basic/control | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/_posts/snippets/ubuntu_packaging/basic/control b/_posts/snippets/ubuntu_packaging/basic/control new file mode 100644 index 0000000..55f8252 --- /dev/null +++ b/_posts/snippets/ubuntu_packaging/basic/control @@ -0,0 +1,13 @@ +Source: test +Section: utils +Priority: optional +Maintainer: John Doe <John.Doe@example.com> +Build-Depends: debhelper-compat (= 12) +Standards-Version: 4.4.1 +Homepage: https://example.com/test + +Package: test +Architecture: all +Depends: ${misc:Depends} +Description: This is a test package. + This is a test package, just trying out Debian packaging. |