[pkg-kolab] r392 - in trunk: . kolabadmin kolabadmin/debian

Steffen Joeris white-guest at costa.debian.org
Tue Jun 13 13:36:54 UTC 2006


Author: white-guest
Date: 2006-06-13 13:36:54 +0000 (Tue, 13 Jun 2006)
New Revision: 392

Added:
   trunk/kolabadmin/
   trunk/kolabadmin/debian/
   trunk/kolabadmin/debian/changelog
   trunk/kolabadmin/debian/compat
   trunk/kolabadmin/debian/control
   trunk/kolabadmin/debian/copyright
   trunk/kolabadmin/debian/rules
Log:
* Initial commit of kolabadmin
* First prepackaging to make sure we can give it out
  for some testing
* I am still talking to Tobias (upstream) because of versioning
* We can adjust the qmake rules pathes after next cdbs upload


Added: trunk/kolabadmin/debian/changelog
===================================================================
--- trunk/kolabadmin/debian/changelog	2006-06-05 19:24:06 UTC (rev 391)
+++ trunk/kolabadmin/debian/changelog	2006-06-13 13:36:54 UTC (rev 392)
@@ -0,0 +1,6 @@
+kolabadmin (20060612-1) unstable; urgency=low
+
+  * Initial release (Closes: #372930)
+
+ -- Steffen Joeris <steffen.joeris at skolelinux.de>  Tue, 13 Jun 2006 12:40:11 +0200
+

Added: trunk/kolabadmin/debian/compat
===================================================================
--- trunk/kolabadmin/debian/compat	2006-06-05 19:24:06 UTC (rev 391)
+++ trunk/kolabadmin/debian/compat	2006-06-13 13:36:54 UTC (rev 392)
@@ -0,0 +1 @@
+5

Added: trunk/kolabadmin/debian/control
===================================================================
--- trunk/kolabadmin/debian/control	2006-06-05 19:24:06 UTC (rev 391)
+++ trunk/kolabadmin/debian/control	2006-06-13 13:36:54 UTC (rev 392)
@@ -0,0 +1,16 @@
+Source: kolabadmin
+Section: admin
+Priority: optional
+Maintainer: Steffen Joeris <steffen.joeris at skolelinux.de>
+Build-Depends: cdbs, debhelper (>= 5), libqt4-dev, libldap2-dev
+Standards-Version: 3.7.2
+
+Package: kolabadmin
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: administration tool for kolab groupware server
+ This tool is a native kolab administration tool.
+ It directly connects to the ldap database and can be
+ used on every system.
+ .
+ Homepage: http://wgess16.dyndns.org/~tobias/qt/kolabadmin/

Added: trunk/kolabadmin/debian/copyright
===================================================================
--- trunk/kolabadmin/debian/copyright	2006-06-05 19:24:06 UTC (rev 391)
+++ trunk/kolabadmin/debian/copyright	2006-06-13 13:36:54 UTC (rev 392)
@@ -0,0 +1,27 @@
+This package was debianized by Steffen Joeris <steffen.joeris at skolelinux.de> on
+Tue, 13 Jun 2006 12:40:11 +0200.
+
+It was downloaded from http://wgess16.dyndns.org/~tobias/qt/kolabadmin/
+
+Upstream Author: Tobias König <tokoe at kde.org>
+
+Copyright: (c) 2006 Tobias König <tobias.koenig at credativ.de>
+		    Aaron Seigo <aseigo at kde.org>
+
+License:
+
+  This program is free software; you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation; either version 2 of the License, or
+  (at your option) any later version.
+
+  This program 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 General Public License for more details.
+
+
+The Debian packaging is (C) 2006, Steffen Joeris <steffen.joeris at skolelinux.de> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
+The used pixmaps are provided by the KDE project and licensed under the LGPL.

Added: trunk/kolabadmin/debian/rules
===================================================================
--- trunk/kolabadmin/debian/rules	2006-06-05 19:24:06 UTC (rev 391)
+++ trunk/kolabadmin/debian/rules	2006-06-13 13:36:54 UTC (rev 392)
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/class/makefile.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+common-configure-arch::
+	qmake-qt4
+
+clean::
+	rm -f kolabadmin
+
+common-install-arch::
+	install -D -m 755 kolabadmin $(CURDIR)/debian/kolabadmin/usr/bin/kolabadmin


Property changes on: trunk/kolabadmin/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-kolab-devel mailing list