Changeset 1812 for pykota/trunk
- Timestamp:
- 10/13/04 09:40:10 (20 years ago)
- Location:
- pykota/trunk/debian
- Files:
-
- 4 added
- 1 removed
- 4 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/debian/changelog
r1664 r1812 1 pykota (1.20alpha24) unstable; urgency=low 2 3 * Update from CVS. 4 5 -- Sergio Gonz�z Gonz�z <sergio.gonzalez@hispalinux.es> Wed, 13 Oct 2004 01:29:44 +0200 6 7 pykota (1.20alpha23) unstable; urgency=low 8 9 * Update from CVS. 10 * Added debconf support. 11 * Slightly reorganized the directory debian. 12 * Move pykota.schema to /etc/ldap/schema. 13 * Modified a bit the script setup.py to improve the build process of Debian 14 package. 15 * Add python-psyco as Recommends 16 * Add jaxml and python-osd as Depends 17 18 -- Sergio Gonz�z Gonz�z <sergio.gonzalez@hispalinux.es> Mon, 11 Oct 2004 11:59:15 +0200 19 1 20 pykota (1.19) unstable; urgency=low 2 21 3 * Update from CVS 22 * Update from CVS. 4 23 5 24 -- Jerome Alet <alet@librelogiciel.com> Wed, 28 Jul 2004 15:59:03 +0100 … … 7 26 pykota (1.19alpha29) unstable; urgency=low 8 27 9 * Update from CVS 28 * Update from CVS. 10 29 11 -- Sergio Gonz 'alez Gonz'alez <sergio@hispalinux.es> Mon, 5 Jul 2004 15:59:03 +010030 -- Sergio Gonz�z Gonz�z <sergio.gonzalez@hispalinux.es> Mon, 5 Jul 2004 15:59:03 +0100 12 31 13 32 pykota (1.19alpha20.cvs.20040611-1) unstable; urgency=low 14 33 15 * Update from CVS 34 * Update from CVS. 16 35 17 -- Sergio Gonz 'alez Gonz'alez <sergio.gonzalez@hispalinux.es> Fri, 11 Jun 2004 17:10:04 +010036 -- Sergio Gonz�z Gonz�z <sergio.gonzalez@hispalinux.es> Fri, 11 Jun 2004 17:10:04 +0100 18 37 19 38 pykota (1.16.cvs.20040119-1) unstable; urgency=low -
pykota/trunk/debian/control
r1592 r1812 8 8 Package: pykota 9 9 Architecture: all 10 Depends: ${python:Depends}, python-egenix-mxdatetime, cupsys | lprng, python-pygresql | python-ldap, libapache-mod-python 11 Recommends: snmp, netatalk 10 Depends: ${python:Depends}, python-egenix-mxdatetime, cupsys | lprng, python-pygresql | python-ldap, libapache-mod-python, jaxml, python-osd 11 Recommends: snmp, netatalk, python-psyco 12 12 Description: Print Quota/Accounting system for CUPS and LPRng 13 13 PyKota is a complete GPLed Print Quota and Accounting Software Solution -
pykota/trunk/debian/dirs
r1592 r1812 3 3 usr/share/doc/pykota/logos 4 4 usr/share/doc/pykota/initscripts/ldap 5 usr/share/doc/pykota/initscripts/mysql 5 6 usr/share/doc/pykota/initscripts/postgresql 6 7 usr/lib/cups/backend … … 9 10 etc/default 10 11 etc/cron.daily 12 etc/ldap/schema 11 13 var/www -
pykota/trunk/debian/rules
r1669 r1812 41 41 install -m 644 conf/pykota.conf.sample $(CURDIR)/debian/tmp/etc/pykota/pykota.conf 42 42 install -m 640 conf/pykotadmin.conf.sample $(CURDIR)/debian/tmp/etc/pykota/pykotadmin.conf 43 install -m 644 debian/ etc/default/printquota$(CURDIR)/debian/tmp/etc/default/printquota44 install -m 755 debian/ etc/pykota.cron.daily $(CURDIR)/debian/tmp/etc/cron.daily/pykota43 install -m 644 debian/printquota.default $(CURDIR)/debian/tmp/etc/default/printquota 44 install -m 755 debian/pykota.cron.daily $(CURDIR)/debian/tmp/etc/cron.daily/pykota 45 45 46 46 install -m 755 -g www-data -o www-data cgi-bin/printquota.cgi $(CURDIR)/debian/tmp/usr/lib/cgi-bin/printquota.cgi … … 49 49 install -m 644 initscripts/README $(CURDIR)/debian/tmp/usr/share/doc/pykota/initscripts/README 50 50 install -m 644 initscripts/ldap/pykota-sample.ldif $(CURDIR)/debian/tmp/usr/share/doc/pykota/initscripts/ldap/pykota-sample.ldif 51 install -m 644 initscripts/ldap/pykota.schema $(CURDIR)/debian/tmp/ usr/share/doc/pykota/initscripts/ldap/pykota.schema51 install -m 644 initscripts/ldap/pykota.schema $(CURDIR)/debian/tmp/etc/ldap/schema/pykota.schema 52 52 install -m 644 initscripts/ldap/README.ldap $(CURDIR)/debian/tmp/usr/share/doc/pykota/initscripts/ldap/README.ldap 53 install -m 644 initscripts/mysql/README.mysql $(CURDIR)/debian/tmp/usr/share/doc/pykota/initscripts/mysql/README.mysql 54 install -m 644 initscripts/mysql/pykota-mysql.sql $(CURDIR)/debian/tmp/usr/share/doc/pykota/initscripts/mysql/pykota-mysql.sql 53 55 install -m 644 initscripts/postgresql/README.postgresql $(CURDIR)/debian/tmp/usr/share/doc/pykota/initscripts/postgresql/README.postgresql 54 56 install -m 644 initscripts/postgresql/pykota-postgresql.sql $(CURDIR)/debian/tmp/usr/share/doc/pykota/initscripts/postgresql/pykota-postgresql.sql … … 85 87 # dh_install 86 88 # dh_installmenu 87 #dh_installdebconf89 dh_installdebconf 88 90 # dh_installlogrotate 89 91 # dh_installemacsen