Tighten dependency between libgtop2-dev and gir1.2-gtop-2.0.

This commit is contained in:
Michael Biebl
2011-12-14 19:41:58 +00:00
parent b07b47a055
commit 8b512b54b5
3 changed files with 11 additions and 8 deletions

1
debian/changelog vendored
View File

@@ -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 <biebl@debian.org> Wed, 14 Dec 2011 20:36:19 +0100

9
debian/control vendored
View File

@@ -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.

9
debian/control.in vendored
View File

@@ -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.