From a288f5f2c2b71a536902632de3dff3609857a10c Mon Sep 17 00:00:00 2001 From: Michael Lustfield Date: Tue, 21 Mar 2017 02:29:17 -0500 Subject: [PATCH] Adding some TODO notes --- debian/TODO | 12 ++++++++++++ debian/control | 6 ++++-- 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 debian/TODO diff --git a/debian/TODO b/debian/TODO new file mode 100644 index 0000000..c90893f --- /dev/null +++ b/debian/TODO @@ -0,0 +1,12 @@ +Build dependencies are not currently available in Debian. Once they +have been built and accepted, the -dev packages will need to be added +to the Build-Depends list. See: [0] + +Scripts need to be created for sysV and sysD. + +There has been no review of build artifacts. + +There should be a migration document included. + + +[0] https://gist.github.com/MTecknology/64149c25fe230ca97c6231050de620b8 diff --git a/debian/control b/debian/control index 6e2b133..d510a70 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,8 @@ Maintainer: Debian Go Packaging Team Build-Depends: debhelper (>= 10), dh-golang, - golang-any + golang-any, + # TODO # big pile of these Standards-Version: 3.9.8 Homepage: https://github.com/go-gitea/gitea Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/gitea.git @@ -16,7 +17,8 @@ Package: gitea Architecture: any Built-Using: ${misc:Built-Using} Depends: ${shlibs:Depends}, - ${misc:Depends} + ${misc:Depends}, + git Description: Painless self-hosted git service Gitea is a self-hosted git service aiming to provide a full suite of features similar to Gitlab or Github. It aims to be light weight,