[Pkg-telepathy-commits] [SCM] telepathy-glib packaging branch, debian, updated. upstream/0.7.20-78-g10032e3
Simon McVittie
smcv at debian.org
Thu Dec 18 01:59:32 UTC 2008
The following commit has been merged in the debian branch:
commit 4a70dd73b8b553e4e742e302ba109e8c29bf550e
Author: Simon McVittie <smcv at debian.org>
Date: Thu Dec 18 00:07:04 2008 +0000
debian/control: add ${misc:Depends} to everything
diff --git a/debian/changelog b/debian/changelog
index 79f744d..b2d5821 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ telepathy-glib (0.7.19-2) UNRELEASED; urgency=low
* Move packaging to git; the setup is basically the same as
telepathy-farsight, but with pristine-tar enabled
* debian/control: wrap Uploaders line
+ * debian/control: add ${misc:Depends} to everything
-- Simon McVittie <smcv at debian.org> Wed, 17 Dec 2008 23:47:06 +0000
diff --git a/debian/control b/debian/control
index 6623907..cf61d85 100644
--- a/debian/control
+++ b/debian/control
@@ -37,7 +37,7 @@ Description: Telepathy framework - GLib library
Package: libtelepathy-glib-dev
Architecture: any
Section: libdevel
-Depends: libtelepathy-glib0 (= ${binary:Version}), libglib2.0-dev (>= 2.10), libdbus-1-dev (>= 0.95), libdbus-glib-1-dev (>= 0.73), pkg-config (>= 0.21)
+Depends: libtelepathy-glib0 (= ${binary:Version}), libglib2.0-dev (>= 2.10), libdbus-1-dev (>= 0.95), libdbus-glib-1-dev (>= 0.73), pkg-config (>= 0.21), ${misc:Depends}
Suggests: libtelepathy-glib-doc
Conflicts: libtelepathy-glib-static-dev
Replaces: libtelepathy-glib-static-dev
@@ -54,7 +54,7 @@ Package: libtelepathy-glib0-dbg
Architecture: any
Section: libdevel
Priority: extra
-Depends: libtelepathy-glib0 (= ${binary:Version})
+Depends: libtelepathy-glib0 (= ${binary:Version}), ${misc:Depends}
Description: GLib Telepathy library (debug symbols)
This package contains support for debugging programs that use telepathy-glib,
a GLib-based library for Telepathy components.
@@ -67,6 +67,7 @@ Description: GLib Telepathy library (debug symbols)
Package: libtelepathy-glib-doc
Architecture: all
Section: doc
+Depends: ${misc:Depends}
Suggests: devhelp
Description: GLib Telepathy library (documentation)
This package contains HTML documentation for telepathy-glib, a GLib-based
--
telepathy-glib packaging
More information about the Pkg-telepathy-commits
mailing list