[Pkg-libvirt-commits] [SCM] libgtk-vnc Debian packaging branch, master, updated. debian/0.4.3-1-5-g94cd086

Guido Günther agx at sigxcpu.org
Thu Apr 28 15:09:22 UTC 2011


The following commit has been merged in the master branch:
commit 94cd0862270d795b7afc564ceb4ff65c23e724e6
Author: Guido Günther <agx at sigxcpu.org>
Date:   Thu Apr 28 17:08:35 2011 +0200

    Fix dependencies of dev packages

diff --git a/debian/control b/debian/control
index 46830c2..997a23c 100644
--- a/debian/control
+++ b/debian/control
@@ -66,7 +66,7 @@ Architecture: any
 Section: libdevel
 Depends: ${misc:Depends},
  libgvnc-1.0-0 (= ${binary:Version}),
- libgtk2.0-dev (>= 2.0),
+ libglib2.0-dev,
  libgnutls-dev (>= 1.4.0),
  libcairo2-dev (>= 1.2.0)
 Replaces: libgtk-vnc-1.0-dev (<= 0.4.3-1)
@@ -151,7 +151,8 @@ Description: VNC viewer widget for GTK+3 (runtime libraries)
 Package: libgtk-vnc-2.0-0-dbg
 Architecture: any
 Section: debug
-Depends: ${shlibs:Depends}, ${misc:Depends}, libgtk-vnc-1.0-0 (=${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ libgtk-vnc-2.0-0 (=${binary:Version})
 Priority: extra
 Description: VNC viewer widget for GTK+3 (debugging symbols)
  It is built using coroutines, allowing it to be completely asynchronous while
@@ -167,8 +168,11 @@ Description: VNC viewer widget for GTK+3 (debugging symbols)
 Package: libgtk-vnc-2.0-dev
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libgtk-vnc-1.0-0 (= ${binary:Version}),
- libgtk2.0-dev (>= 2.0), libgnutls-dev (>= 1.4.0), libcairo2-dev (>= 1.2.0)
+Depends: ${misc:Depends},
+ libgtk-vnc-2.0-0 (= ${binary:Version}),
+ libgtk-3-dev,
+ libgnutls-dev (>= 1.4.0),
+ libcairo2-dev (>= 1.2.0)
 Description: VNC viewer widget for GTK+3 (development files)
  It is built using coroutines, allowing it to be completely asynchronous while
  remaining single threaded. It supports RFB protocols 3.3 through 3.8 and the

-- 
libgtk-vnc Debian packaging



More information about the Pkg-libvirt-commits mailing list