diff options
author | ivan <ivan> | 2001-06-05 21:40:55 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-06-05 21:40:55 +0000 |
commit | e1ae1a59b53ec391cc1b9442afd4b9f1f0f31730 (patch) | |
tree | cde00d219257162a7965fdf6c5bc3bad807c733f /debian/control | |
parent | e006c6e8ce11b3db53d5cd88b81092bf727f3080 (diff) |
add deb packaging foo (doesn't work yet)
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 000000000..2f66fd395 --- /dev/null +++ b/debian/control @@ -0,0 +1,82 @@ +Source: freeside +Section: admin +Priority: optional +Maintainer: Ivan Kohler <ivan-debian@420.am> +Build-Depends: debhelper (>> 3.0.0) +Standards-Version: 3.5.2 + +Package: freeside +Architecture: any +Depends: freeside-lib +Recommends: freeside-doc, freeside-ui-webui, libterm-query-perl +Suggests: freeside-passwd-server, freeside-signup-server, freeside-session-server +Description: Billing and administration package for ISPs. + Freeside is a billing and account administration package for ISPs. It stores + customer information in an SQL database, and will update UNIX passwd and + shadow files, and configuration for sendmail, qmail, BIND and/or Apache. + It is also useful as a central database of accounts/domains/web-space + for a large number of machines. + +Package: freeside-doc +Architecture: all +Description: Documentation for freeside + This package provides the HTML documentation for Freeside, a billing and + account administration package for ISPs. + +Package: freeside-lib +Architecture: all +Depends: libdigest-md5-perl, liburi-perl, libhtml-parser-perl, libnet-perl, liblocale-codes-perl, libnet-whois-perl, libwww-perl, libbusiness-creditcard-perl, mailtools, libtimedate-perl, libdate-manip-perl, libfile-counterfile-perl, libfreezethaw-perl, libtext-template-perl, libdbd-pg-perl +Description: Freeside libraries and extension API + This package contains the libraries which implement the business logic and + backend functions of Freeside, a billing and account administration package + for ISPs. This package also contains the manual pages for the library API. + +Package: freeside-ui-web +Architecture: all +Depends: libstring-approx-perl, freeside-lib, libapache-mod-perl|apache-perl +Suggests: libapache-mod-ssl|apache-ssl +Description: Easy-to-use web interface for Freeside + This package contains the web interface for Freeside, a billing and account + administration package for ISPs. This is what sales or support folks will + typically use to add new accounts, edit exiting accounts and so on. + +Package: freeside-passwd-server +Architecture: all +Depends: freeside-lib +Description: Freeside password server + This component of Freeside, a billing and account administration package for + ISPs, + +Package: freeside-passwd-client +Architecture: all +Depends: +Description: + <rar> + +Package: freeside-signup-server +Architecture: all +Depends: freeside-lib +Description: + <rar> + +Package: freeside-signup-client +Architecture: all +Depends: +Description: + <rar> + +Package: freeside-signup-client-webui +Architecture: all +Depends: freeside-signup-client-lib, httpd +Description: + <rar> + +Package: freeside-session-server +Architecture: all +Depends: freeside-lib +Description: + <rar> + +Package: freeside-session-client +Architecture: all +Depends: ssh |