rev 6150 - branches/kde4/packages/kdepimlibs/debian

Ana Beatriz Guerrero López ana at alioth.debian.org
Fri May 11 16:14:21 UTC 2007


Author: ana
Date: 2007-05-11 16:14:20 +0000 (Fri, 11 May 2007)
New Revision: 6150

Added:
   branches/kde4/packages/kdepimlibs/debian/changelog
   branches/kde4/packages/kdepimlibs/debian/compat
   branches/kde4/packages/kdepimlibs/debian/control
   branches/kde4/packages/kdepimlibs/debian/copyright
   branches/kde4/packages/kdepimlibs/debian/rules
Log:
kdepimlibs 4. initial import


Added: branches/kde4/packages/kdepimlibs/debian/changelog
===================================================================
--- branches/kde4/packages/kdepimlibs/debian/changelog	2007-05-11 15:57:19 UTC (rev 6149)
+++ branches/kde4/packages/kdepimlibs/debian/changelog	2007-05-11 16:14:20 UTC (rev 6150)
@@ -0,0 +1,6 @@
+kdepimlibs (3.90.1-1) alioth; urgency=low
+
+  * Initial release of KDE4.
+
+ -- Ana Beatriz Guerrero Lopez <ana at debian.org>  Fri, 11 May 2007 16:23:33 +0100
+

Added: branches/kde4/packages/kdepimlibs/debian/compat
===================================================================
--- branches/kde4/packages/kdepimlibs/debian/compat	2007-05-11 15:57:19 UTC (rev 6149)
+++ branches/kde4/packages/kdepimlibs/debian/compat	2007-05-11 16:14:20 UTC (rev 6150)
@@ -0,0 +1 @@
+5

Added: branches/kde4/packages/kdepimlibs/debian/control
===================================================================
--- branches/kde4/packages/kdepimlibs/debian/control	2007-05-11 15:57:19 UTC (rev 6149)
+++ branches/kde4/packages/kdepimlibs/debian/control	2007-05-11 16:14:20 UTC (rev 6150)
@@ -0,0 +1,65 @@
+Source: kdepimlibs
+Section: libs
+Priority: optional
+Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+Build-Depends: cdbs, debhelper (>= 5), cmake
+Standards-Version: 3.7.2
+
+Package: kdepimlibs
+Section: libs
+Architecture: all
+Depends: ${shlibs:Depends}, kdepimlibs5 (>= ${Source-Version}), kdepimlibs-data (>= ${Source-Version}), kdepimlibs-bin (>= ${Source-Version})
+Description: core libraries from the official KDE PIM 4 alpha release
+ KDE (the K Desktop Environment) is a powerful Open Source graphical
+ desktop environment for Unix workstations. It combines ease of use,
+ contemporary functionality, and outstanding graphical design with the
+ technological superiority of the Unix operating system.
+ .
+ This metapackage includes the core KDE PIM libraries, binaries, and data,
+ needed by virtually all KDE applications. It does not include
+ development files.
+
+Package: kdepimlibs4
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, kdelibs5, kdepimlibs-data
+Description: core libraries for KDE PIM 4 alpha applications
+ This package contains all the shared libraries used by KDE PIM 
+ applications. You need these libraries and binaries to run KDE 
+ applications.
+ .
+ This package is part of KDE, and a component of the KDE libraries module.
+ See the 'kde' and 'kdepimlibs' packages for more information.
+
+Package: kdepimlibs-data
+Section: libs
+Architecture: all
+Description: core shared data for KDE PIM 4 alpha applications
+ This package contains all the architecture independent data files
+ commonly used by KDE PIM applications. You need these data files to run
+ KDE applications.
+ .
+ This package is part of KDE, and a component of the KDE libraries module.
+ See the 'kde' and 'kdepimlibs' packages for more information.
+
+Package: kdepimlibs4-dev
+Section: libdevel
+Architecture: any
+Depends: kdepimlibs4 (= ${Source-Version}), kdelibs5-dev
+Description: development files for the KDE PIM 4 alpha core libraries
+ This package contains all the headers and other related files needed
+ to compile KDE PIM applications, or develop applications which use the
+ core KDE PIM libraries.
+ .
+ This package is part of KDE, and a component of the KDE libraries module.
+ See the 'kde' and 'kdepimlibs' packages for more information.
+
+Package: kdelibs-bin
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: binaries for all the KDE PIM 4 alpha core applications
+ This package contains all the common core binaries used by all KDE PIM 4
+ applications.
+ .
+ This package is part of KDE, and a component of the KDE libraries module.
+ See the 'kde' and 'kdepimlibs' packages for more information.

Added: branches/kde4/packages/kdepimlibs/debian/copyright
===================================================================
--- branches/kde4/packages/kdepimlibs/debian/copyright	2007-05-11 15:57:19 UTC (rev 6149)
+++ branches/kde4/packages/kdepimlibs/debian/copyright	2007-05-11 16:14:20 UTC (rev 6150)
@@ -0,0 +1,24 @@
+This package was debianized by Ana Beatriz Guerrero Lopez <ana at debian.org> on
+Fri, 11 May 2007 17:23:33 +0200.
+
+It was downloaded from <url://example.com>
+
+Upstream Author(s): 
+
+    <put author's name and email here>
+    <likewise for another author>
+
+Copyright: 
+
+    <Copyright (C) YYYY Name OfAuthor>
+    <likewise for another author>
+
+License:
+
+    <Put the license of the package here indented by 4 spaces>
+
+The Debian packaging is (C) 2007, Ana Beatriz Guerrero Lopez <ana at debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.

Added: branches/kde4/packages/kdepimlibs/debian/rules
===================================================================
--- branches/kde4/packages/kdepimlibs/debian/rules	2007-05-11 15:57:19 UTC (rev 6149)
+++ branches/kde4/packages/kdepimlibs/debian/rules	2007-05-11 16:14:20 UTC (rev 6150)
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+
+include debian/cdbs/kde.mk




More information about the pkg-kde-commits mailing list