./libtinymail/debian r21: debian/control: Removed misc and shlibs Depends to packages.

Jonny Lamb jonnylamb at jonnylamb.com
Fri Jun 20 23:18:44 UTC 2008


------------------------------------------------------------
revno: 21
committer: Jonny Lamb <jonnylamb at jonnylamb.com>
branch nick: debian
timestamp: Sat 2008-06-21 00:18:44 +0100
message:
  debian/control: Removed misc and shlibs Depends to packages.
modified:
  debian/changelog
  debian/control
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2008-05-26 01:14:05 +0000
+++ b/debian/changelog	2008-06-20 23:18:44 +0000
@@ -9,7 +9,6 @@
     + Bumped Standards-Version to 3.7.3.
     + Added Vcs-Bzr field.
     + Wrapped Build-Deps.
-    + Added misc and shlibs Depends to packages.
   * debian/rules:
     + Misc cleanups.
     + Added --with-ssl=openssl for SSL support in camel-lite.

=== modified file 'debian/control'
--- a/debian/control	2008-05-26 01:14:05 +0000
+++ b/debian/control	2008-06-20 23:18:44 +0000
@@ -23,8 +23,7 @@
 
 Package: libtinymail-1.0-0
 Architecture: any
-Depends: ${misc:Depends},
-         ${shlibs:Depends}
+Depends: ${shlibs:Depends}
 Description: Framework for mobile applications with e-mail
  Tinymail is a library for developing mobile applications with e-mail
  functionality. The framework provides components that aid the developer
@@ -39,9 +38,7 @@
 Package: libtinymail-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends},
-         ${shlibs:Depends},
-         libtinymail-1.0-0 (= ${binary:Version})
+Depends: libtinymail-1.0-0 (= ${binary:Version})
 Description: Framework for mobile applications with e-mail
  Tinymail is a library for developing mobile applications with e-mail
  functionality. The framework provides components that aid the developer
@@ -55,8 +52,7 @@
 
 Package: libtinymail-gnomevfs-1.0-0
 Architecture: any
-Depends: ${misc:Depends},
-         ${shlibs:Depends}
+Depends: ${shlibs:Depends}
 Description: Framework for mobile applications with e-mail - GnomeVFS library
  Tinymail is a library for developing mobile applications with e-mail
  functionality. The framework provides components that aid the developer
@@ -71,9 +67,7 @@
 Package: libtinymail-gnomevfs-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends},
-         ${shlibs:Depends},
-         libtinymail-gnomevfs-1.0-0 (= ${binary:Version})
+Depends: libtinymail-gnomevfs-1.0-0 (= ${binary:Version})
 Description: Framework for mobile applications with e-mail - GnomeVFS library
  Tinymail is a library for developing mobile applications with e-mail
  functionality. The framework provides components that aid the developer
@@ -88,8 +82,7 @@
 
 Package: libtinymail-camel-1.0-0
 Architecture: any
-Depends: ${misc:Depends},
-         ${shlibs:Depends}
+Depends: ${shlibs:Depends}
 Description: Framework for mobile applications with e-mail - Camel library
  Tinymail is a library for developing mobile applications with e-mail
  functionality. The framework provides components that aid the developer
@@ -104,9 +97,7 @@
 Package: libtinymail-camel-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends},
-         ${shlibs:Depends},
-         libtinymail-camel-1.0-0 (= ${binary:Version})
+Depends: libtinymail-camel-1.0-0 (= ${binary:Version})
 Description: Framework for mobile applications with e-mail - Camel library
  Tinymail is a library for developing mobile applications with e-mail
  functionality. The framework provides components that aid the developer
@@ -121,8 +112,7 @@
 
 Package: libtinymail-maemo-1.0-0
 Architecture: any
-Depends: ${misc:Depends},
-         ${shlibs:Depends}
+Depends: ${shlibs:Depends}
 Description: Framework for mobile applications with e-mail - Maemo library
  Tinymail is a library for developing mobile applications with e-mail
  functionality. The framework provides components that aid the developer
@@ -137,9 +127,7 @@
 Package: libtinymail-maemo-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends},
-         ${shlibs:Depends},
-         libtinymail-maemo-1.0-0 (= ${binary:Version})
+Depends: libtinymail-maemo-1.0-0 (= ${binary:Version})
 Description: Framework for mobile applications with e-mail - Maemo library
  Tinymail is a library for developing mobile applications with e-mail
  functionality. The framework provides components that aid the developer
@@ -154,8 +142,7 @@
 
 Package: libtinymailui-1.0-0
 Architecture: any
-Depends: ${misc:Depends},
-         ${shlibs:Depends}
+Depends: ${shlibs:Depends}
 Description: Framework for mobile applications with e-mail - UI library
  Tinymail is a library for developing mobile applications with e-mail
  functionality. The framework provides components that aid the developer
@@ -170,9 +157,7 @@
 Package: libtinymailui-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends},
-         ${shlibs:Depends},
-         libtinymailui-1.0-0 (= ${binary:Version})
+Depends: libtinymailui-1.0-0 (= ${binary:Version})
 Description: Framework for mobile applications with e-mail - UI library
  Tinymail is a library for developing mobile applications with e-mail
  functionality. The framework provides components that aid the developer
@@ -187,8 +172,7 @@
 
 Package: libtinymailui-gtk-1.0-0
 Architecture: any
-Depends: ${misc:Depends},
-         ${shlibs:Depends}
+Depends: ${shlibs:Depends}
 Description: Framework for mobile applications with e-mail - GTK+ library
  Tinymail is a library for developing mobile applications with e-mail
  functionality. The framework provides components that aid the developer
@@ -203,9 +187,7 @@
 Package: libtinymailui-gtk-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends},
-         ${shlibs:Depends},
-         libtinymailui-gtk-1.0-0 (= ${binary:Version})
+Depends: libtinymailui-gtk-1.0-0 (= ${binary:Version})
 Description: Framework for mobile applications with e-mail - GTK+ library
  Tinymail is a library for developing mobile applications with e-mail
  functionality. The framework provides components that aid the developer
@@ -220,8 +202,7 @@
 
 Package: libtinymail-tp-1.0-0
 Architecture: any
-Depends: ${misc:Depends},
-         ${shlibs:Depends}
+Depends: ${shlibs:Depends}
 Description: Framework for mobile applications with e-mail - Telepathy library
  Tinymail is a library for developing mobile applications with e-mail
  functionality. The framework provides components that aid the developer
@@ -236,9 +217,7 @@
 Package: libtinymail-tp-dev
 Section: libdevel
 Architecture: any
-Depends: ${misc:Depends},
-         ${shlibs:Depends},
-         libtinymail-tp-1.0-0 (= ${binary:Version})
+Depends: libtinymail-tp-1.0-0 (= ${binary:Version})
 Description: Framework for mobile applications with e-mail - Telepathy library
  Tinymail is a library for developing mobile applications with e-mail
  functionality. The framework provides components that aid the developer
@@ -253,8 +232,7 @@
 
 Package: libtinymailui-gtkhtml-1.0-0
 Architecture: any
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
+Depends: ${shlibs:Depends}
 Description: Framework for mobile applications with e-mail - gtkhtml library
  Tinymail is a library for developing mobile applications with e-mail
  functionality. The framework provides components that aid the developer
@@ -269,9 +247,7 @@
 Package: libtinymailui-gtkhtml-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends},
-         ${misc:Depends},
-         libtinymailui-gtkhtml-1.0-0 (= ${binary:Version})
+Depends: libtinymailui-gtkhtml-1.0-0 (= ${binary:Version})
 Description: Framework for mobile applications with e-mail - gtkhtml library
  Tinymail is a library for developing mobile applications with e-mail
  functionality. The framework provides components that aid the developer



More information about the pkg-maemo-commits mailing list