Package: horde3 Version: 3.2.2+debian0-2 Followup-For: Bug #514007 Attached is a new patch (talked about it on irc with reg).
Hope it will be rapidly integrated as it is needed for kolab 2.2.1. Regards Mathieu Parent -- System Information: Debian Release: 5.0 APT prefers stable APT policy: (900, 'stable'), (300, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.26-1-xen-686 (SMP w/1 CPU core) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -ur horde3-3.2.2+debian0-old/debian/changelog horde3-3.2.2+debian0/debian/changelog --- horde3-3.2.2+debian0-old/debian/changelog 2009-03-08 15:22:08.000000000 +0100 +++ horde3-3.2.2+debian0/debian/changelog 2009-03-08 15:32:21.000000000 +0100 @@ -1,3 +1,10 @@ +horde3 (3.2.2+debian0-3) unstable; urgency=low + + * Adding me as uploaders + * Add horde PEAR channel (Closes: #514007) within pear-horde-channel package + + -- Mathieu Parent <math.par...@gmail.com> Sun, 08 Mar 2009 15:30:51 +0100 + horde3 (3.2.2+debian0-2) unstable; urgency=high * Add informations in README.Debian about test.php files: these files should diff -ur horde3-3.2.2+debian0-old/debian/control horde3-3.2.2+debian0/debian/control --- horde3-3.2.2+debian0-old/debian/control 2009-03-08 15:22:08.000000000 +0100 +++ horde3-3.2.2+debian0/debian/control 2009-03-08 15:30:44.000000000 +0100 @@ -2,7 +2,7 @@ Section: web Priority: optional Maintainer: Horde Maintainers <pkg-horde-hack...@lists.alioth.debian.org> -Uploaders: Ola Lundqvist <o...@debian.org>, Lionel Elie Mamane <lmam...@debian.org>, Gregory Colpart <r...@debian.org> +Uploaders: Ola Lundqvist <o...@debian.org>, Lionel Elie Mamane <lmam...@debian.org>, Gregory Colpart <r...@debian.org>, Mathieu Parent <math.par...@gmail.com> Build-Depends: debhelper (>= 5) Vcs-Arch: http://arch.debian.org/arch/pkg-horde/2006/horde--sid--3 Vcs-Browser: http://arch.debian.org/cgi-bin/archzoom.cgi/pkg-horde-hackers%40lists.alioth.debian.org--2006/horde?expand @@ -27,3 +27,22 @@ . There is a list of Horde applications and projects at http://www.horde.org/projects.php. + +Package: pear-horde-channel +Architecture: all +Description: pear.horde.org channel + This is the PEAR channel registry entry for Horde. Some Horde and Kolab PEAR + packages are already packaged for Debian, and can be easily identified by + names beginning with "php-horde-" or "php-kolab-". + . + The Horde Framework is written in PHP, and provides the common tools a Web + application requires: classes for dealing with preferences, compression, + browser detection, connection tracking, MIME, and more. + . + Kolab is a secure, scalable, and reliable groupware server. It consists of a + number of well-known and proven components for the standard tasks such as + e-mail, directory service, and web service. Kolab adds intelligent interaction + between the components, a web administration interface, management of + free/busy lists, etc. Various clients can access Kolab, among them Kontact + (KDE), Outlook (Windows), and Horde (web). + Seulement dans horde3-3.2.2+debian0/debian: pear-horde-channel.install Seulement dans horde3-3.2.2+debian0/debian: pear.horde.org.reg diff -ur horde3-3.2.2+debian0-old/debian/rules horde3-3.2.2+debian0/debian/rules --- horde3-3.2.2+debian0-old/debian/rules 2009-03-08 15:22:08.000000000 +0100 +++ horde3-3.2.2+debian0/debian/rules 2009-03-08 15:44:30.000000000 +0100 @@ -144,6 +144,8 @@ #### Remove javascript source files rm -rf debian/horde3/usr/share/horde3/js/src/ + dh_install -i -ppear-horde-channel + # Build architecture-dependent files here. binary-arch: build install # We have nothing to do by default. @@ -158,7 +160,6 @@ debian/horde3/usr/share/doc/horde3/changelog dh_installexamples -find debian/horde3 -depth -name ".arch-ids" -exec rm -Rf {} \; -# dh_install # dh_installmenu # dh_installdebconf dh_installlogrotate