[SCM] KDE Plasma Addons module packaging branch, master, updated. debian/4.13.1-1-333-g5d6336c
Maximiliano Curia
maxy at moszumanska.debian.org
Fri Aug 1 09:05:30 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kdeplasma-addons.git;a=commitdiff;h=923f146
The following commit has been merged in the master branch:
commit 923f146f72f32885ea9bd58fc02da3d5f9f95d77
Author: Felix Geyer <debfx-pkg at fobos.de>
Date: Fri Jan 27 14:25:05 2012 +0100
Add ${misc:Depends} to all packages where it was missing.
---
debian/changelog | 1 +
debian/control | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4d51a41..e188dbd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ kdeplasma-addons (4:4.8.0-0ubuntu2) UNRELEASED; urgency=low
* plasma-widget-kimpanel conflicts/replaces
plasma-widget-kimpanel-backend-ibus since the latter doesn't exist
anymore.
+ * Add ${misc:Depends} to all packages where it was missing.
-- Felix Geyer <debfx at ubuntu.com> Fri, 27 Jan 2012 14:20:42 +0100
diff --git a/debian/control b/debian/control
index 99f1076..e4d8aac 100644
--- a/debian/control
+++ b/debian/control
@@ -116,7 +116,7 @@ Description: lancelot widget for Plasma
Package: plasma-widget-kimpanel
Architecture: any
Section: kde
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: plasma-widget-kimpanel-backend-ibus
Replaces: plasma-widget-kimpanel-backend-ibus
Description: addons for KDE 4 Plasma - universal input method widget
@@ -127,7 +127,7 @@ Description: addons for KDE 4 Plasma - universal input method widget
#Package: plasma-widget-kimpanel-backend-ibus
#Architecture: all
#Section: kde
-#Depends: ${shlibs:Depends}, ibus-qt4, python
+#Depends: ${shlibs:Depends}, ${misc:Depends}, ibus-qt4, python
#Description: addons for KDE 4 Plasma - universal input method widget
# Kimpanel is a a Plasma widget for the ibus input method.
# .
@@ -136,7 +136,7 @@ Description: addons for KDE 4 Plasma - universal input method widget
Package: plasma-widget-kdeobservatory
Architecture: any
Section: kde
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: plasma-dataengines-addons (<< 4:4.8.0)
Breaks: plasma-dataengines-addons (<< 4:4.8.0)
Description: addons for KDE 4 Plasma - KDE development tracking tool
--
KDE Plasma Addons module packaging
More information about the pkg-kde-commits
mailing list