[SCM] Debian Qt/KDE packaging tools branch, master, updated. debian/0.5.2
Modestas Vainius
modax-guest at alioth.debian.org
Fri Oct 16 20:27:47 UTC 2009
The following commit has been merged in the master branch:
commit 1385f24b3f33aaf82b96b88d24d58762c8e75fe5
Author: Modestas Vainius <modestas at vainius.eu>
Date: Fri Oct 16 23:24:06 2009 +0300
Add ${misc:Depends} to shut up lintian.
---
debian/changelog | 1 +
debian/control | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d73bcad..9eece90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ pkg-kde-tools (0.5.2~pre2) UNRELEASED; urgency=low
when packaging with version control system repositories. As of this commit
the only VCS supported is Git which supports 'tag' subcommand for tagging
debian package releases when as they are uploaded Debian.
+ * Add ${misc:Depends} to shut up lintian.
-- Modestas Vainius <modestas at vainius.eu> Fri, 16 Oct 2009 16:47:42 +0300
diff --git a/debian/control b/debian/control
index e614cd5..c6a2ed4 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-kde/pkg-kde-tools.git;a=summary
Package: pkg-kde-tools
Architecture: all
-Depends: ${perl:Depends}
+Depends: ${perl:Depends}, ${misc:Depends}
Suggests: debhelper (>= 7.3.16), cdbs, dpkg-dev (>= 1.15.0)
Breaks: dpkg-dev (<< 1.15.3), kdelibs5-dev (<< 4:4.2.2)
Description: common makesnippets and build scripts for KDE4 related packages
--
Debian Qt/KDE packaging tools
More information about the pkg-kde-commits
mailing list