]> WPIA git - gigi.git/blob - debian/control
fix: error when adding Verifications Points via Test Manager
[gigi.git] / debian / control
1 Source: wpia-gigi
2 Section: java
3 Priority: optional
4 Maintainer: unknown <software@wpia.club>
5 Build-Depends: debhelper (>= 8.0.0), dh-systemd, java7-sdk-headless, ant, wget, publicsuffix
6 Standards-Version: 3.9.4
7 Homepage: https://wpia.club
8 #Vcs-Git: git://git.debian.org/collab-maint/gigi.git
9 #Vcs-Browser: http://git.debian.org/?p=collab-maint/gigi.git;a=summary
10
11 Package: wpia-gigi
12 Architecture: all
13 Depends: java7-runtime-headless, wpia-gigi-setuid, libpostgresql-jdbc-java, libdnsjava-java, ${shlibs:Depends}, ${misc:Depends}
14 Recommends: pwned-passwords-bin
15 Conflicts: wpia-gigi-testing
16 Description: WPIA Web-DB software.
17  This program is used to manage accounts and certificates.
18
19 Package: wpia-gigi-testing
20 Architecture: all
21 Depends:  java7-runtime-headless, wpia-gigi-setuid, libpostgresql-jdbc-java, libdnsjava-java, ${shlibs:Depends}, ${misc:Depends}
22 Conflicts: wpia-gigi
23 Description: WPIA Web-DB software testing version.
24  This program is the release to the testing server.
25
26 Package: wpia-gigi-setuid
27 Architecture: any
28 Depends: java7-runtime-headless, ${shlibs:Depends}, ${misc:Depends}
29 Description: WPIA Web-DB software's setuid native library.
30  It is used to drop privilleges after allocating ports.