Hi Mathieu Yes this is probably a good place. Gregory, can you add this when lenny is released?
Best regards, // Ola On Tue, Feb 03, 2009 at 12:57:54PM +0100, Mathieu Parent wrote: > Package: horde3 > Version: 3.2.2+debian0-2 > Severity: normal > Tags: patch > > Hi, > > We, the Kolab maintainers, have packaged some php-kolab-* packages. The > upstream sourcecode is from pear.horde.org. In fact those are horde > packages. > > We are using dh_make_php which call "pear install"... which requires > that the Horde PEAR channel is discovered. > > I have made a simple package pear-horde-channel that only does this > (registering horde channel). Unfortunately, it has been rejected [1] > because it is too small. The ftp-master ask to find a proper place for > this. It probably is horde3. Comments are welcome. > > How to? > > Add this to postinst: > -------------------- > case "$1" in > configure) > pear channel-discover pear.horde.org || true > ;; > > abort-upgrade|abort-remove|abort-deconfigure) > ;; > > *) > echo "postinst called with unknown argument \`$1'" >&2 > exit 1 > ;; > esac > > Add this to prerm: > ------------------ > case "$1" in > remove|upgrade|deconfigure) > pear channel-delete pear.horde.org || true > ;; > > failed-upgrade) > ;; > > *) > echo "prerm called with unknown argument \`$1'" >&2 > exit 1 > ;; > esac > > > NB: This is linked to bug #510660. > [1]: > http://lists.alioth.debian.org/pipermail/pkg-kolab-devel/2009-February/002142.html > > > > _______________________________________________ > pkg-horde-hackers mailing list > [email protected] > http://lists.alioth.debian.org/mailman/listinfo/pkg-horde-hackers > -- --------------------- Ola Lundqvist --------------------------- / [email protected] Annebergsslingan 37 \ | [email protected] 654 65 KARLSTAD | | http://inguza.com/ +46 (0)70-332 1551 | \ gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9 / --------------------------------------------------------------- -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

