[pkg-horde] [SCM] UNNAMED PROJECT branch, horde-sid, updated. 0ad0845dcadc7983d256e2e41b6a7aee38df153c

Gregory Colpart reg at debian.org
Sun Mar 15 16:10:54 UTC 2009


The following commit has been merged in the horde-sid branch:
commit a66d6622c120c0425961f8fa57d61ea4793a5fae
Author: Gregory Colpart <reg at debian.org>
Date:   Sun Mar 15 16:21:08 2009 +0100

    Apply patch from Mathieu Parent for PEAR Horde channel

diff --git a/debian/changelog b/debian/changelog
index ace63b1..d78bd35 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ horde3 (3.3.3+debian0-1) unstable; urgency=low
 
   * New upstream release. 
   * Add "Git patches" stuff in debian/rules.
+  * Add horde PEAR channel within pear-horde-channel package. (Closes: #514007)
 
- -- Gregory Colpart <reg at debian.org>  Sun, 15 Mar 2009 16:33:02 +0100
+ -- Gregory Colpart <reg at debian.org>  Sun, 15 Mar 2009 16:13:13 +0100
 
 horde3 (3.2.2+debian0-2) unstable; urgency=high
 
diff --git a/debian/control b/debian/control
index e1418e6..1329d92 100644
--- a/debian/control
+++ b/debian/control
@@ -27,3 +27,22 @@ Description: horde web application framework
  .
  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).
+
diff --git a/debian/pear-horde-channel.install b/debian/pear-horde-channel.install
new file mode 100644
index 0000000..8046a4d
--- /dev/null
+++ b/debian/pear-horde-channel.install
@@ -0,0 +1 @@
+debian/pear.horde.org.reg usr/share/php/.channels/
diff --git a/debian/pear.horde.org.reg b/debian/pear.horde.org.reg
new file mode 100644
index 0000000..7efc6ab
--- /dev/null
+++ b/debian/pear.horde.org.reg
@@ -0,0 +1 @@
+a:6:{s:7:"attribs";a:4:{s:7:"version";s:3:"1.0";s:5:"xmlns";s:31:"http://pear.php.net/channel-1.0";s:9:"xmlns:xsi";s:41:"http://www.w3.org/2001/XMLSchema-instance";s:18:"xsi:schemaLocation";s:75:"http://pear.php.net/dtd/channel-1.0 http://pear.php.net/dtd/channel-1.0.xsd";}s:4:"name";s:14:"pear.horde.org";s:7:"summary";s:18:"Horde PEAR Channel";s:14:"suggestedalias";s:5:"horde";s:7:"servers";a:1:{s:7:"primary";a:1:{s:4:"rest";a:1:{s:7:"baseurl";a:2:{i:0;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.0";}s:8:"_content";s:46:"http://pear.horde.org/Chiara_PEAR_Server_REST/";}i:1;a:2:{s:7:"attribs";a:1:{s:4:"type";s:7:"REST1.1";}s:8:"_content";s:46:"http://pear.horde.org/Chiara_PEAR_Server_REST/";}}}}}s:13:"_lastmodified";a:2:{s:4:"ETag";s:21:""8fcacc-26d-46679327"";s:13:"Last-Modified";s:29:"Thu, 07 Jun 2007 05:09:59 GMT";}}
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index a003e3a..79dc25c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -184,6 +184,8 @@ install: build
 	#### 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.
@@ -198,7 +200,6 @@ binary-indep: build install
 		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

-- 
UNNAMED PROJECT



More information about the pkg-horde-hackers mailing list