I was not sure whether to use PostGIS to store the GPS location of the company, as i am sure i will only use that point just to show the map. However, just in case, it is not a big deal. There is no way to change that from the administration pages for now, because of time constraints, and it is very unlikely that they will change the campgrounds’ location in the near future. The location is in a separate table because i did not want to have to change every test file, to be honest, but this also makes the map “optional” without the need for NULL values. I added the contact address to every public page because the new design adds it to the footer, so i will be needing it everywhere, just like the menu.
78 lines
2.0 KiB
Plaintext
78 lines
2.0 KiB
Plaintext
Source: camper
|
|
Section: web
|
|
Priority: optional
|
|
Maintainer: jordi fita mas <jordi@tandem.blog>
|
|
Build-Depends:
|
|
debhelper-compat (= 13),
|
|
m4,
|
|
dh-golang,
|
|
gettext,
|
|
golang-any,
|
|
golang-github-jackc-pgx-v4-dev,
|
|
golang-github-leonelquinteros-gotext-dev,
|
|
golang-golang-x-text-dev,
|
|
postgresql-all (>= 217~),
|
|
sqitch,
|
|
pgtap,
|
|
postgresql-15-postgis-3,
|
|
postgresql-15-pg-libphonenumber,
|
|
postgresql-15-pgtap,
|
|
postgresql-15-pguri,
|
|
postgresql-15-vat
|
|
Standards-Version: 4.6.0
|
|
XS-Go-Import-Path: dev.tandem.ws/tandem/camper
|
|
Vcs-Browser: https://dev.tandem.ws/tandem/camper
|
|
Vcs-Git: https://dev.tandem.ws/tandem/camper.git
|
|
Homepage: https://dev.tandem.ws/tandem/camper
|
|
Rules-Requires-Root: no
|
|
|
|
Package: golang-tandem-camper-dev
|
|
Architecture: all
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Depends:
|
|
${misc:Depends},
|
|
golang-github-jackc-pgx-v4-dev,
|
|
golang-github-leonelquinteros-gotext-dev,
|
|
golang-golang-x-text-dev
|
|
Description: Simple campground reservation management application
|
|
A simple web application to manage reservations to campgrounds, intended for
|
|
small companies in Spain.
|
|
.
|
|
This is the dev package.
|
|
|
|
Package: camper
|
|
Architecture: any
|
|
Depends:
|
|
${shlibs:Depends},
|
|
${misc:Depends},
|
|
adduser
|
|
Built-Using: ${misc:Built-Using}
|
|
Description: Simple campground reservation management application
|
|
A simple web application to manage reservations to campgrounds, intended for
|
|
small companies in Spain.
|
|
|
|
Package: camper-sqitch
|
|
Architecture: all
|
|
Depends:
|
|
${misc:Depends},
|
|
postgresql-15-postgis-3,
|
|
postgresql-15-pg-libphonenumber,
|
|
postgresql-15-pguri,
|
|
postgresql-15-vat,
|
|
sqitch
|
|
Description: Simple campground reservation management application
|
|
A simple web application to manage reservations to campgrounds, intended for
|
|
small companies in Spain.
|
|
.
|
|
This is the Sqitch migration package.
|
|
|
|
Package: camper-demo
|
|
Architecture: all
|
|
Depends:
|
|
${misc:Depends}
|
|
Description: Simple campground reservation management application
|
|
A simple web application to manage reservations to campgrounds, intended for
|
|
small companies in Spain.
|
|
.
|
|
This is the demo package.
|