[pkg-horde] Some problems to create horde 3.2 packages

Mathieu PARENT math.parent at gmail.com
Fri Apr 18 15:10:05 UTC 2008


Hi,

On Wed, Apr 16, 2008 at 4:08 AM, Gregory Colpart <reg at evolix.fr> wrote:
> Hello,
>
>
>  On Tue, Apr 15, 2008 at 10:28:25PM +0200, Mathieu PARENT wrote:
>  >
>  > It seems to be a permission problem. Probably because I'm not in the
>  > *pkg-horde* alioth's group. Is there any way to do this ?
>  >
>  > Note that I'm doing this because I want 3.2 to go in experimental (to
>  > prepare it for lenny) soon. Any news about this ? Sorry to insist ;)
>
>  I'm a little busy on this month, then I don't prepare upload for
>  experimental. But I built highly-experimental horde3 package:
>  http://gcolpart.evolix.net/debian/horde3/tmp/
>
>  Note this package isn't ready for experimental, there are some

There are nearly identical to mine (which are very experimental also)


Why the following patches are gone ?
>>>> pt_BR patch :
--- horde3-3.2~rc3.orig/config/nls.php.dist
+++ horde3-3.2~rc3/config/nls.php.dist
@@ -257,7 +257,7 @@
 $nls['spelling']['it_IT'] = '-T latin1 -d italian';
 $nls['spelling']['nl_NL'] = '-d nederlands';
 $nls['spelling']['pl_PL'] = '-d polish';
-$nls['spelling']['pt_BR'] = '-d br';
+$nls['spelling']['pt_BR'] = '-d brasileiro';
 $nls['spelling']['pt_PT'] = '-T latin1 -d portuguese';
 $nls['spelling']['ru_RU'] = '-d russian';
 $nls['spelling']['sl_SI'] = '-d slovensko';

>>>> temp dir from /etc/default/horde3
--- horde3-3.2~rc3.orig/scripts/temp-cleanup.cron
+++ horde3-3.2~rc3/scripts/temp-cleanup.cron
@@ -18,9 +18,10 @@
 # documentation for your systems job scheduler for more information.
 #

-# The location of PHP's temporary directory
-TMP_DIR=/tmp
+[ -f /etc/default/horde3 ] && . /etc/default/horde3

+# The location of PHP's temporary directory
+echo ${TMP_DIR:=/tmp} > /dev/null

 # MSWord attachments (generated by the MSword viewer)
 find $TMP_DIR -type f -name msword\* -ctime +2 -exec rm -f {} \;

>>>> block horde by default
--- horde3-3.2~rc3.orig/config/conf.php.dist
+++ horde3-3.2~rc3/config/conf.php.dist
@@ -1,4 +1,7 @@
 <?php
+echo "Horde3 configuration disabled by default because the
administration/install wizard gives the whole world too much access to
the system. Read /usr/share/doc/horde3/README.Debian.gz on how to
allow access.";
+exit (0);
+
 /**
  * Horde Configuration File
  *


>  lintian warnings,
I can solve some of them

> a license issue
which one ? I can also redo the copyright file.

>and I need more tests.

I have tested my packages since 2 weeks ago. I have some problems
which seems specific to kolab.
I also have built imp, dimp, turba, ... see :
http://mathieu.parent.free.fr/debian/pool/horde/

>





>  Regards,
>  --
>  Gregory Colpart <reg at evolix.fr>  GnuPG:1024D/C1027A0E
>  Evolix - Informatique et Logiciels Libres http://www.evolix.fr/
>



More information about the pkg-horde-hackers mailing list