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

Guido Günther agx at sigxcpu.org
Thu Nov 17 21:19:53 UTC 2011


The following commit has been merged in the master branch:
commit 2d239ff215a92cf0749d712c4c90f5b4aee8b7b0
Author: Guido Günther <agx at sigxcpu.org>
Date:   Thu Nov 17 08:50:37 2011 +0100

    Add vala bindings

diff --git a/debian/control b/debian/control
index a9f7b8e..8ffa877 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,9 @@ Build-Depends:
  libgtk-3-dev,
  libgirepository1.0-dev,
  gobject-introspection,
- libtool
+ libtool,
+# for vala bindings
+  valac-0.14
 Build-Conflicts: libffi4-dev
 X-Python-Version: >= 2.5
 Vcs-Git: git://git.debian.org/git/pkg-libvirt/gtk-vnc.git
@@ -81,7 +83,7 @@ Description: VNC GObject wrapper (development files)
  The core library is written in C and a binding for Python using PyGTK is
  available. The networking layer supports connections over both IPv4 and IPv6.
  .
- This package contains the development headers.
+ This package contains the development headers and Vala bindings.
 
 Package: libgtk-vnc-1.0-0
 Architecture: any
@@ -186,7 +188,7 @@ Description: VNC viewer widget for GTK+3 (development files)
  The core library is written in C and a binding for Python using PyGTK is
  available. The networking layer supports connections over both IPv4 and IPv6.
  .
- This package contains the development headers.
+ This package contains the development headers and Vala bindings.
 
 Package: gir1.2-gtk-vnc-2.0
 Section: libs
diff --git a/debian/libgtk-vnc-2.0-dev.install b/debian/libgtk-vnc-2.0-dev.install
index d7ac9f0..2452b2a 100644
--- a/debian/libgtk-vnc-2.0-dev.install
+++ b/debian/libgtk-vnc-2.0-dev.install
@@ -2,3 +2,4 @@
 /usr/include/gtk-vnc-2.0/
 /usr/lib/pkgconfig/gtk-vnc-2.0.*
 /usr/share/gir-1.0/GtkVnc-2.0.gir
+/usr/share/vala/vapi/gtk-vnc-2.0.*
diff --git a/debian/libgvnc-1.0-dev.install b/debian/libgvnc-1.0-dev.install
index 226b49f..01ffff5 100644
--- a/debian/libgvnc-1.0-dev.install
+++ b/debian/libgvnc-1.0-dev.install
@@ -2,3 +2,4 @@
 /usr/include/gvnc-1.0/
 /usr/lib/pkgconfig/gvnc-1.0.*
 /usr/share/gir-1.0/GVnc-1.0.gir
+/usr/share/vala/vapi/gvnc-1.0.vapi

-- 
libgtk-vnc Debian packaging



More information about the Pkg-libvirt-commits mailing list