]> code.citadel.org Git - citadel.git/commitdiff
* cleanup
authorWilfried Göesgens <willi@citadel.org>
Thu, 28 Dec 2006 12:17:59 +0000 (12:17 +0000)
committerWilfried Göesgens <willi@citadel.org>
Thu, 28 Dec 2006 12:17:59 +0000 (12:17 +0000)
citadel/debian/control
citadel/techdoc/roadmap.txt

index b9fa37c13e0754c1a0e10190476b34aa5df3c6c1..afd5350738060a6d181bd58d6eed679432d37f54 100644 (file)
@@ -2,7 +2,7 @@ Source: citadel
 Section: mail
 Priority: optional
 Maintainer: Wilfried Goesgens <w.goesgens@chaosindutries.de>
 Section: mail
 Priority: optional
 Maintainer: Wilfried Goesgens <w.goesgens@chaosindutries.de>
-Build-Depends: debhelper (>= 4.0.0), libical0-dev, autotools-dev, zlib1g-dev , libssl-dev, libncurses5-dev, libdb4.4-dev|libdb4.3-dev, libldap2-dev, libsasl2-dev, libgnutls-dev | libgnutls11-dev, libgcrypt11-dev, bison, libpam0g-dev, gettext, libsieve2-dev
+Build-Depends: debhelper (>= 4.0.0), libical0-dev, autotools-dev, zlib1g-dev , libssl-dev, libncurses5-dev, libdb4.4-dev|libdb4.3-dev, libldap2-dev, bison, libpam0g-dev, libsieve2-dev
 Standards-Version: 3.6.1
 
 Package: citadel-server
 Standards-Version: 3.6.1
 
 Package: citadel-server
@@ -38,12 +38,6 @@ Description: This is the commandline-client to the citadel BBS system.
  software that helps them work, play, stay in touch... without calling 
  attention to itself.
 
  software that helps them work, play, stay in touch... without calling 
  attention to itself.
 
-Package: citadel-unixlogin
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: This enables your citadel server to sync its passwords with 
- unix system accounts.
-
 Package: citadel-mta
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, citadel-server 
 Package: citadel-mta
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, citadel-server 
index e4fcf455dc55c3b94805535966f338505a8fb480..43557cf6194b4e61794a8b1287c6ac8ccfdeddbb 100644 (file)
@@ -78,7 +78,7 @@ some code and deciding what to work on.
 
 * backtraces in the log in case of panics, etc.
 
 
 * backtraces in the log in case of panics, etc.
 
-* auto-login should move from compile to installtime.
+* auto-login should move from compile to installtime.(done)
 
 * scheduled restarts there should be a way to notify all users 
    (whether via imap or webcit) that citadel is going to be unavailable.
 
 * scheduled restarts there should be a way to notify all users 
    (whether via imap or webcit) that citadel is going to be unavailable.