According to the de facto project layout for Go[0], these files should go into a build/package folder, but since i already broke the rules with Sqitch’s folders, i do not see why i have to go against Debian’s conventions of putting it into a debian subfolder of the root. [0]: https://github.com/golang-standards/project-layout
24 lines
674 B
Plaintext
24 lines
674 B
Plaintext
Source: numerus
|
|
Section: web
|
|
Priority: optional
|
|
Maintainer: jordi fita mas <jordi@tandem.blog>
|
|
Build-Depends:
|
|
debhelper-compat (= 13),
|
|
dh-golang,
|
|
golang-any,
|
|
golang-github-jackc-pgx-v4-dev,
|
|
Standards-Version: 4.6.0
|
|
XS-Go-Import-Path: dev.tandem.ws/tandem/numerus
|
|
Vcs-Browser: https://dev.tandem.ws/tandem/numerus
|
|
Vcs-Git: https://dev.tandem.ws/tandem/numerus.git
|
|
Homepage: https://dev.tandem.ws/tandem/numerus
|
|
Rules-Requires-Root: no
|
|
|
|
Package: numerus
|
|
Architecture: any
|
|
Depends:
|
|
${misc:Depends}
|
|
Description: Simple invoicing and accounting web application
|
|
A simple web application to keep invoice and accouting records, intended for
|
|
contractors working in Spain.
|