root/branches/debian/control.in

Revision 851, 2.5 kB (checked in by raphael, 1 year ago)

Initial package

Line 
1 Source: ispcp-omega
2 Section: web
3 Priority: extra
4 Maintainer: Raphael Geissert <atomo64@gmail.com>
5 Build-Depends: debhelper (>= 5), quilt (>= 0.4)
6 Standards-Version: 3.7.2
7
8 Package: ispcp-omega
9 Architecture: all
10 Depends: ispcp-omega-daemon, ispcp-omega-gui
11 Description: #GENERIC_SHORT_DESCRIPTION#
12  #GENERIC_LARGE_DESCRIPTION#
13  .
14  This is a meta package depending on all the base components
15
16 Package: ispcp-omega-daemon
17 Architecture: any
18 Depends: ${shlibs:Depends}, ${misc:Depends}, ispcp-omega-backend (>= ${source:Version})
19 Description: #GENERIC_SHORT_DESCRIPTION# - system daemon
20  #GENERIC_LARGE_DESCRIPTION#
21  .
22  This package contains the daemon used to connect the GUI with the backend
23
24 Package: ispcp-omega-backend
25 Architecture: all
26 Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}, apache2-mpm-worker | apache2, lsb-base, bind9, postgrey, postfix, mysql-server, mysql-client, iptables, bzip2
27 Recommends: libapache2-mod-cband, libapache2-mod-fastcgi, chkrootkit, rkhunter, proftpd-mysql, courier-authdaemon, courier-base, courier-imap, courier-maildrop, courier-pop
28 Description: #GENERIC_SHORT_DESCRIPTION# - backend scripts
29  #GENERIC_LARGE_DESCRIPTION#
30  .
31  This package contains the scripts conforming the backend
32
33 Package: ispcp-omega-gui
34 Architecture: all
35 Depends: ${misc:Depends}, libphp-adodb, php5-cgi | php4-cgi | php5 | php4, php5-mysql | php4-mysql, php5-mhash | php4-mhash, php5-mcrypt | php4-mcrypt,
36 Recommends: ispcp-omega-backend (>= ${source:Version}), ispcp-omega-gui-filemanager (>= ${source:Version}), ispcp-omega-gui-pma (>= ${source:Version}), ispcp-omega-gui-webmail (>= ${source:Version}), php5-adodb, php5-idn
37 Description: #GENERIC_SHORT_DESCRIPTION# - web frontend
38  #GENERIC_LARGE_DESCRIPTION#
39  .
40  This package contains the default filemanager
41
42 Package: ispcp-omega-gui-filemanager
43 Architecture: all
44 Depends: ispcp-omega-gui (>= ${source:Version}), ${misc:Depends}
45 Description: #GENERIC_SHORT_DESCRIPTION# - GUI's file manager
46  #GENERIC_LARGE_DESCRIPTION#
47  .
48  This package contains the default filemanager
49
50 Package: ispcp-omega-gui-pma
51 Architecture: all
52 Depends: ispcp-omega-gui (>= ${source:Version}), ${misc:Depends}
53 Description: #GENERIC_SHORT_DESCRIPTION# - phpmyadmin
54  #GENERIC_LARGE_DESCRIPTION#
55  .
56  This package contains phpmyadmin
57
58 Package: ispcp-omega-gui-webmail
59 Architecture: all
60 Depends: ispcp-omega-gui (>= ${source:Version}), ${misc:Depends}, php5 | php4, php5-imap | php4-imap
61 Description: #GENERIC_SHORT_DESCRIPTION# - GUI's webmail
62  #GENERIC_LARGE_DESCRIPTION#
63  .
64  This package contains the default webmail
65
Note: See TracBrowser for help on using the browser.