Compare commits
No commits in common. "6d48aa6630459b438f32a32ba5cc8d4e2cbfb545" and "e31131d88f426b98951654bdc0814295978385e0" have entirely different histories.
6d48aa6630
...
e31131d88f
|
@ -14,35 +14,10 @@ Vcs-Git: https://dev.tandem.ws/tandem/numerus.git
|
||||||
Homepage: https://dev.tandem.ws/tandem/numerus
|
Homepage: https://dev.tandem.ws/tandem/numerus
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
|
|
||||||
Package: golang-tandem-numerus-dev
|
|
||||||
Architecture: all
|
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
|
||||||
Depends:
|
|
||||||
${misc:Depends},
|
|
||||||
golang-github-jackc-pgx-v4-dev
|
|
||||||
Description: Simple invoicing and accounting web application
|
|
||||||
A simple web application to keep invoice and accouting records, intended for
|
|
||||||
contractors working in Spain.
|
|
||||||
.
|
|
||||||
This is the dev package.
|
|
||||||
|
|
||||||
Package: numerus
|
Package: numerus
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends:
|
Depends:
|
||||||
${shlibs:Depends},
|
|
||||||
${misc:Depends}
|
${misc:Depends}
|
||||||
Built-Using: ${misc:Built-Using}
|
|
||||||
Description: Simple invoicing and accounting web application
|
Description: Simple invoicing and accounting web application
|
||||||
A simple web application to keep invoice and accouting records, intended for
|
A simple web application to keep invoice and accouting records, intended for
|
||||||
contractors working in Spain.
|
contractors working in Spain.
|
||||||
|
|
||||||
Package: numerus-sqitch
|
|
||||||
Architecture: all
|
|
||||||
Depends:
|
|
||||||
${misc:Depends},
|
|
||||||
sqitch
|
|
||||||
Description: Simple invoicing and accounting web application
|
|
||||||
A simple web application to keep invoice and accouting records, intended for
|
|
||||||
contractors working in Spain.
|
|
||||||
.
|
|
||||||
This is the Sqitch migration package.
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
usr/share/gocode/src usr/share/gocode
|
|
|
@ -1,5 +0,0 @@
|
||||||
deploy usr/share/numerus/sqitch
|
|
||||||
revert usr/share/numerus/sqitch
|
|
||||||
verify usr/share/numerus/sqitch
|
|
||||||
sqitch.conf usr/share/numerus/sqitch
|
|
||||||
sqitch.plan usr/share/numerus/sqitch
|
|
|
@ -1,2 +0,0 @@
|
||||||
usr/bin/numerus usr/bin
|
|
||||||
web usr/share/numerus
|
|
Loading…
Reference in New Issue