- Timestamp:
- 09/24/05 13:43:59 (19 years ago)
- Location:
- pykota/trunk/debian
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/debian/control
r2228 r2475 8 8 Package: pykota 9 9 Architecture: all 10 Depends: ${python:Depends}, python-egenix-mxdatetime, cupsys | lprng,python-pygresql | python-ldap, jaxml, python-osd, python-reportlab10 Depends: ${python:Depends}, python-egenix-mxdatetime, cupsys, python-pygresql | python-ldap, jaxml, python-osd, python-reportlab 11 11 Recommends: snmp, netatalk, python-psyco, npadmin 12 Description: Print Quota/Accounting system for CUPS and LPRng12 Description: Print Quota/Accounting system for CUPS 13 13 PyKota is a full featured, internationalized, centralized and extensible 14 Print Quota system for CUPS and LPRng. It supports both PostgreSQL and14 Print Quota system for CUPS. It supports both PostgreSQL and 15 15 OpenLDAP (or other LDAP servers) as the quota database backend. 16 Older versions of this software also support LPRng as the printing 17 system, but this release doesn't. LPRng support might be reintroduced 18 at a later date. 16 19 . 17 20 This software features most of what you might expect from a modern Print -
pykota/trunk/debian/pykota.config
r2146 r2475 6 6 . /usr/share/debconf/confmodule 7 7 8 #db_title "Print Quota/Accounting system for CUPS and LPRng, PyKota" 8 #db_title "Print Quota/Accounting system for CUPS, PyKota" 9 10 db_input medium pykota/upgrading_1.23 || true 11 db_go 9 12 10 13 db_input medium pykota/upgrading_1.21alpha24 || true -
pykota/trunk/debian/pykota.templates
r2146 r2475 1 2 Template: pykota/upgrading_1.23 3 Type: note 4 Description: Upgrading from a pre-1.23 to >=1.23 5 Warning: if you ar upgrading from a pre-1.23 to 6 1.23 or above and use the postgreSQL backend, 7 then you have to modify your database schema using 8 /usr/share/doc/pykota/initscripts/postgresql/upgrade-to-1.23.sql 9 . 10 Please read documentation in 11 /usr/share/doc/pykota/initscripts/postgresql/ to learn 12 how to do. 13 . 14 You don't have anything special to do if this is your 15 first installation or if you are already running 16 version 1.23 or above. 1 17 2 18 Template: pykota/upgrading_1.21alpha24