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

Mathieu PARENT math.parent at gmail.com
Thu Apr 24 20:42:19 UTC 2008


Hi,

On Tue, Apr 22, 2008 at 4:47 AM, Gregory Colpart <reg at evolix.fr> wrote:
> Hello,
>
>
>  On Fri, Apr 18, 2008 at 05:10:05PM +0200, Mathieu PARENT wrote:
>  >
>  > > a license issue
>  > which one ? I can also redo the copyright file.
>
>  I have new highly-experimental packages for horde3:
>
> http://gcolpart.evolix.net/debian/horde3/tmp/

OK. Everything is fine to me (except copyright). For info, here is
another script to remove lintian warnings :
+	find debian/horde3/usr/share/horde3 \( \
+		    -name "*.xml" \
+		 -o -name "*.png" \
+		 -o -name "*.gif" \
+		 -o -name "*.css" \
+		 -o -name "*.js" \
+		 -o -name "*.jpg" \
+		 -o -name "*.html" \
+		 -o -name "*.htm" \) \
+		 -exec chmod -x '{}' \;
Maybe it is faster and less memory consuming ?

I also have removed the sed limits for config/conf.xml, because this
renders the sed command useless:
 --- horde3-3.2~rc3.orig/debian/rules
 +++ horde3-3.2~rc3/debian/rules
 +	done
 +	# Use '/horde3' for default cookie path (See #391493)
 +	cat config/conf.xml | \
-+		sed -e "70,81s@/horde@/horde3@" > debian/horde3/etc/horde/horde3/conf.xml
++		sed -e "s@/horde@/horde3@" > debian/horde3/etc/horde/horde3/conf.xml
 +	#### horde expects configuration in config subdir, create a symlink
 +        #### to comply with FHS
 +	dh_link etc/horde/horde3 usr/share/horde3/config


>  There is always a license issue because debian/copyright is from
>  Horde 3.1.7. Don't hesitate to send me a patch for Horde 3.2.
OK, I will look at it soon.


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

Regards

Mathieu Parent



More information about the pkg-horde-hackers mailing list