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. - Bump Build-Depends on debhelper.
* debian/control.in: * debian/control.in:
- Drop obsolete versioned Build-Depends on dpkg-dev. - 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 -- Michael Biebl <biebl@debian.org> Wed, 14 Dec 2011 20:36:19 +0100

7
debian/control vendored
View File

@@ -32,7 +32,8 @@ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/unstable/libgtop2
Package: libgtop2-7 Package: libgtop2-7
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, Depends: ${shlibs:Depends},
${misc:Depends},
libgtop2-common (>= ${source:Version}) libgtop2-common (>= ${source:Version})
Description: gtop system monitoring library (shared) Description: gtop system monitoring library (shared)
The gtop library reads information about processes and the state of the The gtop library reads information about processes and the state of the
@@ -45,8 +46,8 @@ Architecture: any
Section: libdevel Section: libdevel
Depends: ${misc:Depends}, Depends: ${misc:Depends},
libgtop2-7 (= ${binary:Version}), libgtop2-7 (= ${binary:Version}),
libglib2.0-dev, gir1.2-gtop-2.0 (= ${binary:Version}),
gir1.2-gtop-2.0 libglib2.0-dev
Description: gtop system monitoring library (devel) Description: gtop system monitoring library (devel)
The gtop library reads information about processes and the state of the The gtop library reads information about processes and the state of the
system. It is used by the GNOME desktop environment. system. It is used by the GNOME desktop environment.

7
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 Package: libgtop2-7
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, Depends: ${shlibs:Depends},
${misc:Depends},
libgtop2-common (>= ${source:Version}) libgtop2-common (>= ${source:Version})
Description: gtop system monitoring library (shared) Description: gtop system monitoring library (shared)
The gtop library reads information about processes and the state of the The gtop library reads information about processes and the state of the
@@ -40,8 +41,8 @@ Architecture: any
Section: libdevel Section: libdevel
Depends: ${misc:Depends}, Depends: ${misc:Depends},
libgtop2-7 (= ${binary:Version}), libgtop2-7 (= ${binary:Version}),
libglib2.0-dev, gir1.2-gtop-2.0 (= ${binary:Version}),
gir1.2-gtop-2.0 libglib2.0-dev
Description: gtop system monitoring library (devel) Description: gtop system monitoring library (devel)
The gtop library reads information about processes and the state of the The gtop library reads information about processes and the state of the
system. It is used by the GNOME desktop environment. system. It is used by the GNOME desktop environment.