[SCM] KDE Network module packaging branch, master, updated. debian/4.6.5-3-11-ge6943e5
José Manuel Santamaría Lema
santa-guest at alioth.debian.org
Mon Nov 21 22:51:25 UTC 2011
The following commit has been merged in the master branch:
commit e6943e514a97513a83a15adaab8f1a77e1f44cb8
Author: José Manuel Santamaría Lema <panfaust at gmail.com>
Date: Mon Nov 21 23:15:45 2011 +0100
Manage some package renames.
---
debian/changelog | 5 +++++
debian/control | 6 +++---
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index bacedee..f961dce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,11 @@ kdenetwork (4:4.7.2-0r1) UNRELEASED; urgency=low
* Update installed files.
* Update symbols files.
* Refresh patches.
+ * Manage package renames:
+ - Build depend on kde-workspace-dev instead of kdebase-workspace-dev.
+ - kdenetwork-dbg depends on kde-runtime-dbg instead of kdebase-runtime-dbg.
+ - kdenetwork-dbg recommends kde-workspace-dbg instead of
+ kdebase-workspace-dbg.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Thu, 20 Oct 2011 12:55:24 -0300
diff --git a/debian/control b/debian/control
index 93d3341..1896a31 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Sune Vuorela <sune at debian.org>, Fathi Boudra <fabo at debian.org>, Armin
Build-Depends: kde-sc-dev-latest (>= 4:4.7.2),
cmake, debhelper (>= 7.3.16), pkg-kde-tools (>= 0.12),
kdelibs5-dev (>= 4:4.7), kdepimlibs5-dev (>= 4:4.7), libkonq5-dev (>= 4:4.7),
- kdebase-workspace-dev (>= 4:4.7),
+ kde-workspace-dev (>= 4:4.7),
zlib1g-dev, libjpeg-dev, libxml2-dev, libxslt1-dev, libssl-dev,
libxdamage-dev, libxss-dev, libslp-dev, libidn11-dev, libxtst-dev,
libvncserver-dev (>= 0.9.8.1), libqca2-dev (>= 2.0.0),
@@ -151,8 +151,8 @@ Package: kdenetwork-dbg
Section: debug
Architecture: any
Priority: extra
-Depends: ${misc:Depends}, kdebase-runtime-dbg
-Recommends: kdebase-workspace-dbg
+Depends: ${misc:Depends}, kde-runtime-dbg
+Recommends: kde-workspace-dbg
Suggests: kdenetwork (= ${source:Version})
Description: debugging symbols for the KDE networking module
This package contains debugging files used to investigate problems with
--
KDE Network module packaging
More information about the pkg-kde-commits
mailing list