[SCM] KBoincSpy packaging branch, master, updated. upstream/0.9.1-16-gfc5230b

Frank S. Thomas fst at debian.org
Thu Mar 19 22:38:49 UTC 2009


The following commit has been merged in the master branch:
commit d1b9fd9be05b97d937ca3a3b13dd61078524cf93
Author: Frank S. Thomas <fst at debian.org>
Date:   Thu Mar 19 17:02:44 2009 +0100

    Added ${misc:Depends} to the Depends fields.

diff --git a/debian/changelog b/debian/changelog
index f97f79e..0b496e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
-kboincspy (0.9.1-6) unstable; urgency=low
+kboincspy (0.9.1-6) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
   * debian/manpages/kboincspy.xml: Updated from DocBook 4.2 to 4.5, which is
     the latest version in Lenny.
   * Bumped debhelper compat level from V5 to V6 since this is the current
@@ -13,6 +12,7 @@ kboincspy (0.9.1-6) unstable; urgency=low
     debian/kboincspy.lintian-overrides.
   * debian/control:
     - Migrated from Subversion to Git, updated Vcs fields accordingly.
+    - Added ${misc:Depends} to the packages' Depends field to appease Lintian.
 
  -- Frank S. Thomas <fst at debian.org>  Mon, 21 Jan 2008 21:30:23 +0100
 
diff --git a/debian/control b/debian/control
index c44e165..f36082d 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-boinc/kboincspy.git
 
 Package: kboincspy
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: boinc-client
 Description: monitoring utility for the BOINC client
  KBoincSpy is a KDE monitor and control utility for the BOINC distributed
@@ -37,7 +37,8 @@ Description: monitoring utility for the BOINC client
 Package: kboincspy-dev
 Section: libdevel
 Architecture: any
-Depends: kboincspy (= ${binary:Version}), kdelibs4-dev (>= 4:3.3.0)
+Depends: ${misc:Depends}, kboincspy (= ${binary:Version}),
+ kdelibs4-dev (>= 4:3.3.0)
 Description: development files for KBoincSpy plugins
  KBoincSpy is a KDE monitor and control utility for the BOINC distributed
  client.

-- 
KBoincSpy packaging



More information about the pkg-boinc-commits mailing list