From 8b512b54b50614fe50c793f15715f6f18daa2541 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 14 Dec 2011 19:41:58 +0000 Subject: [PATCH] Tighten dependency between libgtop2-dev and gir1.2-gtop-2.0. --- debian/changelog | 1 + debian/control | 9 +++++---- debian/control.in | 9 +++++---- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0efbeb33..36682d6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ libgtop2 (2.28.4-2) UNRELEASED; urgency=low - Bump Build-Depends on debhelper. * debian/control.in: - Drop obsolete versioned Build-Depends on dpkg-dev. + - Tighten dependency between libgtop2-dev and gir1.2-gtop-2.0. -- Michael Biebl Wed, 14 Dec 2011 20:36:19 +0100 diff --git a/debian/control b/debian/control index eafc64b8..be44f8e5 100644 --- a/debian/control +++ b/debian/control @@ -32,7 +32,8 @@ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/unstable/libgtop2 Package: libgtop2-7 Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, +Depends: ${shlibs:Depends}, + ${misc:Depends}, libgtop2-common (>= ${source:Version}) Description: gtop system monitoring library (shared) The gtop library reads information about processes and the state of the @@ -45,8 +46,8 @@ Architecture: any Section: libdevel Depends: ${misc:Depends}, libgtop2-7 (= ${binary:Version}), - libglib2.0-dev, - gir1.2-gtop-2.0 + gir1.2-gtop-2.0 (= ${binary:Version}), + libglib2.0-dev Description: gtop system monitoring library (devel) The gtop library reads information about processes and the state of the system. It is used by the GNOME desktop environment. @@ -86,5 +87,5 @@ Description: gtop system monitoring library (gir bindings) system. It is used by the GNOME desktop environment. . This package can be used by other packages using the GIRepository format to - generate dynamic bindings. + generate dynamic bindings. diff --git a/debian/control.in b/debian/control.in index c1506032..79b279b2 100644 --- a/debian/control.in +++ b/debian/control.in @@ -27,7 +27,8 @@ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/unstable/libgtop2 Package: libgtop2-7 Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, +Depends: ${shlibs:Depends}, + ${misc:Depends}, libgtop2-common (>= ${source:Version}) Description: gtop system monitoring library (shared) The gtop library reads information about processes and the state of the @@ -40,8 +41,8 @@ Architecture: any Section: libdevel Depends: ${misc:Depends}, libgtop2-7 (= ${binary:Version}), - libglib2.0-dev, - gir1.2-gtop-2.0 + gir1.2-gtop-2.0 (= ${binary:Version}), + libglib2.0-dev Description: gtop system monitoring library (devel) The gtop library reads information about processes and the state of the system. It is used by the GNOME desktop environment. @@ -81,5 +82,5 @@ Description: gtop system monitoring library (gir bindings) system. It is used by the GNOME desktop environment. . This package can be used by other packages using the GIRepository format to - generate dynamic bindings. + generate dynamic bindings.