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

Maximiliano Curia maxy at alioth.debian.org
Thu Jul 11 15:28:37 UTC 2013


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

The following commit has been merged in the master branch:
commit bf12a7b44c6d160ab9cd1d578a6ef3db3b2e2900
Author: Maximiliano Curia <maxy at debian.org>
Date:   Mon Jun 10 12:12:38 2013 +0200

    Move kdemultimedia metapackage.
---
 debian/changelog |    1 +
 debian/control   |   21 +++++++++++++++++++++
 debian/rules     |    2 +-
 3 files changed, 23 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6ea6841..5d4f444 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ meta-kde (5:79) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.9.4.
   * Move kdegames metapackage.
   * Migrate copyright file to 1.0 format.
+  * Move kdemultimedia metapackage.
 
   [ Lisandro Damián Nicanor Pérez Meyer ]
   * Remove hal as kde-plasma-desktop and kde-plasma-netbook dependency for
diff --git a/debian/control b/debian/control
index 97d7dd8..d7f90a2 100644
--- a/debian/control
+++ b/debian/control
@@ -231,6 +231,27 @@ Description: graphics applications from the official KDE release
  This metapackage includes graphics applications provided with the official
  release of KDE.
 
+Package: kdemultimedia
+Architecture: all
+Depends: ${misc:Depends},
+ kdemultimedia-kio-plugins (>= ${kde:Version}),
+ juk (>= ${kde:Version}),
+ kmix (>= ${kde:Version}),
+ kscd (>= ${kde:Version}),
+ dragonplayer (>= ${kde:Version}),
+ kde-config-cddb (>= ${kde:Version})
+Recommends: mplayerthumbs (>= ${kde:Version}) | ffmpegthumbs (>= ${kde:Version})
+Description: multimedia applications 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 multimedia applications provided with the official
+ release of KDE.
+
 Package: kdeutils
 Architecture: all
 Depends: ${misc:Depends},
diff --git a/debian/rules b/debian/rules
index b484429..275373d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ CALLIGRA_VERSION := 1:2.4.2
 DEV_LATEST_VERSION := 4:4.10.4
 DEV_PREV_VERSION := 4:4.7.4
 
-KDE_VERSION_METAPKGS := kdeaccessibility kdeedu kdegames kdegraphics kdegraphics-libs-data kdegraphics-strigi-plugins kdeutils
+KDE_VERSION_METAPKGS := kdeaccessibility kdeedu kdegames kdegraphics kdegraphics-libs-data kdegraphics-strigi-plugins kdemultimedia 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