[SCM] KDE metapackages branch, master, updated. debian/70-12-g6ef229e

José Manuel Santamaría Lema santa-guest at alioth.debian.org
Tue Sep 27 19:50:42 UTC 2011


The following commit has been merged in the master branch:
commit 32872d0b51345a215549f65b76483b138618cbb9
Author: José Manuel Santamaría Lema <panfaust at gmail.com>
Date:   Tue Sep 27 21:24:21 2011 +0200

    Add kdebase-apps metapackage. moved from src:kdebase.
---
 debian/changelog |    1 +
 debian/control   |   24 ++++++++++++++++++++++++
 debian/rules     |    2 +-
 3 files changed, 26 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 704ddba..864e31d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ meta-kde (5:71~pre3) UNRELEASED; urgency=low
   * Bump dev:latestVersion to 4.7.1.
   * Bump devPrev:Version to 4.7.1.
   * Add kdegraphics-libs-data transitional package.
+  * Add kdebase-apps metapackage. moved from src:kdebase.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 19 Jul 2011 10:41:24 +0300
 
diff --git a/debian/control b/debian/control
index c1d4465..15422b1 100644
--- a/debian/control
+++ b/debian/control
@@ -89,6 +89,30 @@ Description: complete KDE Software Compilation for end users
  networking, graphics, education, games, system administration tools, and other
  artwork and utilities.
 
+Package: kdebase-apps
+Architecture: all
+Depends: ${misc:Depends},
+ dolphin (>= ${kde:Version}),
+ kdebase-bin (>= ${kde:Version}),
+ kdepasswd (>= ${kde:Version}),
+ kfind (>= ${kde:Version}), 
+ konqueror (>= ${kde:Version}),
+ konsole (>= ${kde:Version}), 
+ kwrite (>= ${kde:Version}),
+ kate (>= ${kde:Version}),
+ plasma-widget-folderview (>= ${kde:Version})
+Recommends: konqueror-nsplugins (>= ${kde:Version})
+Description: base applications from the official KDE release (meta-package)
+ KDE is produced by an international technology team that creates free and open
+ source software for desktop and portable computing. Among KDE's products are a
+ modern desktop system for Linux and UNIX platforms, comprehensive office
+ productivity and groupware suites and hundreds of software titles in many
+ categories including Internet and web applications, multimedia, entertainment,
+ educational, graphics and software development.
+ .
+ This package provides core applications for the KDE 4 desktop.
+
+
 Package: kdeedu
 Architecture: all
 Depends: ${misc:Depends},
diff --git a/debian/rules b/debian/rules
index 67f5f59..bb5f181 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ KOFFICE_VERSION := 1:2.3.3
 DEV_LATEST_VERSION := 4:4.7.1
 DEV_PREV_VERSION := 4:4.7.1
 
-KDE_VERSION_METAPKGS := kdeedu kdegraphics kdegraphics-libs-data
+KDE_VERSION_METAPKGS := kdebase-apps kdeedu kdegraphics kdegraphics-libs-data
 
 BINARY_VERSION_NO_EPOCH := $(shell dpkg-parsechangelog | grep '^Version: ' | sed 's/^Version: \(\([[:digit:]]\+\):\)\?/./')
 DEV_LATEST_PACKAGE_VERSION := $(DEV_LATEST_VERSION)+$(BINARY_VERSION_NO_EPOCH)

-- 
KDE metapackages



More information about the pkg-kde-commits mailing list