[Pkg-libvirt-commits] [SCM] VirtViewer Debian packaging branch, master, updated. debian/0.4.1-2

Guido Günther agx at sigxcpu.org
Fri Aug 12 17:25:33 UTC 2011


The following commit has been merged in the master branch:
commit 3c6e6dee81bb83771bec10ebee73aab0a8128af4
Author: Guido Günther <agx at sigxcpu.org>
Date:   Fri Aug 12 19:15:19 2011 +0200

    Build against GTK+3

diff --git a/debian/control b/debian/control
index 62d2ef4..407c167 100644
--- a/debian/control
+++ b/debian/control
@@ -7,14 +7,13 @@ Build-Depends: cdbs,
  debhelper (>= 7),
  autotools-dev,
  libvirt-dev (>= 0.8.1),
- libgtk-vnc-1.0-dev (>= 0.3.4),
+ libgtk-vnc-2.0-dev,
  libxml2-dev,
- libgtk2.0-dev (>= 2.10),
+ libgtk-3-dev,
  autotools-dev,
  automake,
  libffi-dev,
  libtool,
- libglade2-dev,
  intltool
 Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/git/pkg-libvirt/virt-viewer.git
diff --git a/debian/rules b/debian/rules
index 4f8fb09..aea6316 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS=-Wl,--as-needed
+DEB_CONFIGURE_EXTRA_FLAGS := --with-gtk=3.0
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk

-- 
VirtViewer Debian packaging



More information about the Pkg-libvirt-commits mailing list