[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, master, updated. debian/1%1.16.18-1-109-g3c336e1
Hilko Bengen
bengen at debian.org
Mon Apr 1 18:12:12 UTC 2013
The following commit has been merged in the master branch:
commit b29fdb639ed0ac12beeb431862c6720a7f43a148
Author: Hilko Bengen <bengen at debian.org>
Date: Mon Feb 18 23:49:10 2013 +0100
Make sure that extconf.rb is generated
diff --git a/debian/rules b/debian/rules
index 91489b5..59e5ef9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,6 +33,8 @@ override_dh_auto_clean:
done
override_dh_auto_configure:
+ # Make sure that the file is generated in builddir from the template.
+ rm -f ruby/ext/guestfs/extconf.rb
dh_auto_configure --builddir=$(CURDIR)/debian/build-default \
-- \
$(DEFAULT_CONFIG_FLAGS) \
--
Libguestfs Debian packaging
More information about the Pkg-libvirt-commits
mailing list