[Pkg-libvirt-commits] [SCM] libgtk-vnc Debian packaging branch, master, updated. debian/0.5.0-3-10-g6a09f74

Laurent Léonard laurent at open-minds.org
Mon Jul 23 22:55:29 UTC 2012


The following commit has been merged in the master branch:
commit 61896769f9612a757a2dd2d7ed6c77c517f436b9
Author: Laurent Léonard <laurent at open-minds.org>
Date:   Tue Jul 24 00:48:51 2012 +0200

    Enable dpkg-buildflags

diff --git a/debian/rules b/debian/rules
index 46548ac..e79215a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,10 +7,12 @@ override_dh_auto_configure:
 	dh_auto_configure -B build/gtk2 -- --with-gtk=2.0 \
                                            --with-python \
                                            --enable-plugin=yes \
-                                           --disable-introspection
+                                           --disable-introspection \
+                                           $(shell dpkg-buildflags --export=configure)
 	dh_auto_configure -B build/gtk3 -- --with-gtk=3.0 \
                                            --with-examples \
-                                           --enable-introspection
+                                           --enable-introspection \
+                                           $(shell dpkg-buildflags --export=configure)
 
 override_dh_auto_build:
 	dh_auto_build -D build/gtk2

-- 
libgtk-vnc Debian packaging



More information about the Pkg-libvirt-commits mailing list