rev 15562 - in kde-extras: . akonadi-googledata akonadi-googledata/trunk akonadi-googledata/trunk/debian

Fathi Boudra fabo at alioth.debian.org
Fri Aug 7 09:10:52 UTC 2009


Author: fabo
Date: 2009-08-07 09:10:51 +0000 (Fri, 07 Aug 2009)
New Revision: 15562

Added:
   kde-extras/akonadi-googledata/
   kde-extras/akonadi-googledata/branches/
   kde-extras/akonadi-googledata/tags/
   kde-extras/akonadi-googledata/trunk/
   kde-extras/akonadi-googledata/trunk/debian/
   kde-extras/akonadi-googledata/trunk/debian/changelog
   kde-extras/akonadi-googledata/trunk/debian/compat
   kde-extras/akonadi-googledata/trunk/debian/control
   kde-extras/akonadi-googledata/trunk/debian/copyright
   kde-extras/akonadi-googledata/trunk/debian/docs
   kde-extras/akonadi-googledata/trunk/debian/rules
Log:
Add akonadi-googledata resource package


Added: kde-extras/akonadi-googledata/trunk/debian/changelog
===================================================================
--- kde-extras/akonadi-googledata/trunk/debian/changelog	                        (rev 0)
+++ kde-extras/akonadi-googledata/trunk/debian/changelog	2009-08-07 09:10:51 UTC (rev 15562)
@@ -0,0 +1,6 @@
+akonadi-googledata (1.0-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #nnnn)
+  * Add libgcal0 build dependency as a workaround for a libgcal-dev bug.
+
+ -- Fathi Boudra <fabo at debian.org>  Fri, 07 Aug 2009 10:09:30 +0200

Added: kde-extras/akonadi-googledata/trunk/debian/compat
===================================================================
--- kde-extras/akonadi-googledata/trunk/debian/compat	                        (rev 0)
+++ kde-extras/akonadi-googledata/trunk/debian/compat	2009-08-07 09:10:51 UTC (rev 15562)
@@ -0,0 +1 @@
+7

Added: kde-extras/akonadi-googledata/trunk/debian/control
===================================================================
--- kde-extras/akonadi-googledata/trunk/debian/control	                        (rev 0)
+++ kde-extras/akonadi-googledata/trunk/debian/control	2009-08-07 09:10:51 UTC (rev 15562)
@@ -0,0 +1,19 @@
+Source: akonadi-googledata
+Section: net
+Priority: extra
+Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+Uploaders: Fathi Boudra <fabo at debian.org>
+Build-Depends: debhelper (>= 7.3), cmake, pkg-kde-tools (>= 0.4.11),
+ kdelibs5-dev, kdepimlibs5-dev, libboost-dev, libgcal-dev, xsltproc,
+ libgcal0
+Standards-Version: 3.8.2
+Homepage: http://code.google.com/p/libgcal/
+
+Package: akonadi-googledata-resource
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Google calendar and contacts resource for Akonadi
+ It provides an easy access to Google calendars events and contacts.
+ .
+ This package contains the Google calendar and contacts resource for Akonadi,
+ a Personal Information Management (PIM) storage service.

Added: kde-extras/akonadi-googledata/trunk/debian/copyright
===================================================================
--- kde-extras/akonadi-googledata/trunk/debian/copyright	                        (rev 0)
+++ kde-extras/akonadi-googledata/trunk/debian/copyright	2009-08-07 09:10:51 UTC (rev 15562)
@@ -0,0 +1,45 @@
+This package was debianized by:
+
+    Fathi Boudra <fabo at debian.org> on Fri, 07 Aug 2009 10:09:30 +0200.
+
+It was downloaded from:
+
+    http://code.google.com/p/libgcal/
+
+Upstream Author:
+
+    Adenilson Cavalcanti <cavalcantii at gmail.com>
+
+Copyright:
+
+    Copyright (C) 2009 Adenilson Cavalcanti
+
+Copyright for libgcal cmake module:
+
+    Copyright (C)  2009 Mike Arthur <mike at mikearthur.co.uk>
+
+License:
+
+    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 3 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-3'.
+
+The Debian packaging is:
+
+    Copyright (C) 2009 Fathi Boudra <fabo at debian.org>
+
+and is licensed under the GPL version 3, 
+see `/usr/share/common-licenses/GPL-3'.

Added: kde-extras/akonadi-googledata/trunk/debian/docs
===================================================================
--- kde-extras/akonadi-googledata/trunk/debian/docs	                        (rev 0)
+++ kde-extras/akonadi-googledata/trunk/debian/docs	2009-08-07 09:10:51 UTC (rev 15562)
@@ -0,0 +1 @@
+README

Added: kde-extras/akonadi-googledata/trunk/debian/rules
===================================================================
--- kde-extras/akonadi-googledata/trunk/debian/rules	                        (rev 0)
+++ kde-extras/akonadi-googledata/trunk/debian/rules	2009-08-07 09:10:51 UTC (rev 15562)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+include /usr/share/pkg-kde-tools/makefiles/1/debhelper/kde.mk
+
+%:
+	dh $@
+
+.PHONY: override_dh_auto_test


Property changes on: kde-extras/akonadi-googledata/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *




More information about the pkg-kde-commits mailing list