On Mon, Mar 05, 2007 at 07:12:42PM +0100, Romain Beauxis wrote:
> Le dimanche 25 f?vrier 2007 14:45, Jos? Luis Tall?n a ?crit?:
> > I, for one, have kept and maintain my own Roundcube packages since Feb
> > 2005. However, being "beta" software, and considering that it
Hi !
Le dimanche 25 février 2007 14:45, José Luis Tallón a écrit :
> I, for one, have kept and maintain my own Roundcube packages since Feb
> 2005. However, being "beta" software, and considering that it needs a quite
> robust dbconfig-common infrastructure to a
question : what is the cleanest way to re-ask this
>> question if roundcube-l10n-extra is installed ? Duplicating the
>> snippet of code and the template ? dpkg-reconfigure in postinst ?
> i'd say the code is probably small enough that if you're only doing this
>
gregor herrmann wrote:
> On Sat, 24 Feb 2007 23:27:26 -0200, Fernando M.M. wrote:
>
>
>> Althought i have already seen some old discussion about packing the
>> webmail Roundcube (1) i have not found the package using the
>> package search (2).
>>
> [
On Fri, 2007-02-16 at 20:20 +0100, sean finney wrote:
> but for clarity: are these tmpfiles left in /tmp or /var/tmp, or are
> they in /var/cache somewhere?
>
> there are two seperate issues here really: (1) where does the data
> belong and (2) how should it be managed/deleted?
The answer to (1)
hi vincent,
On Sat, 2007-02-17 at 08:30 +0100, Vincent Bernat wrote:
> Therefore, I have two questions. Here is my snippet of code :
>
> db_metaget roundcube/language languages && oldchoices="$RET"
> if [ ! "$oldchoices" -o "$instd_langs" !=
OoO La nuit ayant déjà recouvert d'encre ce jour du samedi 10 février
2007, vers 23:21, je disais:
> * Package name: roundcube
> Version : 0.099+0.1b2.2-1
> Upstream Author : Thomas Bruederli <[EMAIL PROTECTED]>
> * URL : http://www.ro
each
>> > translation is quite small sized. How much space would it cost to
>> > install all translations?
>>
>> Less than 1MB.
> It doesn't seem worthwhile to split all out then.
Well, extra languages have been packaged as well :
- URL: http://mento
On Fri, 2007-02-16 at 10:35 +0100, Thijs Kinkhorst wrote:
>
> Agreed. With SquirrelMail we do not include a cron job, but refer the
> user to install a package like tmpreaper. No need to be duplicating code
> all over the place.
but for clarity: are these tmpfiles left in /tmp or /var/tmp, or are
On Tue, 2007-02-13 at 07:23 -0600, Gunnar Wolf wrote:
> Vincent Bernat dijo [Tue, Feb 13, 2007 at 01:22:36PM +0100]:
> > >> > MAX_TMPFILE_LIFETIME=15
> > >
> > > Do these files really need to stick around for 15 days?
> >
> > I don't think. But it is a safe value.
>
> Maybe you should depend on
On Tue, 2007-02-13 at 21:54 +0100, Vincent Bernat wrote:
> OoO En ce début de soirée du mardi 13 février 2007, vers 21:34, Thijs
> Kinkhorst <[EMAIL PROTECTED]> disait:
> > As for the binary package, that depends on the installed size. For both
> > phpBB and SquirrelMail we did not split the trans
install all translations?
If that's the way it's done in Debian for existing packages, then I
suppose roundcube should do the same.
Richard
signature.asc
Description: This is a digitally signed message part
OoO En ce début de soirée du mardi 13 février 2007, vers 21:34, Thijs
Kinkhorst <[EMAIL PROTECTED]> disait:
> As for the binary package, that depends on the installed size. For both
> phpBB and SquirrelMail we did not split the translation up, because each
> translation is quite small sized. How
On Tue, 2007-02-13 at 11:31 -0800, Richard Laager wrote:
>
> Personally, I think repacking the tarball would be the lesser of two
> evils. I'd unpack all the language tarballs into some subdirectory,
> creating something like this (using two random language tarballs that
> I looked at as examples)
7;s still safe? On a busy
server, 15 days might be too long. I realize it's customizable, but I
think we should be able to find a reasonable default.
> >> RoundCube can be localized. However, the localization files are in
> >> separate tarballs. Should I package t
Vincent Bernat dijo [Tue, Feb 13, 2007 at 01:22:36PM +0100]:
> >> > MAX_TMPFILE_LIFETIME=15
> >
> > Do these files really need to stick around for 15 days?
>
> I don't think. But it is a safe value.
Maybe you should depend on (or recommend at least) tmpreaper for this?
It's a neat tool, speciali
;> > MAX_TMPFILE_LIFETIME=15
>
> Do these files really need to stick around for 15 days?
I don't think. But it is a safe value.
>> OK, I have included your snippet of code. I don't provide
>> /etc/default/roundcube since it would be a commented fil
I have included your snippet of code. I don't provide
> /etc/default/roundcube since it would be a commented file only and the
> cron job seems already documented.
/etc/default/roundcube seems like a standardized place for this sort of
thing. It seems like you should include tha
OoO En cette matinée pluvieuse du lundi 12 février 2007, vers 10:11,
sean finney <[EMAIL PROTECTED]> disait:
> MAX_TMPFILE_LIFETIME=15
> # MAX_TMPFILE_LIFETIME can be overridden in this file
> if [ -r /etc/default/roundcube ]; then
> . /etc/default/roundcube
>
ng a
> > subdirectory so you have the freedom to use the parent directory for
> > more later in case the need ever arises.
>
> OK. Any tip for the cronjob ? 15 days old files ? Something like :
> find /var/cache/roundcube/temp -type f -mtime +15 -print0 | xargs -0 rm
it reall
name instead, along with
> a cronjob to clear out the old files. i'd recommend using a
> subdirectory so you have the freedom to use the parent directory for
> more later in case the need ever arises.
OK. Any tip for the cronjob ? 15 days old files ? Something like :
find /var/ca
hi vincent,
> In fact, my note was not consistant with what was really done. I have
> added mysql-server in Suggests and php5-mysql is in Depends :
>
> Depends: dbconfig-common, apache2 | httpd, libapache2-mod-php5 |
> libapache-mod-php5 | php5 | php5-cgi | libapache2-mod-php4 |
> libapache-mod
On Sat, 10 Feb 2007 18:18:25 -0600
Richard Laager <[EMAIL PROTECTED]> wrote:
> Your diff includes po/templates.pot which is autogenerated, right? You
> should see if you can avoid creating that file, or you should delete
> it to avoid having it show up in the diff.
It is useful for translators to
OoO La nuit ayant déjà recouvert d'encre ce jour du samedi 10 février
2007, vers 23:21, je disais:
> The package can be found on mentors.debian.net:
> - URL: http://mentors.debian.net/debian/pool/main/r/roundcube
> - Source repository: deb-src http://mentors.debian.net/debian
r packages handle this?
I have stolen this piece of code from zabbix package. I suppose that
in the future, webapps-common will handle this. phpmyadmin does the
same.
> There's a log folder configured... Do you need to configure log rotation
> then?
You are right. I will do this
ends. Any
>> comment on this is welcome. I have put a note in README.Debian.
> As I said, I haven't looked at the packaging yet, but I think you
> should "Recommend" them (separating them with | ). As far as I know,
> roundcube is allowed to connect to a remote d
Hi!
We use roundcube as our webmail in my office, so we'll be reviewing
it, and I might end up sponsoring it, I haven't yet looked at it, but
I have a couple of comments:
On 2/10/07, Vincent Bernat <[EMAIL PROTECTED]> wrote:
Version : 0.099+0.1b2.2-1
The version is
On Sat, 2007-02-10 at 23:21 +0100, Vincent Bernat wrote:
First off, I'm not a Debian developer. My advice could be wrong, so be
cautious about following it.
I do have a strong interest in seeing Roundcube packaged for Debian.
> This is still a beta quality software but I use it
Dear mentors,
I am looking for a sponsor for my package "roundcube".
* Package name: roundcube
Version : 0.099+0.1b2.2-1
Upstream Author : Thomas Bruederli <[EMAIL PROTECTED]>
* URL : http://www.roundcube.net
* License : GPL
Section
29 matches
Mail list logo