r32069 - in /desktop/unstable/libgtop2/debian: changelog control control.in

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Dec 14 19:41:59 UTC 2011


Author: biebl
Date: Wed Dec 14 19:41:58 2011
New Revision: 32069

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32069
Log:
Tighten dependency between libgtop2-dev and gir1.2-gtop-2.0.

Modified:
    desktop/unstable/libgtop2/debian/changelog
    desktop/unstable/libgtop2/debian/control
    desktop/unstable/libgtop2/debian/control.in

Modified: desktop/unstable/libgtop2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtop2/debian/changelog?rev=32069&op=diff
==============================================================================
--- desktop/unstable/libgtop2/debian/changelog [utf-8] (original)
+++ desktop/unstable/libgtop2/debian/changelog [utf-8] Wed Dec 14 19:41:58 2011
@@ -6,6 +6,7 @@
     - 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 at debian.org>  Wed, 14 Dec 2011 20:36:19 +0100
 

Modified: desktop/unstable/libgtop2/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtop2/debian/control?rev=32069&op=diff
==============================================================================
--- desktop/unstable/libgtop2/debian/control [utf-8] (original)
+++ desktop/unstable/libgtop2/debian/control [utf-8] Wed Dec 14 19:41:58 2011
@@ -32,7 +32,8 @@
 
 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 @@
 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 @@
  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.
 

Modified: desktop/unstable/libgtop2/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtop2/debian/control.in?rev=32069&op=diff
==============================================================================
--- desktop/unstable/libgtop2/debian/control.in [utf-8] (original)
+++ desktop/unstable/libgtop2/debian/control.in [utf-8] Wed Dec 14 19:41:58 2011
@@ -27,7 +27,8 @@
 
 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 @@
 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 @@
  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.
 




More information about the pkg-gnome-commits mailing list