[Pkg-utopia-commits] r2714 - in /packages/unstable/policykit/debian: changelog control

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Jan 7 17:10:24 UTC 2009


Author: biebl
Date: Wed Jan  7 17:10:24 2009
New Revision: 2714

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2714
Log:
* debian/control
  - Add ${misc:Depends} to all binary packages.

Modified:
    packages/unstable/policykit/debian/changelog
    packages/unstable/policykit/debian/control

Modified: packages/unstable/policykit/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/policykit/debian/changelog?rev=2714&op=diff
==============================================================================
--- packages/unstable/policykit/debian/changelog (original)
+++ packages/unstable/policykit/debian/changelog Wed Jan  7 17:10:24 2009
@@ -1,8 +1,13 @@
 policykit (0.9-2) UNRELEASED; urgency=high
 
+  [ Simon McVittie ]
   * Add patch committed in Fedora (although not upstream) by the upstream
     maintainer, to allow PolicyKit to be used when CVE-2008-4311 has
     been fixed in dbus-daemon. (Closes: #510646)
+
+  [ Michael Biebl ]
+  * debian/control
+    - Add ${misc:Depends} to all binary packages.
 
  -- Simon McVittie <smcv at debian.org>  Mon, 05 Jan 2009 23:44:57 +0000
 

Modified: packages/unstable/policykit/debian/control
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/policykit/debian/control?rev=2714&op=diff
==============================================================================
--- packages/unstable/policykit/debian/control (original)
+++ packages/unstable/policykit/debian/control Wed Jan  7 17:10:24 2009
@@ -24,6 +24,7 @@
 Package: policykit-doc
 Architecture: all
 Section: doc
+Depends: ${misc:Depends}
 Suggests: devhelp
 Description: documentation for PolicyKit
  PolicyKit is a toolkit for defining and handling the policy that
@@ -34,7 +35,7 @@
 Package: libpolkit2
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: library for accessing PolicyKit
  PolicyKit is a toolkit for defining and handling the policy that
  allows unprivileged processes to speak to privileged processes.
@@ -44,7 +45,7 @@
 Package: libpolkit-dev
 Architecture: any
 Section: libdevel
-Depends: libpolkit2 (= ${binary:Version}), libglib2.0-dev
+Depends: libpolkit2 (= ${binary:Version}), ${misc:Depends}, libglib2.0-dev
 Description: library for accessing PolicyKit - development files
  PolicyKit is a toolkit for defining and handling the policy that
  allows unprivileged processes to speak to privileged processes.
@@ -55,7 +56,7 @@
 Package: libpolkit-dbus2
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: library for accessing PolicyKit via D-Bus
  PolicyKit is a toolkit for defining and handling the policy that
  allows unprivileged processes to speak to privileged processes.
@@ -66,7 +67,7 @@
 Package: libpolkit-dbus-dev
 Architecture: any
 Section: libdevel
-Depends: libpolkit-dbus2 (= ${binary:Version}), libpolkit-dev, libdbus-1-dev
+Depends: libpolkit-dbus2 (= ${binary:Version}), ${misc:Depends}, libpolkit-dev, libdbus-1-dev
 Description: library for accessing PolicyKit via D-Bus - development files
  PolicyKit is a toolkit for defining and handling the policy that
  allows unprivileged processes to speak to privileged processes.
@@ -79,7 +80,7 @@
 Package: libpolkit-grant2
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: library for obtaining privileges via PolicyKit
  PolicyKit is a toolkit for defining and handling the policy that
  allows unprivileged processes to speak to privileged processes.
@@ -89,7 +90,7 @@
 Package: libpolkit-grant-dev
 Architecture: any
 Section: libdevel
-Depends: libpolkit-grant2 (= ${binary:Version}), libpolkit-dev, libglib2.0-dev
+Depends: libpolkit-grant2 (= ${binary:Version}), ${misc:Depends}, libpolkit-dev, libglib2.0-dev
 Description: library for obtaining privileges via PolicyKit - development files
  PolicyKit is a toolkit for defining and handling the policy that
  allows unprivileged processes to speak to privileged processes.




More information about the Pkg-utopia-commits mailing list