From 446cfa176cff292c0fc2b9733383a6a63f9742c4 Mon Sep 17 00:00:00 2001 From: flu0r1ne Date: Wed, 11 Aug 2021 23:53:12 -0500 Subject: Init w/ dh-make-golang --- debian/control | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..50c5514 --- /dev/null +++ b/debian/control @@ -0,0 +1,28 @@ +Source: planr +Maintainer: Alex David +Uploaders: Alex David +Section: devel +Testsuite: autopkgtest-pkg-go +Priority: optional +Build-Depends: debhelper-compat (= 12), + dh-golang, + golang-any, + golang-toml-dev +Standards-Version: 4.5.0 +Vcs-Browser: https://www.git.flu0r1ne.net/deb-planr/ +Vcs-Git: https://git.flu0r1ne.net/deb-planr/ +Homepage: https://www.git.flu0r1ne.net/planr/about/ +Rules-Requires-Root: no +XS-Go-Import-Path: golang.flu0r1ne.net/planr + +Package: planr +Architecture: amd64 +Depends: ${misc:Depends}, + ${shlibs:Depends}, + cmake, + make +Built-Using: ${misc:Built-Using} +Description: An open-source, distrubed code grading tool for the classroom + PlanR aggregates various results from testing frameworks automating grading. + It aims to provide simple and modular configuration. The configuration. + language can provide context and grading information to test cases. -- cgit v1.2.3