Tighten dependency between libgtop2-dev and gir1.2-gtop-2.0.
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -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
9
debian/control
vendored
@@ -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
9
debian/control.in
vendored
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user