#2916 Changes to debian packaging
[freeside.git] / debian / control
1 Source: freeside
2 Section: misc
3 Priority: extra
4 Maintainer: Ivan Kohler <ivan-debian@420.am>
5 Build-Depends: debhelper (>= 5), perl (>= 5.8)
6 Standards-Version: 3.7.2
7 Homepage: http://www.freeside.biz/freeside
8 #Vcs-Browser: http://www.freeside.biz/cgi-bin/viewvc.cgi/freeside/
9 #Vcs-Cvs: :pserver:anonymous:anonymous@cvs.420.am:/home/cvs/cvsroot freeside
10
11 Package: freeside
12 Architecture: all
13 Pre-Depends: freeside-lib
14 # dbconfig-common
15 Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, freeside-webui, debconf, adduser (>= 3.11)
16 Recommends: cron
17 Suggests: gnupg
18 Description: Billing and trouble ticketing for service providers
19  Freeside is a web-based billing, trouble ticketing and network monitoring
20  application.  It includes features for ISPs and WISPs, hosting providers and
21  VoIP providers, but can also be used as a generic customer database, invoicing
22  and membership application.  If you like buzzwords, you can call it a
23  "BSS/OSS and CRM solution".
24
25 Package: freeside-lib
26 Architecture: all
27 Depends: ghostscript | gs-gpl, gsfonts, libauthen-passphrase-perl, libbusiness-creditcard-perl, libcache-cache-perl, libcache-simple-timedexpiry-perl, libclass-returnvalue-perl, libcrypt-passwdmd5-perl, libdate-manip-perl, libdbd-pg-perl | libdbd-mysql-perl, libdbi-perl, libdbix-dbschema-perl (>= 0.35), libdbix-searchbuilder-perl, libfile-counterfile-perl, libfile-rsync-perl, libfrontier-rpc-perl, libhtml-format-perl, libhtml-tree-perl, libipc-run3-perl, libipc-sharelite-perl,  liblingua-en-nameparse-perl, liblocale-maketext-fuzzy-perl, liblocale-maketext-lexicon-perl, liblocale-subcountry-perl, liblog-dispatch-perl, libmailtools-perl (>= 2), libmime-perl (>= 5.424) | libmime-perl (< 5.421), libnet-domain-tld-perl, libnet-scp-perl, libnet-ssh-perl, libnet-whois-raw-perl, libnetaddr-ip-perl, libnumber-format-perl, libregexp-common-perl, libstring-approx-perl, libstring-shellquote-perl, libterm-readkey-perl, libtest-inline-perl, libtext-autoformat-perl, libtext-csv-perl, libtext-template-perl, libtext-wrapper-perl, libtie-ixhash-perl, libtime-duration-perl, libtime-modules-perl, libtimedate-perl, libuniversal-require-perl, liburi-perl, libwant-perl, libwww-perl, libemail-sender-perl, libemail-sender-transport-smtp-tls-perl
28 Recommends: libdbd-pg-perl, libdbd-mysql-perl, rsync
29 Suggests: libbusiness-onlinepayment-perl
30 Description: Libraries for Freeside billing and trouble ticketing
31  Freeside is a web-based billing and trouble ticketing application.
32  .
33  This package provides the perl libraries and command line utilities.  Also,
34  the init script and daemons used by the system are currently provided by this
35  package.
36
37 #Package: freeside-bin
38 #Architecture: all
39 #Depends: freeside-lib
40 #Description: Command line tools for Freeside billing and trouble ticketing
41 # Freeside is a web-based billing and trouble ticketing application.
42 # .
43 # This package provides the command-line utilities.
44
45 Package: freeside-webui
46 Architecture: all
47 Depends: freeside-lib, apache2, libapache2-mod-perl2, libapache2-request-perl, libapache-session-perl, libchart-perl, libcolor-scheme-perl, libdatetime-perl, libdatetime-format-strptime-perl, libgd-gd2-noxpm-perl | libgd-gd2-perl, libgd-graph-perl, libhtml-mason-perl, libhtml-scrubber-perl, libhtml-widgets-selectlayers-perl, libio-stringy-perl, libjson-perl, liblingua-en-inflect-perl, libmodule-versions-report-perl, libspreadsheet-writeexcel-perl, libtree-simple-perl, libyaml-perl
48 Recommends: libapache-dbi-perl
49 Description: Web interface for Freeside billing and trouble ticketing
50  Freeside is a web-based billing and trouble ticketing application.
51  .
52  This package provides the web interface for employees.
53
54 #Package: freeside-selfservice-client
55 #Architecture: all
56 #Description: End-customer interface to Freeside billing and trouble ticketing
57 # Freeside is a web-based billing and trouble ticketing application.
58 # .
59 # This package provides customer signup and self-service web interfaces and
60 # XML-RPC, PHP and Perl APIs.
61 # .
62 # In production use, this package is typically installed on a public web server,
63 # separate from the rest of the freeside-* packages.