[SCM] KDE metapackages branch, master, updated. debian/5%94-2-gcb6b1be
Pino Toscano
pino at moszumanska.debian.org
Tue Dec 26 14:02:49 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/meta-kde.git;a=commitdiff;h=cb6b1be
The following commit has been merged in the master branch:
commit cb6b1be44ab33a61afbb74c8229378d7eead49d1
Author: Pino Toscano <pino at debian.org>
Date: Tue Dec 26 14:46:48 2017 +0100
take over kdewebdev metapackage
---
debian/changelog | 3 +++
debian/control | 8 ++++++++
debian/rules | 2 +-
3 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index af27d3b..a6c801a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
meta-kde (5:95) UNRELEASED; urgency=medium
+ [ Pino Toscano ]
+ * Move the kdewebdev metapackage to this source; depend only on
+ kimagemapeditor, since the other components were dropped upstream.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Tue, 26 Dec 2017 14:43:27 +0100
diff --git a/debian/control b/debian/control
index 076b09f..f42dc8b 100644
--- a/debian/control
+++ b/debian/control
@@ -386,6 +386,14 @@ Description: general-purpose utilities from the official KDE release
This metapackage includes general-purpose utilities provided with the
official release of KDE.
+Package: kdewebdev
+Architecture: any
+Depends: kimagemapeditor (>= ${kde:Version}),
+ ${misc:Depends}
+Description: web development apps from the official KDE release
+ This metapackage includes a collection of web development applications
+ provided with the official release of KDE.
+
Package: kde-sc-dev-latest
Architecture: all
Depends: automoc (>= 1.0~version-0.9.88),
diff --git a/debian/rules b/debian/rules
index 08ef58d..1ca01b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ DEV_PREV_VERSION := 4:4.11.3
KDE_VERSION_METAPKGS := kdeaccessibility kdeadmin kdeedu kdegames kdegraphics kdemultimedia kdenetwork kdesdk kdetoys kdeutils
-KDE_VERSION_METAPKGS_ADOPTED := kdepim
+KDE_VERSION_METAPKGS_ADOPTED := kdepim kdewebdev
MINIMUM_KDE_VERSION_ADOPTED := 4:16.04.3
BINARY_VERSION_NO_EPOCH := $(shell dpkg-parsechangelog | grep '^Version: ' | sed 's/^Version: \(\([[:digit:]]\+\):\)\?/./')
--
KDE metapackages
More information about the pkg-kde-commits
mailing list