Raspbian automatic forward porter [Tue, 28 Sep 2021 22:01:51 +0000 (23:01 +0100)]
Merge version 1:1.44.1-2+rpi1 and 1:1.44.1-5 to produce 1:1.44.1-5+rpi1
Hilko Bengen [Mon, 20 Sep 2021 20:58:15 +0000 (21:58 +0100)]
Merge libguestfs (1:1.44.1-5) import into refs/heads/workingbranch
Richard W.M. Jones [Thu, 8 Apr 2021 11:03:39 +0000 (12:03 +0100)]
golang: Fix bindings for golang 1.16.
Gbp-Pq: Name 0023-golang-Fix-bindings-for-golang-1.16.patch
Heinrich Schuchardt [Thu, 19 Aug 2021 14:28:33 +0000 (16:28 +0200)]
launch: board model for RISC-V
On RISC-V there is no default machine type. Invoking QEMU requires to
specify a board model with the -M option. So let's define MACHINE_TYPE
as virt.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Gbp-Pq: Name 0022-launch-board-model-for-RISC-V.patch
Hilko Bengen [Tue, 31 Aug 2021 15:00:10 +0000 (17:00 +0200)]
appliance: Fix searching for shared libraries on usr-merged Debian systems
If /lib is a symlink to usr/lib, paths to shared libraries as
determined by ld.so may differ from dpkg's file lists.
We turn the filename search pattern into a glob expression by
prefixing it with a '*', so the required packages are found again:
$ dpkg -S /lib/x86_64-linux-gnu/libpcre2-8.so.0
dpkg-query: no path found matching pattern /lib/x86_64-linux-gnu/libpcre2-8.so.0
$ dpkg -S */lib/x86_64-linux-gnu/libpcre2-8.so.0
libpcre2-8-0:amd64: /usr/lib/x86_64-linux-gnu/libpcre2-8.so.0
Gbp-Pq: Name 0021-appliance-Fix-searching-for-shared-libraries-on-usr-.patch
Hilko Bengen [Mon, 1 Feb 2021 20:12:58 +0000 (21:12 +0100)]
Update packagelist as haxdump has been moved to bsdextrautils in Debian
Gbp-Pq: Name 0020-Update-packagelist-as-haxdump-has-been-moved-to-bsde.patch
Hilko Bengen [Sun, 10 Jan 2021 01:33:22 +0000 (02:33 +0100)]
Fix out-of-tree build for po/*
Gbp-Pq: Name 0019-Fix-out-of-tree-build-for-po.patch
Hilko Bengen [Sun, 3 May 2020 22:32:37 +0000 (00:32 +0200)]
Add support for YARA 4
Gbp-Pq: Name 0019-Add-support-for-YARA-4.patch
Hilko Bengen [Tue, 10 Mar 2020 19:10:28 +0000 (20:10 +0100)]
Fix documentation generation for out-of-tree builds
Gbp-Pq: Name 0018-Fix-documentation-generation-for-out-of-tree-builds.patch
Hilko Bengen [Tue, 10 Mar 2020 19:06:39 +0000 (20:06 +0100)]
Make sure that generated ocaml-link.sh is used in out-of-tree builds
Gbp-Pq: Name 0017-Make-sure-that-generated-ocaml-link.sh-is-used-in-ou.patch
Hilko Bengen [Tue, 10 Mar 2020 16:23:15 +0000 (17:23 +0100)]
Check for caml_alloc_initialized_string existence even if --disable-ocaml
Gbp-Pq: Name 0016-Check-for-caml_alloc_initialized_string-existence-ev.patch
Hilko Bengen [Mon, 13 Jan 2020 19:13:30 +0000 (20:13 +0100)]
Link .mli files corresponding to autorgenerated .ml files into builddir
This avoids build failures in separate builds such as this one:
,----
| ocamlfind ocamlc -package str,unix -I . -a guestfs_config.cmo stringMap.cmo stringSet.cmo std_utils.cmo -o mlstdutils.cma
| ar cr libmlstdutils.a libmlstdutils_a-dummy.o
| ranlib libmlstdutils.a
| File "_none_", line 1:
| Error: Files std_utils.cmo and guestfs_config.cmo
| make inconsistent assumptions over interface Guestfs_config
| make[4]: *** [Makefile:2580: mlstdutils.cma] Error 2
`----
Gbp-Pq: Name 0018-Link-.mli-files-corresponding-to-autorgenerated-.ml-.patch
Hilko Bengen [Fri, 10 Jan 2020 23:15:24 +0000 (00:15 +0100)]
python: Recognize python-X.Y-embed flavor introduced with Python 3.8 in Debian
The non-"embed" .pc file does not include linker instructions. See
Debian bug #948017
Gbp-Pq: Name 0017-python-Recognize-python-X.Y-embed-flavor-introduced-.patch
Hilko Bengen [Mon, 23 Dec 2019 11:46:43 +0000 (12:46 +0100)]
Properly handle autogenerated *config.ml files in builddir
Gbp-Pq: Name 0016-Properly-handle-autogenerated-config.ml-files-in-bui.patch
Hilko Bengen [Tue, 16 Apr 2019 13:58:05 +0000 (15:58 +0200)]
Change cryptsetop->cryptsetup-bin in appliance
Gbp-Pq: Name 0015-Change-cryptsetop-cryptsetup-bin-in-appliance.patch
Hilko Bengen [Sat, 28 Jul 2018 16:59:16 +0000 (18:59 +0200)]
Fix up perl path in installed scripts
Gbp-Pq: Name 0013-Fix-up-perl-path-in-installed-scripts.patch
Hilko Bengen [Mon, 9 Apr 2018 21:26:40 +0000 (23:26 +0200)]
Add libtinfo to guestfsd (fixes FTBFS on architectures that lack a native OCaml compiler)
Gbp-Pq: Name 0013-Add-libtinfo-to-guestfsd-fixes-FTBFS-on-architecture.patch
Hilko Bengen [Mon, 14 Aug 2017 19:39:58 +0000 (21:39 +0200)]
Add fdisk to appliance list
Gbp-Pq: Name 0010-Add-fdisk-to-appliance-list.patch
Hilko Bengen [Thu, 20 Jul 2017 21:30:28 +0000 (23:30 +0200)]
Fix /sbin/reboot requirements
Gbp-Pq: Name 0009-Fix-sbin-reboot-requirements.patch
Hilko Bengen [Sat, 14 May 2016 11:34:07 +0000 (13:34 +0200)]
Make php buildable with builddir != srcdir
Gbp-Pq: Name 0006-Make-php-buildable-with-builddir-srcdir.patch
Hilko Bengen [Tue, 9 Feb 2016 22:21:11 +0000 (23:21 +0100)]
Run gzip (inside of tar zcf) with -n
Gbp-Pq: Name 0005-Run-gzip-inside-of-tar-zcf-with-n.patch
Hilko Bengen [Sat, 14 Feb 2015 13:17:09 +0000 (14:17 +0100)]
Generate tarballs for supermin appliance using reproducible timestamp
Gbp-Pq: Name 0004-Generate-tarballs-for-supermin-appliance-using-repro.patch
Hilko Bengen [Sun, 6 Jul 2014 19:34:47 +0000 (21:34 +0200)]
Do not use DTB for armel
Gbp-Pq: Name 0003-Do-not-use-DTB-for-armel.patch
Hilko Bengen [Thu, 12 Dec 2013 20:06:22 +0000 (21:06 +0100)]
golang: Fix for out-of-tree builds
Gbp-Pq: Name 0002-golang-Fix-for-out-of-tree-builds.patch
Hilko Bengen [Thu, 23 May 2013 17:20:17 +0000 (19:20 +0200)]
perl: Fix out-of-tree build by generating symlinks
Gbp-Pq: Name 0001-perl-Fix-out-of-tree-build-by-generating-symlinks.patch
Hilko Bengen [Mon, 20 Sep 2021 20:58:15 +0000 (21:58 +0100)]
libguestfs (1:1.44.1-5) unstable; urgency=medium
* Attempt to fix running tests
[dgit import unpatched libguestfs 1:1.44.1-5]
Hilko Bengen [Mon, 20 Sep 2021 20:58:15 +0000 (21:58 +0100)]
Import libguestfs_1.44.1-5.debian.tar.xz
[dgit import tarball libguestfs 1:1.44.1-5 libguestfs_1.44.1-5.debian.tar.xz]
Hilko Bengen [Tue, 7 Sep 2021 11:11:19 +0000 (12:11 +0100)]
Merge libguestfs (1:1.44.1-4) import into refs/heads/workingbranch
Richard W.M. Jones [Thu, 8 Apr 2021 11:03:39 +0000 (12:03 +0100)]
golang: Fix bindings for golang 1.16.
Gbp-Pq: Name 0023-golang-Fix-bindings-for-golang-1.16.patch
Heinrich Schuchardt [Thu, 19 Aug 2021 14:28:33 +0000 (16:28 +0200)]
launch: board model for RISC-V
On RISC-V there is no default machine type. Invoking QEMU requires to
specify a board model with the -M option. So let's define MACHINE_TYPE
as virt.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Gbp-Pq: Name 0022-launch-board-model-for-RISC-V.patch
Hilko Bengen [Tue, 31 Aug 2021 15:00:10 +0000 (17:00 +0200)]
appliance: Fix searching for shared libraries on usr-merged Debian systems
If /lib is a symlink to usr/lib, paths to shared libraries as
determined by ld.so may differ from dpkg's file lists.
We turn the filename search pattern into a glob expression by
prefixing it with a '*', so the required packages are found again:
$ dpkg -S /lib/x86_64-linux-gnu/libpcre2-8.so.0
dpkg-query: no path found matching pattern /lib/x86_64-linux-gnu/libpcre2-8.so.0
$ dpkg -S */lib/x86_64-linux-gnu/libpcre2-8.so.0
libpcre2-8-0:amd64: /usr/lib/x86_64-linux-gnu/libpcre2-8.so.0
Gbp-Pq: Name 0021-appliance-Fix-searching-for-shared-libraries-on-usr-.patch
Hilko Bengen [Mon, 1 Feb 2021 20:12:58 +0000 (21:12 +0100)]
Update packagelist as haxdump has been moved to bsdextrautils in Debian
Gbp-Pq: Name 0020-Update-packagelist-as-haxdump-has-been-moved-to-bsde.patch
Hilko Bengen [Sun, 10 Jan 2021 01:33:22 +0000 (02:33 +0100)]
Fix out-of-tree build for po/*
Gbp-Pq: Name 0019-Fix-out-of-tree-build-for-po.patch
Hilko Bengen [Sun, 3 May 2020 22:32:37 +0000 (00:32 +0200)]
Add support for YARA 4
Gbp-Pq: Name 0019-Add-support-for-YARA-4.patch
Hilko Bengen [Tue, 10 Mar 2020 19:10:28 +0000 (20:10 +0100)]
Fix documentation generation for out-of-tree builds
Gbp-Pq: Name 0018-Fix-documentation-generation-for-out-of-tree-builds.patch
Hilko Bengen [Tue, 10 Mar 2020 19:06:39 +0000 (20:06 +0100)]
Make sure that generated ocaml-link.sh is used in out-of-tree builds
Gbp-Pq: Name 0017-Make-sure-that-generated-ocaml-link.sh-is-used-in-ou.patch
Hilko Bengen [Tue, 10 Mar 2020 16:23:15 +0000 (17:23 +0100)]
Check for caml_alloc_initialized_string existence even if --disable-ocaml
Gbp-Pq: Name 0016-Check-for-caml_alloc_initialized_string-existence-ev.patch
Hilko Bengen [Mon, 13 Jan 2020 19:13:30 +0000 (20:13 +0100)]
Link .mli files corresponding to autorgenerated .ml files into builddir
This avoids build failures in separate builds such as this one:
,----
| ocamlfind ocamlc -package str,unix -I . -a guestfs_config.cmo stringMap.cmo stringSet.cmo std_utils.cmo -o mlstdutils.cma
| ar cr libmlstdutils.a libmlstdutils_a-dummy.o
| ranlib libmlstdutils.a
| File "_none_", line 1:
| Error: Files std_utils.cmo and guestfs_config.cmo
| make inconsistent assumptions over interface Guestfs_config
| make[4]: *** [Makefile:2580: mlstdutils.cma] Error 2
`----
Gbp-Pq: Name 0018-Link-.mli-files-corresponding-to-autorgenerated-.ml-.patch
Hilko Bengen [Fri, 10 Jan 2020 23:15:24 +0000 (00:15 +0100)]
python: Recognize python-X.Y-embed flavor introduced with Python 3.8 in Debian
The non-"embed" .pc file does not include linker instructions. See
Debian bug #948017
Gbp-Pq: Name 0017-python-Recognize-python-X.Y-embed-flavor-introduced-.patch
Hilko Bengen [Mon, 23 Dec 2019 11:46:43 +0000 (12:46 +0100)]
Properly handle autogenerated *config.ml files in builddir
Gbp-Pq: Name 0016-Properly-handle-autogenerated-config.ml-files-in-bui.patch
Hilko Bengen [Tue, 16 Apr 2019 13:58:05 +0000 (15:58 +0200)]
Change cryptsetop->cryptsetup-bin in appliance
Gbp-Pq: Name 0015-Change-cryptsetop-cryptsetup-bin-in-appliance.patch
Hilko Bengen [Sat, 28 Jul 2018 16:59:16 +0000 (18:59 +0200)]
Fix up perl path in installed scripts
Gbp-Pq: Name 0013-Fix-up-perl-path-in-installed-scripts.patch
Hilko Bengen [Mon, 9 Apr 2018 21:26:40 +0000 (23:26 +0200)]
Add libtinfo to guestfsd (fixes FTBFS on architectures that lack a native OCaml compiler)
Gbp-Pq: Name 0013-Add-libtinfo-to-guestfsd-fixes-FTBFS-on-architecture.patch
Hilko Bengen [Mon, 14 Aug 2017 19:39:58 +0000 (21:39 +0200)]
Add fdisk to appliance list
Gbp-Pq: Name 0010-Add-fdisk-to-appliance-list.patch
Hilko Bengen [Thu, 20 Jul 2017 21:30:28 +0000 (23:30 +0200)]
Fix /sbin/reboot requirements
Gbp-Pq: Name 0009-Fix-sbin-reboot-requirements.patch
Hilko Bengen [Sat, 14 May 2016 11:34:07 +0000 (13:34 +0200)]
Make php buildable with builddir != srcdir
Gbp-Pq: Name 0006-Make-php-buildable-with-builddir-srcdir.patch
Hilko Bengen [Tue, 9 Feb 2016 22:21:11 +0000 (23:21 +0100)]
Run gzip (inside of tar zcf) with -n
Gbp-Pq: Name 0005-Run-gzip-inside-of-tar-zcf-with-n.patch
Hilko Bengen [Sat, 14 Feb 2015 13:17:09 +0000 (14:17 +0100)]
Generate tarballs for supermin appliance using reproducible timestamp
Gbp-Pq: Name 0004-Generate-tarballs-for-supermin-appliance-using-repro.patch
Hilko Bengen [Sun, 6 Jul 2014 19:34:47 +0000 (21:34 +0200)]
Do not use DTB for armel
Gbp-Pq: Name 0003-Do-not-use-DTB-for-armel.patch
Hilko Bengen [Thu, 12 Dec 2013 20:06:22 +0000 (21:06 +0100)]
golang: Fix for out-of-tree builds
Gbp-Pq: Name 0002-golang-Fix-for-out-of-tree-builds.patch
Hilko Bengen [Thu, 23 May 2013 17:20:17 +0000 (19:20 +0200)]
perl: Fix out-of-tree build by generating symlinks
Gbp-Pq: Name 0001-perl-Fix-out-of-tree-build-by-generating-symlinks.patch
Hilko Bengen [Tue, 7 Sep 2021 11:11:19 +0000 (12:11 +0100)]
libguestfs (1:1.44.1-4) unstable; urgency=medium
* Add upstream patch to fix FTBFS with Go 1.16 (Closes: #993833)
[dgit import unpatched libguestfs 1:1.44.1-4]
Hilko Bengen [Tue, 7 Sep 2021 11:11:19 +0000 (12:11 +0100)]
Import libguestfs_1.44.1-4.debian.tar.xz
[dgit import tarball libguestfs 1:1.44.1-4 libguestfs_1.44.1-4.debian.tar.xz]
Raspbian automatic forward porter [Mon, 6 Sep 2021 17:57:29 +0000 (18:57 +0100)]
Merge version 1:1.44.1-1+rpi1 and 1:1.44.1-2 to produce 1:1.44.1-2+rpi1
Hilko Bengen [Tue, 31 Aug 2021 15:02:19 +0000 (16:02 +0100)]
Merge libguestfs (1:1.44.1-2) import into refs/heads/workingbranch
Hilko Bengen [Tue, 31 Aug 2021 15:00:10 +0000 (17:00 +0200)]
appliance: Fix searching for shared libraries on usr-merged Debian systems
If /lib is a symlink to usr/lib, paths to shared libraries as
determined by ld.so may differ from dpkg's file lists.
We turn the filename search pattern into a glob expression by
prefixing it with a '*', so the required packages are found again:
$ dpkg -S /lib/x86_64-linux-gnu/libpcre2-8.so.0
dpkg-query: no path found matching pattern /lib/x86_64-linux-gnu/libpcre2-8.so.0
$ dpkg -S */lib/x86_64-linux-gnu/libpcre2-8.so.0
libpcre2-8-0:amd64: /usr/lib/x86_64-linux-gnu/libpcre2-8.so.0
Gbp-Pq: Name 0021-appliance-Fix-searching-for-shared-libraries-on-usr-.patch
Hilko Bengen [Mon, 1 Feb 2021 20:12:58 +0000 (21:12 +0100)]
Update packagelist as haxdump has been moved to bsdextrautils in Debian
Gbp-Pq: Name 0020-Update-packagelist-as-haxdump-has-been-moved-to-bsde.patch
Hilko Bengen [Sun, 10 Jan 2021 01:33:22 +0000 (02:33 +0100)]
Fix out-of-tree build for po/*
Gbp-Pq: Name 0019-Fix-out-of-tree-build-for-po.patch
Hilko Bengen [Sun, 3 May 2020 22:32:37 +0000 (00:32 +0200)]
Add support for YARA 4
Gbp-Pq: Name 0019-Add-support-for-YARA-4.patch
Hilko Bengen [Tue, 10 Mar 2020 19:10:28 +0000 (20:10 +0100)]
Fix documentation generation for out-of-tree builds
Gbp-Pq: Name 0018-Fix-documentation-generation-for-out-of-tree-builds.patch
Hilko Bengen [Tue, 10 Mar 2020 19:06:39 +0000 (20:06 +0100)]
Make sure that generated ocaml-link.sh is used in out-of-tree builds
Gbp-Pq: Name 0017-Make-sure-that-generated-ocaml-link.sh-is-used-in-ou.patch
Hilko Bengen [Tue, 10 Mar 2020 16:23:15 +0000 (17:23 +0100)]
Check for caml_alloc_initialized_string existence even if --disable-ocaml
Gbp-Pq: Name 0016-Check-for-caml_alloc_initialized_string-existence-ev.patch
Hilko Bengen [Mon, 13 Jan 2020 19:13:30 +0000 (20:13 +0100)]
Link .mli files corresponding to autorgenerated .ml files into builddir
This avoids build failures in separate builds such as this one:
,----
| ocamlfind ocamlc -package str,unix -I . -a guestfs_config.cmo stringMap.cmo stringSet.cmo std_utils.cmo -o mlstdutils.cma
| ar cr libmlstdutils.a libmlstdutils_a-dummy.o
| ranlib libmlstdutils.a
| File "_none_", line 1:
| Error: Files std_utils.cmo and guestfs_config.cmo
| make inconsistent assumptions over interface Guestfs_config
| make[4]: *** [Makefile:2580: mlstdutils.cma] Error 2
`----
Gbp-Pq: Name 0018-Link-.mli-files-corresponding-to-autorgenerated-.ml-.patch
Hilko Bengen [Fri, 10 Jan 2020 23:15:24 +0000 (00:15 +0100)]
python: Recognize python-X.Y-embed flavor introduced with Python 3.8 in Debian
The non-"embed" .pc file does not include linker instructions. See
Debian bug #948017
Gbp-Pq: Name 0017-python-Recognize-python-X.Y-embed-flavor-introduced-.patch
Hilko Bengen [Mon, 23 Dec 2019 11:46:43 +0000 (12:46 +0100)]
Properly handle autogenerated *config.ml files in builddir
Gbp-Pq: Name 0016-Properly-handle-autogenerated-config.ml-files-in-bui.patch
Hilko Bengen [Tue, 16 Apr 2019 13:58:05 +0000 (15:58 +0200)]
Change cryptsetop->cryptsetup-bin in appliance
Gbp-Pq: Name 0015-Change-cryptsetop-cryptsetup-bin-in-appliance.patch
Hilko Bengen [Sat, 28 Jul 2018 16:59:16 +0000 (18:59 +0200)]
Fix up perl path in installed scripts
Gbp-Pq: Name 0013-Fix-up-perl-path-in-installed-scripts.patch
Hilko Bengen [Mon, 9 Apr 2018 21:26:40 +0000 (23:26 +0200)]
Add libtinfo to guestfsd (fixes FTBFS on architectures that lack a native OCaml compiler)
Gbp-Pq: Name 0013-Add-libtinfo-to-guestfsd-fixes-FTBFS-on-architecture.patch
Hilko Bengen [Mon, 14 Aug 2017 19:39:58 +0000 (21:39 +0200)]
Add fdisk to appliance list
Gbp-Pq: Name 0010-Add-fdisk-to-appliance-list.patch
Hilko Bengen [Thu, 20 Jul 2017 21:30:28 +0000 (23:30 +0200)]
Fix /sbin/reboot requirements
Gbp-Pq: Name 0009-Fix-sbin-reboot-requirements.patch
Hilko Bengen [Sat, 14 May 2016 11:34:07 +0000 (13:34 +0200)]
Make php buildable with builddir != srcdir
Gbp-Pq: Name 0006-Make-php-buildable-with-builddir-srcdir.patch
Hilko Bengen [Tue, 9 Feb 2016 22:21:11 +0000 (23:21 +0100)]
Run gzip (inside of tar zcf) with -n
Gbp-Pq: Name 0005-Run-gzip-inside-of-tar-zcf-with-n.patch
Hilko Bengen [Sat, 14 Feb 2015 13:17:09 +0000 (14:17 +0100)]
Generate tarballs for supermin appliance using reproducible timestamp
Gbp-Pq: Name 0004-Generate-tarballs-for-supermin-appliance-using-repro.patch
Hilko Bengen [Sun, 6 Jul 2014 19:34:47 +0000 (21:34 +0200)]
Do not use DTB for armel
Gbp-Pq: Name 0003-Do-not-use-DTB-for-armel.patch
Hilko Bengen [Thu, 12 Dec 2013 20:06:22 +0000 (21:06 +0100)]
golang: Fix for out-of-tree builds
Gbp-Pq: Name 0002-golang-Fix-for-out-of-tree-builds.patch
Hilko Bengen [Thu, 23 May 2013 17:20:17 +0000 (19:20 +0200)]
perl: Fix out-of-tree build by generating symlinks
Gbp-Pq: Name 0001-perl-Fix-out-of-tree-build-by-generating-symlinks.patch
Hilko Bengen [Tue, 31 Aug 2021 15:02:19 +0000 (16:02 +0100)]
libguestfs (1:1.44.1-2) unstable; urgency=medium
* When building on/for Ubuntu, add code to call dpkg-statoverride to
lift restrictive permissions on kernel images
* Add patch to fix build in usr-merged environments
[dgit import unpatched libguestfs 1:1.44.1-2]
Hilko Bengen [Tue, 31 Aug 2021 15:02:19 +0000 (16:02 +0100)]
Import libguestfs_1.44.1-2.debian.tar.xz
[dgit import tarball libguestfs 1:1.44.1-2 libguestfs_1.44.1-2.debian.tar.xz]
Raspbian forward porter [Tue, 24 Aug 2021 21:57:49 +0000 (22:57 +0100)]
Merge libguestfs (1:1.44.1-1+rpi1) import into refs/heads/workingbranch
Peter Michael Green [Tue, 24 Aug 2021 21:57:49 +0000 (22:57 +0100)]
Automatically generated patch (1:1.44.0-1+rpi1)
Last (up to) 3 git changes, FYI:
commit
4b5577a431c96e44282e63413b3555bcef626c3a
Merge:
c0a5932a ff2897d1
Author: Peter Michael Green <plugwash@raspbian.org>
Date: Fri Jan 15 10:17:15 2021 +0000
Manual merge of version 1:1.42.0-11+rpi1 and 1:1.44.0-1 to produce 1:1.44.0-1+rpi1
commit
ff2897d1c2df028404138d0a5c185b1165599e58
Merge:
d179bba8 e29e9caa
Author: Hilko Bengen <bengen@debian.org>
Date: Sun Jan 10 12:25:43 2021 +0000
Merge libguestfs (1:1.44.0-1) import into refs/heads/workingbranch
commit
d179bba82616b6cb82a0ffb96ebb4c7100414f9d
Author: Hilko Bengen <bengen@debian.org>
Date: Sun Jan 10 02:33:22 2021 +0100
Fix out-of-tree build for po/*
Gbp-Pq: Name 0019-Fix-out-of-tree-build-for-po.patch
Gbp-Pq: Name auto-1:1.44.0-1+rpi1-
4b5577a431c96e44282e63413b3555bcef626c3a-
1610706180
Hilko Bengen [Mon, 1 Feb 2021 20:12:58 +0000 (21:12 +0100)]
Update packagelist as haxdump has been moved to bsdextrautils in Debian
Gbp-Pq: Name 0020-Update-packagelist-as-haxdump-has-been-moved-to-bsde.patch
Hilko Bengen [Sun, 10 Jan 2021 01:33:22 +0000 (02:33 +0100)]
Fix out-of-tree build for po/*
Gbp-Pq: Name 0019-Fix-out-of-tree-build-for-po.patch
Hilko Bengen [Sun, 3 May 2020 22:32:37 +0000 (00:32 +0200)]
Add support for YARA 4
Gbp-Pq: Name 0019-Add-support-for-YARA-4.patch
Hilko Bengen [Tue, 10 Mar 2020 19:10:28 +0000 (20:10 +0100)]
Fix documentation generation for out-of-tree builds
Gbp-Pq: Name 0018-Fix-documentation-generation-for-out-of-tree-builds.patch
Hilko Bengen [Tue, 10 Mar 2020 19:06:39 +0000 (20:06 +0100)]
Make sure that generated ocaml-link.sh is used in out-of-tree builds
Gbp-Pq: Name 0017-Make-sure-that-generated-ocaml-link.sh-is-used-in-ou.patch
Hilko Bengen [Tue, 10 Mar 2020 16:23:15 +0000 (17:23 +0100)]
Check for caml_alloc_initialized_string existence even if --disable-ocaml
Gbp-Pq: Name 0016-Check-for-caml_alloc_initialized_string-existence-ev.patch
Hilko Bengen [Mon, 13 Jan 2020 19:13:30 +0000 (20:13 +0100)]
Link .mli files corresponding to autorgenerated .ml files into builddir
This avoids build failures in separate builds such as this one:
,----
| ocamlfind ocamlc -package str,unix -I . -a guestfs_config.cmo stringMap.cmo stringSet.cmo std_utils.cmo -o mlstdutils.cma
| ar cr libmlstdutils.a libmlstdutils_a-dummy.o
| ranlib libmlstdutils.a
| File "_none_", line 1:
| Error: Files std_utils.cmo and guestfs_config.cmo
| make inconsistent assumptions over interface Guestfs_config
| make[4]: *** [Makefile:2580: mlstdutils.cma] Error 2
`----
Gbp-Pq: Name 0018-Link-.mli-files-corresponding-to-autorgenerated-.ml-.patch
Hilko Bengen [Fri, 10 Jan 2020 23:15:24 +0000 (00:15 +0100)]
python: Recognize python-X.Y-embed flavor introduced with Python 3.8 in Debian
The non-"embed" .pc file does not include linker instructions. See
Debian bug #948017
Gbp-Pq: Name 0017-python-Recognize-python-X.Y-embed-flavor-introduced-.patch
Hilko Bengen [Mon, 23 Dec 2019 11:46:43 +0000 (12:46 +0100)]
Properly handle autogenerated *config.ml files in builddir
Gbp-Pq: Name 0016-Properly-handle-autogenerated-config.ml-files-in-bui.patch
Hilko Bengen [Tue, 16 Apr 2019 13:58:05 +0000 (15:58 +0200)]
Change cryptsetop->cryptsetup-bin in appliance
Gbp-Pq: Name 0015-Change-cryptsetop-cryptsetup-bin-in-appliance.patch
Hilko Bengen [Sat, 28 Jul 2018 16:59:16 +0000 (18:59 +0200)]
Fix up perl path in installed scripts
Gbp-Pq: Name 0013-Fix-up-perl-path-in-installed-scripts.patch
Hilko Bengen [Mon, 9 Apr 2018 21:26:40 +0000 (23:26 +0200)]
Add libtinfo to guestfsd (fixes FTBFS on architectures that lack a native OCaml compiler)
Gbp-Pq: Name 0013-Add-libtinfo-to-guestfsd-fixes-FTBFS-on-architecture.patch
Hilko Bengen [Mon, 14 Aug 2017 19:39:58 +0000 (21:39 +0200)]
Add fdisk to appliance list
Gbp-Pq: Name 0010-Add-fdisk-to-appliance-list.patch
Hilko Bengen [Thu, 20 Jul 2017 21:30:28 +0000 (23:30 +0200)]
Fix /sbin/reboot requirements
Gbp-Pq: Name 0009-Fix-sbin-reboot-requirements.patch
Hilko Bengen [Sat, 14 May 2016 11:34:07 +0000 (13:34 +0200)]
Make php buildable with builddir != srcdir
Gbp-Pq: Name 0006-Make-php-buildable-with-builddir-srcdir.patch
Hilko Bengen [Tue, 9 Feb 2016 22:21:11 +0000 (23:21 +0100)]
Run gzip (inside of tar zcf) with -n
Gbp-Pq: Name 0005-Run-gzip-inside-of-tar-zcf-with-n.patch
Hilko Bengen [Sat, 14 Feb 2015 13:17:09 +0000 (14:17 +0100)]
Generate tarballs for supermin appliance using reproducible timestamp
Gbp-Pq: Name 0004-Generate-tarballs-for-supermin-appliance-using-repro.patch
Hilko Bengen [Sun, 6 Jul 2014 19:34:47 +0000 (21:34 +0200)]
Do not use DTB for armel
Gbp-Pq: Name 0003-Do-not-use-DTB-for-armel.patch
Hilko Bengen [Thu, 12 Dec 2013 20:06:22 +0000 (21:06 +0100)]
golang: Fix for out-of-tree builds
Gbp-Pq: Name 0002-golang-Fix-for-out-of-tree-builds.patch
Hilko Bengen [Thu, 23 May 2013 17:20:17 +0000 (19:20 +0200)]
perl: Fix out-of-tree build by generating symlinks
Gbp-Pq: Name 0001-perl-Fix-out-of-tree-build-by-generating-symlinks.patch