[pkg-kolab] r988 - / php-kolab-storage php-kolab-storage/trunk php-kolab-storage/trunk/debian php-kolab-storage/upstream

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Mon Nov 10 20:08:03 UTC 2008


Author: mparent-guest
Date: 2008-11-10 20:08:03 +0000 (Mon, 10 Nov 2008)
New Revision: 988

Added:
   php-kolab-storage/
   php-kolab-storage/trunk/
   php-kolab-storage/trunk/debian/
   php-kolab-storage/trunk/debian/README.Debian
   php-kolab-storage/trunk/debian/changelog
   php-kolab-storage/trunk/debian/compat
   php-kolab-storage/trunk/debian/control
   php-kolab-storage/trunk/debian/copyright
   php-kolab-storage/trunk/debian/dirs
   php-kolab-storage/trunk/debian/examples
   php-kolab-storage/trunk/debian/rules
   php-kolab-storage/trunk/debian/svn-deblayout
   php-kolab-storage/trunk/debian/watch
   php-kolab-storage/upstream/
   php-kolab-storage/upstream/php-kolab-storage_0.2.0.orig.tar.gz
Log:
Kolab_Storage



Property changes on: php-kolab-storage
___________________________________________________________________
Name: svn:ignore
   + build-area



Property changes on: php-kolab-storage/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: php-kolab-storage/trunk/debian/README.Debian
===================================================================
--- php-kolab-storage/trunk/debian/README.Debian	                        (rev 0)
+++ php-kolab-storage/trunk/debian/README.Debian	2008-11-10 20:08:03 UTC (rev 988)
@@ -0,0 +1,7 @@
+php-kolab-storage for Debian
+--------------------------
+
+This extension has been created with dh-make-pear which is part
+of dh-make-php.
+
+ -- Mathieu Parent <math.parent at gmail.com>, Mon, 10 Nov 2008 20:58:20 +0100

Added: php-kolab-storage/trunk/debian/changelog
===================================================================
--- php-kolab-storage/trunk/debian/changelog	                        (rev 0)
+++ php-kolab-storage/trunk/debian/changelog	2008-11-10 20:08:03 UTC (rev 988)
@@ -0,0 +1,6 @@
+php-kolab-storage (0.2.0-1) unstable; urgency=low
+
+  * Initial Release
+
+ -- Mathieu Parent <math.parent at gmail.com>  Mon, 10 Nov 2008 20:58:20 +0100
+

Added: php-kolab-storage/trunk/debian/compat
===================================================================
--- php-kolab-storage/trunk/debian/compat	                        (rev 0)
+++ php-kolab-storage/trunk/debian/compat	2008-11-10 20:08:03 UTC (rev 988)
@@ -0,0 +1 @@
+5

Added: php-kolab-storage/trunk/debian/control
===================================================================
--- php-kolab-storage/trunk/debian/control	                        (rev 0)
+++ php-kolab-storage/trunk/debian/control	2008-11-10 20:08:03 UTC (rev 988)
@@ -0,0 +1,20 @@
+Source: php-kolab-storage
+Section: web
+Priority: extra
+Maintainer: Debian Kolab Maintainers <pkg-kolab-devel at lists.alioth.debian.org>
+Uploaders: Noèl Köthe <noel at debian.org>, Steffen Joeris <white at debian.org>, Mathieu Parent <math.parent at gmail.com>
+Build-Depends: debhelper (>= 5), dh-make-php (>= 0.2.3), cdbs
+Standards-Version: 3.8.0
+Homepage: http://www.kolab.org/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-kolab/php-kolab-storage/trunk/
+Vcs-Svn: svn://svn.debian.org/pkg-kolab/php-kolab-storage/trunk/
+
+Package: php-kolab-storage
+Architecture: all
+Depends: php-pear, php-net-imap, php-mail-mimedecode, php-http-request, 
+ php-kolab-format, php-kolab-server, php-auth, horde3
+Description: A package for handling Kolab data stored on an IMAP server
+ Storing user data in an IMAP account belonging to the
+  user is one of the Kolab server core concepts. This package provides
+  all the necessary means to deal with this type of data storage
+  effectively.

Added: php-kolab-storage/trunk/debian/copyright
===================================================================
--- php-kolab-storage/trunk/debian/copyright	                        (rev 0)
+++ php-kolab-storage/trunk/debian/copyright	2008-11-10 20:08:03 UTC (rev 988)
@@ -0,0 +1,27 @@
+This package was debianized by Mathieu Parent <math.parent at gmail.com> using dh-make-pear
+on Mon, 10 Nov 2008 20:58:20 +0100.
+
+It was downloaded from http://pear.php.net/package/Kolab_Storage
+
+Upstream Author: Gunnar Wrobel, Thomas Jarosch, Chuck Hagenbuch, Jan Schneider
+
+Copyright: 2008 Gunnar Wrobel, Thomas Jarosch, Chuck Hagenbuch, Jan Schneider
+
+License: LGPL
+
+    This package is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2 of the License, or (at your option) any later version.
+
+    This package is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with this package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL'.

Added: php-kolab-storage/trunk/debian/dirs
===================================================================
--- php-kolab-storage/trunk/debian/dirs	                        (rev 0)
+++ php-kolab-storage/trunk/debian/dirs	2008-11-10 20:08:03 UTC (rev 988)
@@ -0,0 +1 @@
+usr/share/php

Added: php-kolab-storage/trunk/debian/examples
===================================================================
--- php-kolab-storage/trunk/debian/examples	                        (rev 0)
+++ php-kolab-storage/trunk/debian/examples	2008-11-10 20:08:03 UTC (rev 988)
@@ -0,0 +1 @@
+Kolab_Storage-0.2.0/examples/*

Added: php-kolab-storage/trunk/debian/rules
===================================================================
--- php-kolab-storage/trunk/debian/rules	                        (rev 0)
+++ php-kolab-storage/trunk/debian/rules	2008-11-10 20:08:03 UTC (rev 988)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+# template debian/rules provided by dh-make-php.
+
+DEB_COMPRESS_EXCLUDE=package.xml
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/pear.mk


Property changes on: php-kolab-storage/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: php-kolab-storage/trunk/debian/svn-deblayout
===================================================================
--- php-kolab-storage/trunk/debian/svn-deblayout	                        (rev 0)
+++ php-kolab-storage/trunk/debian/svn-deblayout	2008-11-10 20:08:03 UTC (rev 988)
@@ -0,0 +1 @@
+origDir=../upstream

Added: php-kolab-storage/trunk/debian/watch
===================================================================
--- php-kolab-storage/trunk/debian/watch	                        (rev 0)
+++ php-kolab-storage/trunk/debian/watch	2008-11-10 20:08:03 UTC (rev 988)
@@ -0,0 +1,2 @@
+version=3
+http://pear.horde.org/index.php?package=Kolab_Storage&downloads http://pear.horde.org/get/Kolab_Storage-([\d.]+)\.tgz

Added: php-kolab-storage/upstream/php-kolab-storage_0.2.0.orig.tar.gz
===================================================================
(Binary files differ)


Property changes on: php-kolab-storage/upstream/php-kolab-storage_0.2.0.orig.tar.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the pkg-kolab-devel mailing list