forked from public/pyceo
New release (0.2.4).
Updates in this version: * Added csc.schema. * Vim-style keybindings for CEO menus. * Bug fix: call setreuid(euid, euid) in csc-chfn and csc-chsh. * Bug fix: run less in "secure" mode. * Renamed package to ceo.
This commit is contained in:
parent
09f7cfe827
commit
2d87af2d69
|
@ -1,3 +1,13 @@
|
|||
ceo (0.2.4) unstable; urgency=low
|
||||
|
||||
* Added csc.schema.
|
||||
* Vim-style keybindings for CEO menus.
|
||||
* Bug fix: call setreuid(euid, euid) in csc-chfn and csc-chsh.
|
||||
* Bug fix: run less in "secure" mode.
|
||||
* Renamed package to ceo.
|
||||
|
||||
-- Michael Spang <mspang@uwaterloo.ca> Mon, 28 May 2007 02:05:28 -0400
|
||||
|
||||
csc (0.2.3) unstable; urgency=low
|
||||
|
||||
* Added "ceoquery", a utility to retrieve lists of members and users.
|
||||
|
@ -7,6 +17,7 @@ csc (0.2.3) unstable; urgency=low
|
|||
|
||||
-- Michael Spang <mspang@uwaterloo.ca> Sun, 18 Feb 2007 21:35:28 -0500
|
||||
|
||||
|
||||
csc (0.2.2) unstable; urgency=low
|
||||
|
||||
* Added "addhomedir", a utility to create home directories for new users.
|
||||
|
@ -15,6 +26,7 @@ csc (0.2.2) unstable; urgency=low
|
|||
|
||||
-- Michael Spang <mspang@uwaterloo.ca> Mon, 29 Jan 2007 01:47:31 -0500
|
||||
|
||||
|
||||
csc (0.2.1) unstable; urgency=low
|
||||
|
||||
* Documentation updates only
|
||||
|
@ -37,6 +49,8 @@ csc (0.2) unstable; urgency=low
|
|||
|
||||
-- Michael Spang <mspang@uwaterloo.ca> Fri, 26 Jan 2007 20:10:14 -0500
|
||||
|
||||
|
||||
|
||||
csc (0.1) unstable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
Source: csc
|
||||
Source: ceo
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Maintainer: Michael Spang <mspang@uwaterloo.ca>
|
||||
Build-Depends: debhelper (>= 4.0.0)
|
||||
Standards-Version: 3.7.2
|
||||
|
||||
Package: csc
|
||||
Package: ceo
|
||||
Architecture: any
|
||||
Depends: python, python, python-ldap, python-pygresql, krb5-user, less, python-pam, ${shlibs:Depends}
|
||||
Depends: python2.4, python-ldap, python-pygresql, krb5-user, less, python-pam, ${shlibs:Depends}
|
||||
Recommends: quota
|
||||
Description: Computer Science Club Administrative Utilities
|
||||
This package contains the CSC Electronic Office
|
||||
|
|
Loading…
Reference in New Issue