[SCM] KDE metapackages branch, master, updated. debian/80-12-g9ac5203

Pino Toscano pino at alioth.debian.org
Mon Sep 9 09:05:00 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/meta-kde.git;a=commitdiff;h=eb03c9b

The following commit has been merged in the master branch:
commit eb03c9baa5411aa2d401bb3defb9b30b27eb37db
Author: Pino Toscano <pino at debian.org>
Date:   Mon Sep 9 10:52:58 2013 +0200

    move the kdesdk metapackage to this source
---
 debian/changelog |    2 +-
 debian/control   |   33 +++++++++++++++++++++++++++++++++
 debian/rules     |    2 +-
 3 files changed, 35 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3b6b90e..652a12b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,7 @@ meta-kde (5:81) UNRELEASED; urgency=low
   * kdemultimedia: switch from kdemultimedia-kio-plugins to kio-audiocd.
   * kdeedu: depend on pairs.
   * kdeutils: recommend print-manager.
-  * Move the kdeadmin metapackage to this source.
+  * Move the kdeadmin and kdesdk metapackages to this source.
 
   [ Maximiliano Curia ]
   * debian/control: Aesthetic change, remove trailing space.
diff --git a/debian/control b/debian/control
index 5242b8f..ef64c2f 100644
--- a/debian/control
+++ b/debian/control
@@ -270,6 +270,39 @@ Description: multimedia applications from the official KDE release
  This metapackage includes multimedia applications provided with the official
  release of KDE.
 
+Package: kdesdk
+Architecture: all
+Depends: ${misc:Depends},
+ cervisia (>= ${kde:Version}),
+ kapptemplate (>= ${kde:Version}),
+ kate (>= ${kde:Version}),
+ kcachegrind (>= ${kde:Version}),
+ kdesdk-dolphin-plugins (>= ${kde:Version}),
+ kdesdk-kio-plugins (>= ${kde:Version}) | kdesvn-kio-plugins,
+ kdesdk-misc (>= ${kde:Version}),
+ kdesdk-scripts (>= ${kde:Version}),
+ kdesdk-strigi-plugins (>= ${kde:Version}),
+ kdesdk-thumbnailers (>= ${kde:Version}),
+ kmtrace (>= ${kde:Version}),
+ kompare (>= ${kde:Version}),
+ kpartloader (>= ${kde:Version}),
+ kuiviewer (>= ${kde:Version}),
+ lokalize (>= ${kde:Version}),
+ okteta (>= ${kde:Version}),
+ poxml (>= ${kde:Version}),
+ umbrello (>= ${kde:Version})
+Suggests: kcachegrind-converters (>= ${kde:Version})
+Description: Software Development Kit from the official KDE release
+ 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 metapackage includes software development applications provided with the
+ official release of KDE.
+
 Package: kdeutils
 Architecture: all
 Depends: ${misc:Depends},
diff --git a/debian/rules b/debian/rules
index a2b7e8e..ec23d84 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ CALLIGRA_VERSION := 1:2.6.4
 DEV_LATEST_VERSION := 4:4.10.5
 DEV_PREV_VERSION := 4:4.7.4
 
-KDE_VERSION_METAPKGS := kdeaccessibility kdeadmin kdeedu kdegames kdegraphics kdegraphics-libs-data kdegraphics-strigi-plugins kdemultimedia kdeutils
+KDE_VERSION_METAPKGS := kdeaccessibility kdeadmin kdeedu kdegames kdegraphics kdegraphics-libs-data kdegraphics-strigi-plugins kdemultimedia kdesdk kdeutils
 
 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