[Pkg-libvirt-commits] [libguestfs] 25/37: Rebased patch queue

Hilko Bengen bengen at moszumanska.debian.org
Sun Dec 22 18:13:43 UTC 2013


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag debian/1%1.15.10-1
in repository libguestfs.

commit 1efde9f2049bf37fff2db2c86bedc2cc0aa413a8
Author: Hilko Bengen <bengen at debian.org>
Date:   Thu Nov 24 23:39:46 2011 +0100

    Rebased patch queue
---
 ...appliance-related-checks-if-not-building-.patch |  33 ++--
 debian/patches/0012-out-of-tree-build-ruby.patch   |  99 -----------
 ...atch => 0012-ruby-install-to-vendor_ruby.patch} |   0
 ...0014-autoreconf.patch => 0013-autoreconf.patch} | 184 +++++++++++----------
 debian/patches/series                              |   5 +-
 5 files changed, 114 insertions(+), 207 deletions(-)

diff --git a/debian/patches/0004-Do-not-run-appliance-related-checks-if-not-building-.patch b/debian/patches/0004-Do-not-run-appliance-related-checks-if-not-building-.patch
index 5af29e2..e4dfda1 100644
--- a/debian/patches/0004-Do-not-run-appliance-related-checks-if-not-building-.patch
+++ b/debian/patches/0004-Do-not-run-appliance-related-checks-if-not-building-.patch
@@ -10,32 +10,33 @@ Subject: Do not run appliance-related checks if not building appliance
  edit/Makefile.am     |    2 ++
  fuse/Makefile.am     |    4 +++-
  images/Makefile.am   |    2 ++
+ java/Makefile.am     |    6 +++++-
  ocaml/Makefile.am    |   10 +++++++---
  perl/Makefile.am     |   10 ++++++++--
  python/Makefile.am   |    8 ++++++--
- resize/Makefile.am   |    2 ++
+ resize/Makefile.am   |    5 ++++-
  sparsify/Makefile.am |    2 ++
  tools/Makefile.am    |    2 ++
- 13 files changed, 44 insertions(+), 9 deletions(-)
+ 14 files changed, 51 insertions(+), 11 deletions(-)
 
 diff --git a/Makefile.am b/Makefile.am
-index 388cdeb..927e442 100644
+index 5c90004..0ae8293 100644
 --- a/Makefile.am
 +++ b/Makefile.am
 @@ -30,7 +30,10 @@ SUBDIRS += appliance
  endif
  
  # Tests and the test-tool.
--SUBDIRS += gnulib/tests capitests caution regressions test-tool
+-SUBDIRS += gnulib/tests capitests caution regressions extratests test-tool
 +SUBDIRS += gnulib/tests test-tool
 +if ENABLE_APPLIANCE
-+SUBDIRS += capitests caution regressions
++SUBDIRS += capitests caution regressions extratests
 +endif
  
  # Guestfish.
  SUBDIRS += fish
 diff --git a/cat/Makefile.am b/cat/Makefile.am
-index 91abfac..b1a672e 100644
+index 3180b26..72d5dc4 100644
 --- a/cat/Makefile.am
 +++ b/cat/Makefile.am
 @@ -136,4 +136,6 @@ TESTS_ENVIRONMENT = \
@@ -46,7 +47,7 @@ index 91abfac..b1a672e 100644
  TESTS = test-virt-cat.sh test-virt-filesystems.sh test-virt-ls.sh
 +endif ENABLE_APPLIANCE
 diff --git a/clone/Makefile.am b/clone/Makefile.am
-index 20e1d52..b01637c 100644
+index 11a2e9b..c5e872a 100644
 --- a/clone/Makefile.am
 +++ b/clone/Makefile.am
 @@ -48,4 +48,6 @@ TESTS_ENVIRONMENT = \
@@ -57,7 +58,7 @@ index 20e1d52..b01637c 100644
  TESTS = test-virt-sysprep.sh
 +endif ENABLE_APPLIANCE
 diff --git a/df/Makefile.am b/df/Makefile.am
-index 6281c96..63ba403 100644
+index 2b2c47e..4ef71a1 100644
 --- a/df/Makefile.am
 +++ b/df/Makefile.am
 @@ -82,4 +82,6 @@ TESTS_ENVIRONMENT = \
@@ -68,7 +69,7 @@ index 6281c96..63ba403 100644
  TESTS = test-virt-df.sh
 +endif ENABLE_APPLIANCE
 diff --git a/edit/Makefile.am b/edit/Makefile.am
-index eac2877..426c372 100644
+index d94e42e..f4b4e05 100644
 --- a/edit/Makefile.am
 +++ b/edit/Makefile.am
 @@ -74,4 +74,6 @@ TESTS_ENVIRONMENT = \
@@ -79,7 +80,7 @@ index eac2877..426c372 100644
  TESTS = test-virt-edit.sh
 +endif ENABLE_APPLIANCE
 diff --git a/fuse/Makefile.am b/fuse/Makefile.am
-index 10bbc9d..c83becd 100644
+index 16c93db..d0cf901 100644
 --- a/fuse/Makefile.am
 +++ b/fuse/Makefile.am
 @@ -74,8 +74,10 @@ stamp-guestmount.pod: guestmount.pod
@@ -95,7 +96,7 @@ index 10bbc9d..c83becd 100644
 -endif
 +endif HAVE_FUSE
 diff --git a/images/Makefile.am b/images/Makefile.am
-index 90c4ce3..1b554f4 100644
+index e413750..1acd069 100644
 --- a/images/Makefile.am
 +++ b/images/Makefile.am
 @@ -56,7 +56,9 @@ noinst_DATA = test.iso
@@ -103,13 +104,13 @@ index 90c4ce3..1b554f4 100644
  # This is 'check_DATA' because we don't need it until 'make check'
  # time and we need the tools we have built in order to make it.
 +if ENABLE_APPLIANCE
- check_DATA = debian.img fedora.img ubuntu.img windows.img
+ check_DATA = debian.img fedora.img fedora-md1.img fedora-md2.img ubuntu.img windows.img
 +endif ENABLE_APPLIANCE
  
  CLEANFILES = \
  	test.iso test.sqsh \
 diff --git a/java/Makefile.am b/java/Makefile.am
-index 7686047..31b793f 100644
+index a96d304..ef78773 100644
 --- a/java/Makefile.am
 +++ b/java/Makefile.am
 @@ -102,7 +102,11 @@ install-data-hook:
@@ -149,7 +150,7 @@ index 5287035..eed15b1 100644
  	t/guestfs_005_load \
  	t/guestfs_010_basic \
 diff --git a/perl/Makefile.am b/perl/Makefile.am
-index d8167d1..6212915 100644
+index eff0059..e940717 100644
 --- a/perl/Makefile.am
 +++ b/perl/Makefile.am
 @@ -48,9 +48,15 @@ src_deps: $(top_builddir)/src/libguestfs.la $(generator_built)
@@ -204,7 +205,7 @@ index 5046a8c..a4ca7cd 100644
  # Dependencies.
  depend: .depend
 diff --git a/sparsify/Makefile.am b/sparsify/Makefile.am
-index ab90818..8e6bfc3 100644
+index 973bcb5..f4898da 100644
 --- a/sparsify/Makefile.am
 +++ b/sparsify/Makefile.am
 @@ -98,7 +98,9 @@ TESTS_ENVIRONMENT = \
@@ -218,7 +219,7 @@ index ab90818..8e6bfc3 100644
  # Dependencies.
  depend: .depend
 diff --git a/tools/Makefile.am b/tools/Makefile.am
-index 5586bf8..60c4046 100644
+index 2ecd0ee..cb8c7dc 100644
 --- a/tools/Makefile.am
 +++ b/tools/Makefile.am
 @@ -64,9 +64,11 @@ TESTS_ENVIRONMENT = \
diff --git a/debian/patches/0012-out-of-tree-build-ruby.patch b/debian/patches/0012-out-of-tree-build-ruby.patch
deleted file mode 100644
index b5c1d89..0000000
--- a/debian/patches/0012-out-of-tree-build-ruby.patch
+++ /dev/null
@@ -1,99 +0,0 @@
-From: Hilko Bengen <bengen at debian.org>
-Date: Thu, 17 Nov 2011 21:40:34 +0100
-Subject: out-of-tree build: ruby
-
----
- ruby/Makefile.am   |    4 ++--
- ruby/Rakefile.in   |   18 +++++++++---------
- ruby/run-bindtests |    2 +-
- 3 files changed, 12 insertions(+), 12 deletions(-)
-
-diff --git a/ruby/Makefile.am b/ruby/Makefile.am
-index 88d3323..757855a 100644
---- a/ruby/Makefile.am
-+++ b/ruby/Makefile.am
-@@ -61,7 +61,7 @@ RUBY_SITEARCH := $(shell ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']"
- install:
- 	$(MKDIR_P) $(DESTDIR)$(RUBY_SITELIB)
- 	$(MKDIR_P) $(DESTDIR)$(RUBY_SITEARCH)
--	$(INSTALL) -p -m 0644 lib/guestfs.rb $(DESTDIR)$(RUBY_SITELIB)
--	$(INSTALL) -p -m 0755 ext/guestfs/_guestfs.so $(DESTDIR)$(RUBY_SITEARCH)
-+	$(INSTALL) -p -m 0644 $(srcdir)/lib/guestfs.rb $(DESTDIR)$(RUBY_SITELIB)
-+	$(INSTALL) -p -m 0755 $(builddir)/ext/guestfs/_guestfs.so $(DESTDIR)$(RUBY_SITEARCH)
- 
- endif
-diff --git a/ruby/Rakefile.in b/ruby/Rakefile.in
-index 7c5a63a..f4bf901 100644
---- a/ruby/Rakefile.in
-+++ b/ruby/Rakefile.in
-@@ -24,7 +24,7 @@ require 'rake/gempackagetask'
- PKG_NAME='@PACKAGE_NAME@'
- PKG_VERSION='@PACKAGE_VERSION@'
- 
--EXT_CONF='@srcdir@/ext/guestfs/extconf.rb'
-+EXT_CONF='@abs_srcdir@/ext/guestfs/extconf.rb'
- MAKEFILE='@builddir@/ext/guestfs/Makefile'
- GUESTFS_MODULE='@builddir@/ext/guestfs/_guestfs.so'
- GUESTFS_SRC='@srcdir@/ext/guestfs/_guestfs.c'
-@@ -38,13 +38,13 @@ CLOBBER.include [ "@builddir@/config.save", "@builddir@/ext/**/mkmf.log",
- # Build locally
- 
- file MAKEFILE => EXT_CONF do |t|
--     unless sh "top_srcdir=$(pwd)/@top_srcdir@; top_builddir=$(pwd)/@top_builddir@; export ARCHFLAGS=\"-arch $(uname -m)\"; cd #{File::dirname(EXT_CONF)}; ruby #{File::basename(EXT_CONF)} --with-_guestfs-include=$top_srcdir/src --with-_guestfs-lib=$top_builddir/src/.libs"
-+     unless sh "top_srcdir=$(pwd)/@top_srcdir@; top_builddir=$(pwd)/@top_builddir@; export ARCHFLAGS=\"-arch $(uname -m)\"; mkdir -p @builddir@/ext/guestfs; cd @builddir@/ext/guestfs; ruby #{EXT_CONF} --with-_guestfs-include=$top_srcdir/src --with-_guestfs-lib=$top_builddir/src/.libs"
-          $stderr.puts "Failed to run extconf"
-          break
-      end
- end
- file GUESTFS_MODULE => [ MAKEFILE, GUESTFS_SRC ] do |t|
--    Dir::chdir(File::dirname(EXT_CONF)) do
-+    Dir::chdir("@builddir@/ext/guestfs") do
-          unless sh "make"
-              $stderr.puts "make failed"
-              break
-@@ -61,19 +61,19 @@ end
- task :test => :build
- 
- RDOC_FILES = FileList[
--    "README.rdoc",
--    "lib/**/*.rb",
--    "ext/**/*.[ch]"
-+    "@srcdir@/README.rdoc",
-+    "@srcdir@/lib/**/*.rb",
-+    "@srcdir@/ext/**/*.[ch]"
- ]
- 
- Rake::RDocTask.new do |rd|
--    rd.main = "README.rdoc"
-+    rd.main = "@srcdir@/README.rdoc"
-     rd.rdoc_dir = "doc/site/api"
-     rd.rdoc_files.include(RDOC_FILES)
- end
- 
- Rake::RDocTask.new(:ri) do |rd|
--    rd.main = "README.rdoc"
-+    rd.main = "@srcdir@/README.rdoc"
-     rd.rdoc_dir = "doc/ri"
-     rd.options << "--ri-system"
-     rd.rdoc_files.include(RDOC_FILES)
-@@ -82,7 +82,7 @@ end
- # Package tasks
- 
- PKG_FILES = FileList[
--  "Rakefile", "COPYING", "README", "NEWS", "README.rdoc",
-+  "Rakefile", "COPYING", "README", "NEWS", "@srcdir@/README.rdoc",
-   "lib/**/*.rb",
-   "ext/**/*.[ch]", "ext/**/MANIFEST", "ext/**/extconf.rb",
-   "tests/**/*",
-diff --git a/ruby/run-bindtests b/ruby/run-bindtests
-index a78b5f6..4cac863 100755
---- a/ruby/run-bindtests
-+++ b/ruby/run-bindtests
-@@ -18,5 +18,5 @@
- 
- set -e
- 
--ruby -Ilib -Iext/guestfs bindtests.rb > bindtests.tmp
-+ruby -I${srcdir}/lib -Iext/guestfs ${srcdir}/bindtests.rb > bindtests.tmp
- diff -u ${srcdir}/../bindtests bindtests.tmp
--- 
diff --git a/debian/patches/0013-ruby-install-to-vendor_ruby.patch b/debian/patches/0012-ruby-install-to-vendor_ruby.patch
similarity index 100%
rename from debian/patches/0013-ruby-install-to-vendor_ruby.patch
rename to debian/patches/0012-ruby-install-to-vendor_ruby.patch
diff --git a/debian/patches/0014-autoreconf.patch b/debian/patches/0013-autoreconf.patch
similarity index 84%
rename from debian/patches/0014-autoreconf.patch
rename to debian/patches/0013-autoreconf.patch
index 4bbb1a8..8c6bf72 100644
--- a/debian/patches/0014-autoreconf.patch
+++ b/debian/patches/0013-autoreconf.patch
@@ -3,7 +3,7 @@ Date: Sat, 20 Aug 2011 20:43:22 +0200
 Subject: autoreconf
 
 ---
- Makefile.in          |   44 +++++++++++------------
+ Makefile.in          |   50 +++++++++++++--------------
  aclocal.m4           |   14 ++++---
  cat/Makefile.in      |    2 +-
  clone/Makefile.in    |    2 +-
@@ -22,10 +22,10 @@ Subject: autoreconf
  ruby/Makefile.in     |   12 +++---
  sparsify/Makefile.in |    8 ++--
  tools/Makefile.in    |    6 ++--
- 19 files changed, 127 insertions(+), 109 deletions(-)
+ 19 files changed, 130 insertions(+), 112 deletions(-)
 
 diff --git a/Makefile.in b/Makefile.in
-index b554b95..5080d5a 100644
+index 9e4e9b4..4d6bc1d 100644
 --- a/Makefile.in
 +++ b/Makefile.in
 @@ -71,7 +71,6 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
@@ -40,7 +40,7 @@ index b554b95..5080d5a 100644
  	build-aux/ltmain.sh build-aux/missing
  @ENABLE_DAEMON_TRUE at am__append_1 = daemon
  @ENABLE_APPLIANCE_TRUE at am__append_2 = appliance
-+ at ENABLE_APPLIANCE_TRUE@am__append_3 = capitests caution regressions
++ at ENABLE_APPLIANCE_TRUE@am__append_3 = capitests caution regressions extratests
  
  # Language bindings.
 - at HAVE_PERL_TRUE@am__append_3 = perl perl/examples
@@ -80,7 +80,7 @@ index b554b95..5080d5a 100644
  subdir = .
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
-@@ -228,7 +228,7 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
+@@ -224,7 +224,7 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
   configure.lineno config.status.lineno
  mkinstalldirs = $(install_sh) -d
  CONFIG_HEADER = config.h
@@ -89,21 +89,27 @@ index b554b95..5080d5a 100644
  CONFIG_CLEAN_VPATH_FILES =
  AM_V_GEN = $(am__v_GEN_$(V))
  am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
-@@ -276,7 +276,7 @@ AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
+@@ -272,10 +272,10 @@ AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  ETAGS = etags
  CTAGS = ctags
  DIST_SUBDIRS = gnulib/lib images generator src examples po daemon \
--	appliance gnulib/tests capitests caution regressions test-tool \
+-	appliance gnulib/tests capitests caution regressions \
+-	extratests test-tool fish align cat df edit inspector rescue \
+-	perl perl/examples ocaml ocaml/examples python python/examples \
+-	ruby ruby/examples java java/examples haskell php erlang \
 +	appliance gnulib/tests test-tool capitests caution regressions \
- 	fish align cat df edit inspector rescue perl perl/examples \
- 	ocaml ocaml/examples python python/examples ruby ruby/examples \
- 	java java/examples haskell php erlang erlang/examples csharp \
-@@ -1316,12 +1316,12 @@ ACLOCAL_AMFLAGS = -I m4
++	extratests fish align cat df edit inspector rescue perl \
++	perl/examples ocaml ocaml/examples python python/examples ruby \
++	ruby/examples java java/examples haskell php erlang \
+ 	erlang/examples csharp resize sparsify tools fuse clone \
+ 	po-docs
+ DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+@@ -1321,12 +1321,12 @@ ACLOCAL_AMFLAGS = -I m4
  
  # Unconditional because nothing is built yet.
  SUBDIRS = gnulib/lib images generator src examples po $(am__append_1) \
 -	$(am__append_2) gnulib/tests capitests caution regressions \
--	test-tool fish align cat df edit inspector rescue \
+-	extratests test-tool fish align cat df edit inspector rescue \
 -	$(am__append_3) $(am__append_4) $(am__append_5) \
 -	$(am__append_6) $(am__append_7) $(am__append_8) \
 -	$(am__append_9) $(am__append_10) csharp $(am__append_11) \
@@ -117,7 +123,7 @@ index b554b95..5080d5a 100644
  EXTRA_DIST = \
  	$(generator_built) \
  	BUGS HACKING RELEASE-NOTES ROADMAP TODO \
-@@ -1488,8 +1488,6 @@ podwrapper.sh: $(top_builddir)/config.status $(srcdir)/podwrapper.sh.in
+@@ -1494,8 +1494,6 @@ podwrapper.sh: $(top_builddir)/config.status $(srcdir)/podwrapper.sh.in
  	cd $(top_builddir) && $(SHELL) ./config.status $@
  run: $(top_builddir)/config.status $(srcdir)/run.in
  	cd $(top_builddir) && $(SHELL) ./config.status $@
@@ -127,7 +133,7 @@ index b554b95..5080d5a 100644
  	cd $(top_builddir) && $(SHELL) ./config.status $@
  
 diff --git a/aclocal.m4 b/aclocal.m4
-index 404fe3e..ef6bd0b 100644
+index 44c3f1c..01d9587 100644
 --- a/aclocal.m4
 +++ b/aclocal.m4
 @@ -47,7 +47,8 @@ To do so, use the procedure documented by the package, typically `autoreconf'.])
@@ -181,10 +187,10 @@ index 404fe3e..ef6bd0b 100644
  else
  	$1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
 diff --git a/cat/Makefile.in b/cat/Makefile.in
-index fa4e83d..6d04733 100644
+index 430142e..4991b14 100644
 --- a/cat/Makefile.in
 +++ b/cat/Makefile.in
-@@ -1372,7 +1372,7 @@ TESTS_ENVIRONMENT = \
+@@ -1376,7 +1376,7 @@ TESTS_ENVIRONMENT = \
  	LIBGUESTFS_PATH=$(top_builddir)/appliance \
  	TMPDIR=$(top_builddir)
  
@@ -194,10 +200,10 @@ index fa4e83d..6d04733 100644
  
  .SUFFIXES:
 diff --git a/clone/Makefile.in b/clone/Makefile.in
-index 28fcec7..fb84fce 100644
+index 8e8974d..9cb8fdc 100644
 --- a/clone/Makefile.in
 +++ b/clone/Makefile.in
-@@ -1239,7 +1239,7 @@ TESTS_ENVIRONMENT = \
+@@ -1243,7 +1243,7 @@ TESTS_ENVIRONMENT = \
  	LIBGUESTFS_PATH=$(top_builddir)/appliance \
  	TMPDIR=$(top_builddir)
  
@@ -207,10 +213,10 @@ index 28fcec7..fb84fce 100644
  
  .SUFFIXES:
 diff --git a/configure b/configure
-index 2a353ef..8a565ae 100755
+index bee529c..f6de568 100755
 --- a/configure
 +++ b/configure
-@@ -46473,7 +46473,10 @@ else
+@@ -45141,7 +45141,10 @@ else
    enable_install_daemon=no
  fi
  
@@ -222,7 +228,7 @@ index 2a353ef..8a565ae 100755
    INSTALL_DAEMON_TRUE=
    INSTALL_DAEMON_FALSE='#'
  else
-@@ -46481,9 +46484,6 @@ else
+@@ -45149,9 +45152,6 @@ else
    INSTALL_DAEMON_FALSE=
  fi
  
@@ -232,7 +238,7 @@ index 2a353ef..8a565ae 100755
  
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we should build the appliance" >&5
  $as_echo_n "checking if we should build the appliance... " >&6; }
-@@ -46505,8 +46505,7 @@ fi
+@@ -45173,8 +45173,7 @@ fi
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_appliance" >&5
  $as_echo "$enable_appliance" >&6; }
  
@@ -242,7 +248,7 @@ index 2a353ef..8a565ae 100755
  set dummy febootstrap; ac_word=$2
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  $as_echo_n "checking for $ac_word... " >&6; }
-@@ -46544,12 +46543,8 @@ $as_echo "no" >&6; }
+@@ -45212,12 +45211,8 @@ $as_echo "no" >&6; }
  fi
  
  
@@ -256,7 +262,7 @@ index 2a353ef..8a565ae 100755
  $as_echo_n "checking if user requested febootstrap --yum-config option... " >&6; }
  
  # Check whether --with-febootstrap-yum-config was given.
-@@ -46559,26 +46554,32 @@ else
+@@ -45227,26 +45222,32 @@ else
    FEBOOTSTRAP_YUM_CONFIG=no
  fi
  
@@ -302,7 +308,7 @@ index 2a353ef..8a565ae 100755
  
  # Extract the first word of "rpcgen", so it can be a program name with args.
  set dummy rpcgen; ac_word=$2
-@@ -49422,6 +49423,7 @@ $as_echo "#define HAVE_DCGETTEXT 1" >>confdefs.h
+@@ -48090,6 +48091,7 @@ $as_echo "#define HAVE_DCGETTEXT 1" >>confdefs.h
  
  
  
@@ -310,7 +316,7 @@ index 2a353ef..8a565ae 100755
  if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
  	if test -n "$ac_tool_prefix"; then
    # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
-@@ -49550,6 +49552,7 @@ if test -n "$PCRE_CFLAGS"; then
+@@ -48218,6 +48220,7 @@ if test -n "$PCRE_CFLAGS"; then
    $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    test $ac_status = 0; }; then
    pkg_cv_PCRE_CFLAGS=`$PKG_CONFIG --cflags "libpcre" 2>/dev/null`
@@ -318,7 +324,7 @@ index 2a353ef..8a565ae 100755
  else
    pkg_failed=yes
  fi
-@@ -49566,6 +49569,7 @@ if test -n "$PCRE_LIBS"; then
+@@ -48234,6 +48237,7 @@ if test -n "$PCRE_LIBS"; then
    $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    test $ac_status = 0; }; then
    pkg_cv_PCRE_LIBS=`$PKG_CONFIG --libs "libpcre" 2>/dev/null`
@@ -326,7 +332,7 @@ index 2a353ef..8a565ae 100755
  else
    pkg_failed=yes
  fi
-@@ -49585,9 +49589,9 @@ else
+@@ -48253,9 +48257,9 @@ else
          _pkg_short_errors_supported=no
  fi
          if test $_pkg_short_errors_supported = yes; then
@@ -338,7 +344,7 @@ index 2a353ef..8a565ae 100755
          fi
  	# Put the nasty error message in config.log where it belongs
  	echo "$PCRE_PKG_ERRORS" >&5
-@@ -49602,7 +49606,6 @@ installed software in a non-standard prefix.
+@@ -48270,7 +48274,6 @@ installed software in a non-standard prefix.
  Alternatively, you may set the environment variables PCRE_CFLAGS
  and PCRE_LIBS to avoid the need to call pkg-config.
  See the pkg-config man page for more details." "$LINENO" 5
@@ -346,7 +352,7 @@ index 2a353ef..8a565ae 100755
  elif test $pkg_failed = untried; then
       	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
  $as_echo "no" >&6; }
-@@ -49618,7 +49621,6 @@ See the pkg-config man page for more details.
+@@ -48286,7 +48289,6 @@ See the pkg-config man page for more details.
  
  To get pkg-config, see <http://pkg-config.freedesktop.org/>.
  See \`config.log' for more details" "$LINENO" 5; }
@@ -354,7 +360,7 @@ index 2a353ef..8a565ae 100755
  else
  	PCRE_CFLAGS=$pkg_cv_PCRE_CFLAGS
  	PCRE_LIBS=$pkg_cv_PCRE_LIBS
-@@ -49697,6 +49699,7 @@ if test -n "$LIBVIRT_CFLAGS"; then
+@@ -48365,6 +48367,7 @@ if test -n "$LIBVIRT_CFLAGS"; then
    $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    test $ac_status = 0; }; then
    pkg_cv_LIBVIRT_CFLAGS=`$PKG_CONFIG --cflags "libvirt" 2>/dev/null`
@@ -362,7 +368,7 @@ index 2a353ef..8a565ae 100755
  else
    pkg_failed=yes
  fi
-@@ -49713,6 +49716,7 @@ if test -n "$LIBVIRT_LIBS"; then
+@@ -48381,6 +48384,7 @@ if test -n "$LIBVIRT_LIBS"; then
    $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    test $ac_status = 0; }; then
    pkg_cv_LIBVIRT_LIBS=`$PKG_CONFIG --libs "libvirt" 2>/dev/null`
@@ -370,7 +376,7 @@ index 2a353ef..8a565ae 100755
  else
    pkg_failed=yes
  fi
-@@ -49732,9 +49736,9 @@ else
+@@ -48400,9 +48404,9 @@ else
          _pkg_short_errors_supported=no
  fi
          if test $_pkg_short_errors_supported = yes; then
@@ -382,7 +388,7 @@ index 2a353ef..8a565ae 100755
          fi
  	# Put the nasty error message in config.log where it belongs
  	echo "$LIBVIRT_PKG_ERRORS" >&5
-@@ -49782,6 +49786,7 @@ if test -n "$LIBXML2_CFLAGS"; then
+@@ -48450,6 +48454,7 @@ if test -n "$LIBXML2_CFLAGS"; then
    $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    test $ac_status = 0; }; then
    pkg_cv_LIBXML2_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0" 2>/dev/null`
@@ -390,7 +396,7 @@ index 2a353ef..8a565ae 100755
  else
    pkg_failed=yes
  fi
-@@ -49798,6 +49803,7 @@ if test -n "$LIBXML2_LIBS"; then
+@@ -48466,6 +48471,7 @@ if test -n "$LIBXML2_LIBS"; then
    $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    test $ac_status = 0; }; then
    pkg_cv_LIBXML2_LIBS=`$PKG_CONFIG --libs "libxml-2.0" 2>/dev/null`
@@ -398,7 +404,7 @@ index 2a353ef..8a565ae 100755
  else
    pkg_failed=yes
  fi
-@@ -49817,9 +49823,9 @@ else
+@@ -48485,9 +48491,9 @@ else
          _pkg_short_errors_supported=no
  fi
          if test $_pkg_short_errors_supported = yes; then
@@ -410,7 +416,7 @@ index 2a353ef..8a565ae 100755
          fi
  	# Put the nasty error message in config.log where it belongs
  	echo "$LIBXML2_PKG_ERRORS" >&5
-@@ -49867,6 +49873,7 @@ if test -n "$LIBCONFIG_CFLAGS"; then
+@@ -48535,6 +48541,7 @@ if test -n "$LIBCONFIG_CFLAGS"; then
    $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    test $ac_status = 0; }; then
    pkg_cv_LIBCONFIG_CFLAGS=`$PKG_CONFIG --cflags "libconfig" 2>/dev/null`
@@ -418,7 +424,7 @@ index 2a353ef..8a565ae 100755
  else
    pkg_failed=yes
  fi
-@@ -49883,6 +49890,7 @@ if test -n "$LIBCONFIG_LIBS"; then
+@@ -48551,6 +48558,7 @@ if test -n "$LIBCONFIG_LIBS"; then
    $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    test $ac_status = 0; }; then
    pkg_cv_LIBCONFIG_LIBS=`$PKG_CONFIG --libs "libconfig" 2>/dev/null`
@@ -426,7 +432,7 @@ index 2a353ef..8a565ae 100755
  else
    pkg_failed=yes
  fi
-@@ -49902,9 +49910,9 @@ else
+@@ -48570,9 +48578,9 @@ else
          _pkg_short_errors_supported=no
  fi
          if test $_pkg_short_errors_supported = yes; then
@@ -438,7 +444,7 @@ index 2a353ef..8a565ae 100755
          fi
  	# Put the nasty error message in config.log where it belongs
  	echo "$LIBCONFIG_PKG_ERRORS" >&5
-@@ -49952,6 +49960,7 @@ if test -n "$HIVEX_CFLAGS"; then
+@@ -48620,6 +48628,7 @@ if test -n "$HIVEX_CFLAGS"; then
    $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    test $ac_status = 0; }; then
    pkg_cv_HIVEX_CFLAGS=`$PKG_CONFIG --cflags "hivex" 2>/dev/null`
@@ -446,7 +452,7 @@ index 2a353ef..8a565ae 100755
  else
    pkg_failed=yes
  fi
-@@ -49968,6 +49977,7 @@ if test -n "$HIVEX_LIBS"; then
+@@ -48636,6 +48645,7 @@ if test -n "$HIVEX_LIBS"; then
    $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    test $ac_status = 0; }; then
    pkg_cv_HIVEX_LIBS=`$PKG_CONFIG --libs "hivex" 2>/dev/null`
@@ -454,7 +460,7 @@ index 2a353ef..8a565ae 100755
  else
    pkg_failed=yes
  fi
-@@ -49987,9 +49997,9 @@ else
+@@ -48655,9 +48665,9 @@ else
          _pkg_short_errors_supported=no
  fi
          if test $_pkg_short_errors_supported = yes; then
@@ -466,7 +472,7 @@ index 2a353ef..8a565ae 100755
          fi
  	# Put the nasty error message in config.log where it belongs
  	echo "$HIVEX_PKG_ERRORS" >&5
-@@ -50045,6 +50055,7 @@ if test -n "$FUSE_CFLAGS"; then
+@@ -48713,6 +48723,7 @@ if test -n "$FUSE_CFLAGS"; then
    $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    test $ac_status = 0; }; then
    pkg_cv_FUSE_CFLAGS=`$PKG_CONFIG --cflags "fuse" 2>/dev/null`
@@ -474,7 +480,7 @@ index 2a353ef..8a565ae 100755
  else
    pkg_failed=yes
  fi
-@@ -50061,6 +50072,7 @@ if test -n "$FUSE_LIBS"; then
+@@ -48729,6 +48740,7 @@ if test -n "$FUSE_LIBS"; then
    $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
    test $ac_status = 0; }; then
    pkg_cv_FUSE_LIBS=`$PKG_CONFIG --libs "fuse" 2>/dev/null`
@@ -482,7 +488,7 @@ index 2a353ef..8a565ae 100755
  else
    pkg_failed=yes
  fi
-@@ -50080,9 +50092,9 @@ else
+@@ -48748,9 +48760,9 @@ else
          _pkg_short_errors_supported=no
  fi
          if test $_pkg_short_errors_supported = yes; then
@@ -494,16 +500,16 @@ index 2a353ef..8a565ae 100755
          fi
  	# Put the nasty error message in config.log where it belongs
  	echo "$FUSE_PKG_ERRORS" >&5
-@@ -52464,7 +52476,7 @@ ac_config_files="$ac_config_files podwrapper.sh"
+@@ -51132,7 +51144,7 @@ ac_config_files="$ac_config_files podwrapper.sh"
  
  ac_config_files="$ac_config_files run"
  
--ac_config_files="$ac_config_files Makefile align/Makefile appliance/Makefile capitests/Makefile cat/Makefile caution/Makefile clone/Makefile csharp/Makefile daemon/Makefile debian/changelog df/Makefile edit/Makefile erlang/Makefile erlang/examples/Makefile examples/Makefile fish/Makefile fuse/Makefile generator/Makefile gnulib/lib/Makefile gnulib/tests/Makefile haskell/Makefile images/Makefile inspector/Makefile java/Makefile java/examples/Makefile libguestfs.pc ocaml/META ocaml/Makefil [...]
-+ac_config_files="$ac_config_files Makefile align/Makefile appliance/Makefile capitests/Makefile cat/Makefile caution/Makefile clone/Makefile csharp/Makefile daemon/Makefile df/Makefile edit/Makefile erlang/Makefile erlang/examples/Makefile examples/Makefile fish/Makefile fuse/Makefile generator/Makefile gnulib/lib/Makefile gnulib/tests/Makefile haskell/Makefile images/Makefile inspector/Makefile java/Makefile java/examples/Makefile libguestfs.pc ocaml/META ocaml/Makefile ocaml/examples/ [...]
+-ac_config_files="$ac_config_files Makefile align/Makefile appliance/Makefile capitests/Makefile cat/Makefile caution/Makefile clone/Makefile csharp/Makefile daemon/Makefile debian/changelog df/Makefile edit/Makefile erlang/Makefile erlang/examples/Makefile examples/Makefile extratests/Makefile fish/Makefile fuse/Makefile generator/Makefile gnulib/lib/Makefile gnulib/tests/Makefile haskell/Makefile images/Makefile inspector/Makefile java/Makefile java/examples/Makefile libguestfs.pc ocam [...]
++ac_config_files="$ac_config_files Makefile align/Makefile appliance/Makefile capitests/Makefile cat/Makefile caution/Makefile clone/Makefile csharp/Makefile daemon/Makefile df/Makefile edit/Makefile erlang/Makefile erlang/examples/Makefile examples/Makefile extratests/Makefile fish/Makefile fuse/Makefile generator/Makefile gnulib/lib/Makefile gnulib/tests/Makefile haskell/Makefile images/Makefile inspector/Makefile java/Makefile java/examples/Makefile libguestfs.pc ocaml/META ocaml/Make [...]
  
  cat >confcache <<\_ACEOF
  # This file is a shell script that caches the results of configure
-@@ -53673,7 +53685,6 @@ do
+@@ -52346,7 +52358,6 @@ do
      "clone/Makefile") CONFIG_FILES="$CONFIG_FILES clone/Makefile" ;;
      "csharp/Makefile") CONFIG_FILES="$CONFIG_FILES csharp/Makefile" ;;
      "daemon/Makefile") CONFIG_FILES="$CONFIG_FILES daemon/Makefile" ;;
@@ -512,10 +518,10 @@ index 2a353ef..8a565ae 100755
      "edit/Makefile") CONFIG_FILES="$CONFIG_FILES edit/Makefile" ;;
      "erlang/Makefile") CONFIG_FILES="$CONFIG_FILES erlang/Makefile" ;;
 diff --git a/daemon/Makefile.in b/daemon/Makefile.in
-index 9cbc493..33450fe 100644
+index a328c57..5add553 100644
 --- a/daemon/Makefile.in
 +++ b/daemon/Makefile.in
-@@ -3125,10 +3125,10 @@ $(top_builddir)/daemon/guestfsd: force
+@@ -3129,10 +3129,10 @@ $(top_builddir)/daemon/guestfsd: force
  appliance: force
  	$(MAKE) -C $(top_builddir)/appliance
  
@@ -529,10 +535,10 @@ index 9cbc493..33450fe 100644
  	ln $< $@
  $(libsrcdir)/guestfs_protocol.c: force
 diff --git a/df/Makefile.in b/df/Makefile.in
-index fcd86ba..3202cd9 100644
+index ad4c23d..d50fea6 100644
 --- a/df/Makefile.in
 +++ b/df/Makefile.in
-@@ -1312,7 +1312,7 @@ TESTS_ENVIRONMENT = \
+@@ -1316,7 +1316,7 @@ TESTS_ENVIRONMENT = \
  	LIBGUESTFS_PATH=$(top_builddir)/appliance \
  	TMPDIR=$(top_builddir)
  
@@ -542,10 +548,10 @@ index fcd86ba..3202cd9 100644
  
  .SUFFIXES:
 diff --git a/edit/Makefile.in b/edit/Makefile.in
-index 16ff4c3..6784b21 100644
+index 8975b9c..d9e157e 100644
 --- a/edit/Makefile.in
 +++ b/edit/Makefile.in
-@@ -1301,7 +1301,7 @@ TESTS_ENVIRONMENT = \
+@@ -1305,7 +1305,7 @@ TESTS_ENVIRONMENT = \
  	LIBGUESTFS_PATH=$(top_builddir)/appliance \
  	TMPDIR=$(top_builddir)
  
@@ -555,10 +561,10 @@ index 16ff4c3..6784b21 100644
  
  .SUFFIXES:
 diff --git a/fuse/Makefile.in b/fuse/Makefile.in
-index 08a38a8..ab092bf 100644
+index b2b7a49..73ff645 100644
 --- a/fuse/Makefile.in
 +++ b/fuse/Makefile.in
-@@ -1308,7 +1308,7 @@ CLEANFILES = stamp-guestmount.pod
+@@ -1312,7 +1312,7 @@ CLEANFILES = stamp-guestmount.pod
  @HAVE_FUSE_TRUE at noinst_DATA = $(top_builddir)/html/guestmount.1.html
  
  # Tests.
@@ -568,7 +574,7 @@ index 08a38a8..ab092bf 100644
  @HAVE_FUSE_TRUE@	top_builddir=..
  
 diff --git a/haskell/Makefile.in b/haskell/Makefile.in
-index 8cc73df..d35945a 100644
+index 9e20ccb..8e17420 100644
 --- a/haskell/Makefile.in
 +++ b/haskell/Makefile.in
 @@ -68,6 +68,7 @@ build_triplet = @build@
@@ -579,7 +585,7 @@ index 8cc73df..d35945a 100644
  subdir = haskell
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
-@@ -1205,7 +1206,7 @@ EXTRA_DIST = $(generator_built) *.hs run-bindtests
+@@ -1209,7 +1210,7 @@ EXTRA_DIST = $(generator_built) *.hs run-bindtests
  @HAVE_HASKELL_TRUE@	TMPDIR=$(top_builddir) \
  @HAVE_HASKELL_TRUE@	$(VG)
  
@@ -589,20 +595,20 @@ index 8cc73df..d35945a 100644
  @HAVE_HASKELL_TRUE at GHCFLAGS = -I$(top_builddir)/src -L$(top_builddir)/src/.libs -i$(srcdir)
  @HAVE_HASKELL_TRUE at all_targets = Bindtests Guestfs005Load Guestfs010Basic
 diff --git a/images/Makefile.in b/images/Makefile.in
-index f2e3f4e..4a51f55 100644
+index cd00a92..98bae43 100644
 --- a/images/Makefile.in
 +++ b/images/Makefile.in
-@@ -1227,7 +1227,7 @@ noinst_DATA = test.iso
+@@ -1231,7 +1231,7 @@ noinst_DATA = test.iso
  
  # This is 'check_DATA' because we don't need it until 'make check'
  # time and we need the tools we have built in order to make it.
--check_DATA = debian.img fedora.img ubuntu.img windows.img
-+ at ENABLE_APPLIANCE_TRUE@check_DATA = debian.img fedora.img ubuntu.img windows.img
+-check_DATA = debian.img fedora.img fedora-md1.img fedora-md2.img ubuntu.img windows.img
++ at ENABLE_APPLIANCE_TRUE@check_DATA = debian.img fedora.img fedora-md1.img fedora-md2.img ubuntu.img windows.img
  CLEANFILES = \
  	test.iso test.sqsh \
  	100kallzeroes 100kallnewlines 100kallspaces 100krandom 10klines \
 diff --git a/java/Makefile.in b/java/Makefile.in
-index ea9a6bf..2b141f4 100644
+index 9eeaccf..ca50d61 100644
 --- a/java/Makefile.in
 +++ b/java/Makefile.in
 @@ -92,6 +92,7 @@ build_triplet = @build@
@@ -613,7 +619,7 @@ index ea9a6bf..2b141f4 100644
  subdir = java
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
-@@ -1258,7 +1259,7 @@ htmldir = @htmldir@
+@@ -1262,7 +1263,7 @@ htmldir = @htmldir@
  includedir = @includedir@
  infodir = @infodir@
  install_sh = @install_sh@
@@ -622,7 +628,7 @@ index ea9a6bf..2b141f4 100644
  libexecdir = @libexecdir@
  lispdir = @lispdir@
  localedir = @localedir@
-@@ -1347,7 +1348,7 @@ CLEANFILES = doc-stamp $(builddir)/com/redhat/et/libguestfs/*.class com_redhat_e
+@@ -1351,7 +1352,7 @@ CLEANFILES = doc-stamp $(builddir)/com/redhat/et/libguestfs/*.class com_redhat_e
  @HAVE_JAVA_TRUE at noinst_SCRIPTS = doc-stamp
  
  # Tests (not comprehensive).
@@ -632,7 +638,7 @@ index ea9a6bf..2b141f4 100644
  @HAVE_JAVA_TRUE@	JAVA=$(JAVA) \
  @HAVE_JAVA_TRUE@	CLASSPATH=.:t:libguestfs-$(VERSION).jar \
 diff --git a/ocaml/Makefile.in b/ocaml/Makefile.in
-index 060d7a2..52f4ab9 100644
+index aaeeec9..0000fd6 100644
 --- a/ocaml/Makefile.in
 +++ b/ocaml/Makefile.in
 @@ -71,7 +71,11 @@ DIST_COMMON = $(srcdir)/.depend $(srcdir)/META.in \
@@ -648,7 +654,7 @@ index 060d7a2..52f4ab9 100644
  subdir = ocaml
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
-@@ -1212,7 +1216,7 @@ EXTRA_DIST = \
+@@ -1216,7 +1220,7 @@ EXTRA_DIST = \
  	t/*.ml
  
  CLEANFILES = *.cmi *.cmo *.cmx *.cma *.cmxa *.o *.a *.so t/*.cmi \
@@ -657,7 +663,7 @@ index 060d7a2..52f4ab9 100644
  AM_CPPFLAGS = -I$(top_builddir) -I$(OCAMLLIB) -I$(top_srcdir)/ocaml \
    -I$(top_srcdir)/src -I$(top_builddir)/src \
    $(WARN_CFLAGS) $(WERROR_CFLAGS)
-@@ -1232,14 +1236,9 @@ AM_CPPFLAGS = -I$(top_builddir) -I$(OCAMLLIB) -I$(top_srcdir)/ocaml \
+@@ -1236,14 +1240,9 @@ AM_CPPFLAGS = -I$(top_builddir) -I$(OCAMLLIB) -I$(top_srcdir)/ocaml \
  @HAVE_OCAML_TRUE@	TMPDIR=$(top_builddir) \
  @HAVE_OCAML_TRUE@	$(VG)
  
@@ -676,7 +682,7 @@ index 060d7a2..52f4ab9 100644
  all: all-am
  
 diff --git a/perl/Makefile.in b/perl/Makefile.in
-index 87bc059..de761fe 100644
+index aede1ca..d0d30fd 100644
 --- a/perl/Makefile.in
 +++ b/perl/Makefile.in
 @@ -68,6 +68,8 @@ build_triplet = @build@
@@ -688,7 +694,7 @@ index 87bc059..de761fe 100644
  subdir = perl
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
-@@ -1208,7 +1210,8 @@ EXTRA_DIST = \
+@@ -1212,7 +1214,8 @@ EXTRA_DIST = \
  	t/*.t \
  	typemap
  
@@ -698,7 +704,7 @@ index 87bc059..de761fe 100644
  @HAVE_PERL_TRUE at TESTS_ENVIRONMENT = \
  @HAVE_PERL_TRUE@	LD_LIBRARY_PATH=$(top_builddir)/src/.libs \
  @HAVE_PERL_TRUE@	LIBGUESTFS_PATH=$(top_builddir)/appliance \
-@@ -1533,12 +1536,13 @@ appliance: force
+@@ -1537,12 +1540,13 @@ appliance: force
  @HAVE_PERL_TRUE at test_images:
  @HAVE_PERL_TRUE@	$(MAKE) -C $(top_builddir)/images
  
@@ -714,7 +720,7 @@ index 87bc059..de761fe 100644
  
  # No!  Otherwise it is deleted before the clean-local rule runs.
 diff --git a/python/Makefile.in b/python/Makefile.in
-index 60c0c14..e48fa5a 100644
+index 96bf88b..fc59d67 100644
 --- a/python/Makefile.in
 +++ b/python/Makefile.in
 @@ -70,6 +70,7 @@ build_triplet = @build@
@@ -725,7 +731,7 @@ index 60c0c14..e48fa5a 100644
  subdir = python
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
-@@ -1281,7 +1282,7 @@ EXTRA_DIST = \
+@@ -1285,7 +1286,7 @@ EXTRA_DIST = \
  @HAVE_PYTHON_TRUE@	TMPDIR=$(top_builddir) \
  @HAVE_PYTHON_TRUE@	PYTHON=$(PYTHON)
  
@@ -735,7 +741,7 @@ index 60c0c14..e48fa5a 100644
  
  .SUFFIXES:
 diff --git a/resize/Makefile.in b/resize/Makefile.in
-index 26312a9..b562fa1 100644
+index 1a2d9ec..470afe2 100644
 --- a/resize/Makefile.in
 +++ b/resize/Makefile.in
 @@ -72,6 +72,7 @@ DIST_COMMON = $(srcdir)/.depend $(srcdir)/Makefile.am \
@@ -746,7 +752,7 @@ index 26312a9..b562fa1 100644
  subdir = resize
  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \
-@@ -1241,7 +1242,7 @@ CLEANFILES = *~ *.cmi *.cmo *.cmx *.cmxa *.o virt-resize test.img \
+@@ -1245,7 +1246,7 @@ CLEANFILES = *~ *.cmi *.cmo *.cmx *.cmxa *.o virt-resize test.img \
  
  # Note this list must be in dependency order.
  @HAVE_OCAML_TRUE at OBJECTS = \
@@ -755,7 +761,7 @@ index 26312a9..b562fa1 100644
  @HAVE_OCAML_TRUE@	progress_c.o \
  @HAVE_OCAML_TRUE@	utils.cmx \
  @HAVE_OCAML_TRUE@	progress.cmx \
-@@ -1258,7 +1259,7 @@ CLEANFILES = *~ *.cmi *.cmo *.cmx *.cmxa *.o virt-resize test.img \
+@@ -1262,7 +1263,7 @@ CLEANFILES = *~ *.cmi *.cmo *.cmx *.cmxa *.o virt-resize test.img \
  
  # automake will decide we don't need C support in this file.  Really
  # we do, so we have to provide it ourselves.
@@ -764,7 +770,7 @@ index 26312a9..b562fa1 100644
  
  # Manual pages and HTML files for the website.
  @HAVE_OCAML_TRUE at man_MANS = virt-resize.1
-@@ -1273,7 +1274,7 @@ CLEANFILES = *~ *.cmi *.cmo *.cmx *.cmxa *.o virt-resize test.img \
+@@ -1277,7 +1278,7 @@ CLEANFILES = *~ *.cmi *.cmo *.cmx *.cmxa *.o virt-resize test.img \
  @HAVE_OCAML_TRUE@	LIBGUESTFS_PATH=$(top_builddir)/appliance \
  @HAVE_OCAML_TRUE@	TMPDIR=$(top_builddir)
  
@@ -774,10 +780,10 @@ index 26312a9..b562fa1 100644
  
  .SUFFIXES:
 diff --git a/ruby/Makefile.in b/ruby/Makefile.in
-index 33da059..fb86602 100644
+index 15e117f..fb8561e 100644
 --- a/ruby/Makefile.in
 +++ b/ruby/Makefile.in
-@@ -1222,8 +1222,8 @@ CLEANFILES = \
+@@ -1226,8 +1226,8 @@ CLEANFILES = \
  @HAVE_RUBY_TRUE@	LIBGUESTFS_PATH=$(top_builddir)/appliance \
  @HAVE_RUBY_TRUE@	TMPDIR=$(top_builddir)
  
@@ -788,14 +794,14 @@ index 33da059..fb86602 100644
  all: all-am
  
  .SUFFIXES:
-@@ -1533,10 +1533,10 @@ appliance: force
+@@ -1537,10 +1537,10 @@ appliance: force
  @HAVE_RUBY_TRUE@	rake rdoc
  
  @HAVE_RUBY_TRUE at install:
 - at HAVE_RUBY_TRUE@	$(MKDIR_P) $(DESTDIR)$(RUBY_SITELIB)
 - at HAVE_RUBY_TRUE@	$(MKDIR_P) $(DESTDIR)$(RUBY_SITEARCH)
-- at HAVE_RUBY_TRUE@	$(INSTALL) -p -m 0644 lib/guestfs.rb $(DESTDIR)$(RUBY_SITELIB)
-- at HAVE_RUBY_TRUE@	$(INSTALL) -p -m 0755 ext/guestfs/_guestfs.so $(DESTDIR)$(RUBY_SITEARCH)
+- at HAVE_RUBY_TRUE@	$(INSTALL) -p -m 0644 $(srcdir)/lib/guestfs.rb $(DESTDIR)$(RUBY_SITELIB)
+- at HAVE_RUBY_TRUE@	$(INSTALL) -p -m 0755 $(builddir)/ext/guestfs/_guestfs.so $(DESTDIR)$(RUBY_SITEARCH)
 + at HAVE_RUBY_TRUE@	$(MKDIR_P) $(DESTDIR)$(RUBY_VENDORLIB)
 + at HAVE_RUBY_TRUE@	$(MKDIR_P) $(DESTDIR)$(RUBY_VENDORARCH)
 + at HAVE_RUBY_TRUE@	$(INSTALL) -p -m 0644 $(srcdir)/lib/guestfs.rb $(DESTDIR)$(RUBY_VENDORLIB)
@@ -804,10 +810,10 @@ index 33da059..fb86602 100644
  # Tell versions [3.59,3.63) of GNU make to not export all variables.
  # Otherwise a system limit (for SysV at least) may be exceeded.
 diff --git a/sparsify/Makefile.in b/sparsify/Makefile.in
-index d11e272..dea641f 100644
+index 68b7606..ce84769 100644
 --- a/sparsify/Makefile.in
 +++ b/sparsify/Makefile.in
-@@ -1240,7 +1240,7 @@ CLEANFILES = *~ *.cmi *.cmo *.cmx *.cmxa *.o virt-sparsify test.img \
+@@ -1244,7 +1244,7 @@ CLEANFILES = *~ *.cmi *.cmo *.cmx *.cmxa *.o virt-sparsify test.img \
  
  # Note this list must be in dependency order.
  @HAVE_OCAML_TRUE at OBJECTS = \
@@ -816,7 +822,7 @@ index d11e272..dea641f 100644
  @HAVE_OCAML_TRUE@	progress_c.o \
  @HAVE_OCAML_TRUE@	utils.cmx \
  @HAVE_OCAML_TRUE@	progress.cmx \
-@@ -1251,13 +1251,13 @@ CLEANFILES = *~ *.cmi *.cmo *.cmx *.cmxa *.o virt-sparsify test.img \
+@@ -1255,13 +1255,13 @@ CLEANFILES = *~ *.cmi *.cmo *.cmx *.cmxa *.o virt-sparsify test.img \
  # -I $(top_builddir)/src/.libs is a hack which forces corresponding -L
  # option to be passed to gcc, so we don't try linking against an
  # installed copy of libguestfs.
@@ -832,7 +838,7 @@ index d11e272..dea641f 100644
  
  # Manual pages and HTML files for the website.
  @HAVE_OCAML_TRUE at man_MANS = virt-sparsify.1
-@@ -1271,7 +1271,7 @@ CLEANFILES = *~ *.cmi *.cmo *.cmx *.cmxa *.o virt-sparsify test.img \
+@@ -1275,7 +1275,7 @@ CLEANFILES = *~ *.cmi *.cmo *.cmx *.cmxa *.o virt-sparsify test.img \
  @HAVE_OCAML_TRUE@	LIBGUESTFS_PATH=$(top_builddir)/appliance \
  @HAVE_OCAML_TRUE@	TMPDIR=$(top_builddir)
  
@@ -842,10 +848,10 @@ index d11e272..dea641f 100644
  
  .SUFFIXES:
 diff --git a/tools/Makefile.in b/tools/Makefile.in
-index 780dcff..c2ff566 100644
+index bd24af8..86c47d4 100644
 --- a/tools/Makefile.in
 +++ b/tools/Makefile.in
-@@ -1251,9 +1251,9 @@ CLEANFILES = test.img
+@@ -1255,9 +1255,9 @@ CLEANFILES = test.img
  @HAVE_TOOLS_TRUE@	TMPDIR=$(top_builddir) \
  @HAVE_TOOLS_TRUE@	PERL5LIB=$(top_builddir)/perl/blib/lib:$(top_builddir)/perl/blib/arch
  
diff --git a/debian/patches/series b/debian/patches/series
index 2a18ab3..90217d5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,6 +9,5 @@
 0009-Fix-en-dis-able-install-daemon.patch
 0010-Fix-include.patch
 0011-Install-Java-bindings-to-jni-subdirectory.patch
-0012-out-of-tree-build-ruby.patch
-0013-ruby-install-to-vendor_ruby.patch
-0014-autoreconf.patch
+0012-ruby-install-to-vendor_ruby.patch
+0013-autoreconf.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list