./modest/debian r4: Add ${misc:Depends}.

Loïc Minier lool at dooz.org
Thu Aug 14 14:22:32 UTC 2008


------------------------------------------------------------
revno: 4
committer: Loïc Minier <lool at dooz.org>
branch nick: debian
timestamp: Thu 2008-08-14 16:22:32 +0200
message:
  Add ${misc:Depends}.
modified:
  debian/changelog
  debian/control
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2008-08-14 14:20:18 +0000
+++ b/debian/changelog	2008-08-14 14:22:32 +0000
@@ -25,6 +25,7 @@
   * Misc cosmetic cleanups (whitespaces and such).
   * Use a single dbg package, modest-dbg; update description and drop modest
     dep.
+  * Add ${misc:Depends}.
 
  -- Jonny Lamb <jonnylamb at jonnylamb.com>  Fri, 27 Jun 2008 21:00:21 +0100
 

=== modified file 'debian/control'
--- a/debian/control	2008-08-14 14:20:18 +0000
+++ b/debian/control	2008-08-14 14:22:32 +0000
@@ -61,6 +61,7 @@
 Section: devel
 Priority: extra
 Architecture: any
+Depends: ${misc:Depends}
 Description: small e-mail program targetting hardware with modest resources -- debug symbols
  Modest is a lightweight, fully-featured e-mail client optimized for
  hardware with limited resources, such as low-end PCs or mobile devices
@@ -77,7 +78,8 @@
 Package: libmodest-dbus-client-1.0-0
 Section: devel
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: small e-mail program targetting hardware with modest resources -- D-Bus client
  Modest is a lightweight, fully-featured e-mail client optimized for
  hardware with limited resources, such as low-end PCs or mobile devices
@@ -94,7 +96,8 @@
 Package: libmodest-dbus-client-dev
 Section: libdevel
 Architecture: any
-Depends: libmodest-dbus-client-1.0-0
+Depends: libmodest-dbus-client-1.0-0,
+         ${misc:Depends}
 Description: small e-mail program targetting hardware with modest resources -- D-Bus client dev
  Modest is a lightweight, fully-featured e-mail client optimized for
  hardware with limited resources, such as low-end PCs or mobile devices



More information about the pkg-maemo-commits mailing list