[SCM] KDE Utilities module packaging branch, master, updated. debian/4.4.5-1-34-gcfc8f35
José Manuel Santamaría Lema
santa-guest at alioth.debian.org
Fri Feb 4 02:52:26 UTC 2011
The following commit has been merged in the master branch:
commit 8da4746a14791f6642acf7e6fb5e9681d6dfa1b0
Author: José Manuel Santamaría Lema <panfaust at gmail.com>
Date: Thu Feb 3 23:39:44 2011 +0000
Add debhelper depends substvars to kdeutils and kdeutils-dbg.
---
debian/changelog | 1 +
debian/control | 5 +++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3eda151..d7d776c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ kdeutils (4:4.6.0-0r1) UNRELEASED; urgency=low
* Remove unused build dependency on libqca2-dev.
* Bump build dependency on kde-sc-dev-latest to 4:4.6.0.
* Bump S-V to 3.9.1; update Replaces/Breaks/Conflicts.
+ * Add debhelper depends substvars to kdeutils and kdeutils-dbg.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Tue, 31 Aug 2010 21:08:30 +0300
diff --git a/debian/control b/debian/control
index 469f101..ee59794 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,8 @@ Vcs-Git: git://git.debian.org/pkg-kde/kde-sc/kdeutils.git
Package: kdeutils
Architecture: all
-Depends: ark (>= ${source:Version}), kcalc (>= ${source:Version}),
+Depends: ${misc:Depends},
+ ark (>= ${source:Version}), kcalc (>= ${source:Version}),
kcharselect (>= ${source:Version}), kremotecontrol (>= ${source:Version}),
kdf (>= ${source:Version}), kfloppy (>= ${source:Version}),
kgpg (>= ${source:Version}), ktimer (>= ${source:Version}),
@@ -33,7 +34,7 @@ Package: kdeutils-dbg
Section: debug
Architecture: any
Priority: extra
-Depends: kdebase-runtime-dbg
+Depends: ${shlibs:Depends}, ${misc:Depends}, kdebase-runtime-dbg
Suggests: kdeutils (= ${source:Version})
Description: debugging symbols for the KDE SC utilities module
This package contains debugging files used to investigate problems with
--
KDE Utilities module packaging
More information about the pkg-kde-commits
mailing list