[Pkg-libvirt-commits] [SCM] VirtViewer Debian packaging branch, master, updated. debian/0.5.6-1-5-g20493e3
Guido Günther
agx at sigxcpu.org
Tue Jun 25 14:33:27 UTC 2013
The following commit has been merged in the master branch:
commit ff900a314ffc0b93453277b4c24f8731ce3681ac
Author: Guido Günther <agx at sigxcpu.org>
Date: Tue Jun 25 16:11:20 2013 +0200
Swith to dh
diff --git a/debian/control b/debian/control
index 41304f4..586d747 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: admin
Priority: extra
Maintainer: Debian Libvirt Maintainers <pkg-libvirt-maintainers at lists.alioth.debian.org>
Uploaders: Guido Günther <agx at sigxcpu.org>, Laurent Léonard <laurent at open-minds.org>
-Build-Depends: cdbs,
+Build-Depends:
debhelper (>= 7),
autotools-dev,
libvirt-dev (>= 0.10),
diff --git a/debian/rules b/debian/rules
index 74fad81..cb7d4ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,5 +2,11 @@
DEB_CONFIGURE_EXTRA_FLAGS := --with-gtk=3.0 --with-spice-gtk
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
+%:
+ dh $@
+
+override_dh_auto_configure:
+ dh_auto_configure -- $(DEB_CONFIGURE_EXTRA_FLAGS)
+
+override_dh_auto_clean:
+ [ ! -f Makefile ] || dh_auto_clean
--
VirtViewer Debian packaging
More information about the Pkg-libvirt-commits
mailing list