libguestfs.git
2 years agoMerge libguestfs (1:1.50.1-4) import into refs/heads/workingbranch
Hilko Bengen [Mon, 24 Jul 2023 20:48:10 +0000 (21:48 +0100)]
Merge libguestfs (1:1.50.1-4) import into refs/heads/workingbranch

2 years agoFix include path for guestfish.1
Hilko Bengen [Sat, 26 Nov 2022 15:12:08 +0000 (16:12 +0100)]
Fix include path for guestfish.1

Gbp-Pq: Name Fix-include-path-for-guestfish.1.patch

2 years agoDon''t set CPU type on mips*
Hilko Bengen [Thu, 30 Dec 2021 20:05:43 +0000 (21:05 +0100)]
Don''t set CPU type on mips*

Gbp-Pq: Name Don-t-set-CPU-type-on-mips.patch

2 years agoFix golang bindtest and check-mli.sh for out-of-tree builds
Hilko Bengen [Mon, 27 Dec 2021 00:17:16 +0000 (01:17 +0100)]
Fix golang bindtest and check-mli.sh for out-of-tree builds

Gbp-Pq: Name Fix-golang-bindtest-and-check-mli.sh-for-out-of-tree-buil.patch

2 years agoUpdate packagelist as haxdump has been moved to bsdextrautils in Debian
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 Update-packagelist-as-haxdump-has-been-moved-to-bsdextrau.patch

2 years agoFix out-of-tree build for po/*
Hilko Bengen [Sun, 10 Jan 2021 01:33:22 +0000 (02:33 +0100)]
Fix out-of-tree build for po/*

Gbp-Pq: Name Fix-out-of-tree-build-for-po.patch

2 years agoMake sure that generated ocaml-link.sh is used in out-of-tree builds
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 Make-sure-that-generated-ocaml-link.sh-is-used-in-out-of-.patch

2 years agoLink .mli files corresponding to autorgenerated .ml files into builddir
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 Link-.mli-files-corresponding-to-autorgenerated-.ml-files.patch

2 years agopython: Recognize python-X.Y-embed flavor introduced with Python 3.8 in Debian
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 python-Recognize-python-X.Y-embed-flavor-introduced-with-.patch

2 years agoProperly handle autogenerated *config.ml files in builddir
Hilko Bengen [Mon, 23 Dec 2019 11:46:43 +0000 (12:46 +0100)]
Properly handle autogenerated *config.ml files in builddir

Gbp-Pq: Name Properly-handle-autogenerated-config.ml-files-in-builddir.patch

2 years agoChange cryptsetop->cryptsetup-bin in appliance
Hilko Bengen [Tue, 16 Apr 2019 13:58:05 +0000 (15:58 +0200)]
Change cryptsetop->cryptsetup-bin in appliance

Gbp-Pq: Name Change-cryptsetop-cryptsetup-bin-in-appliance.patch

2 years agoFix up perl path in installed scripts
Hilko Bengen [Sat, 28 Jul 2018 16:59:16 +0000 (18:59 +0200)]
Fix up perl path in installed scripts

Gbp-Pq: Name Fix-up-perl-path-in-installed-scripts.patch

2 years agoAdd libtinfo to guestfsd (fixes FTBFS on architectures that lack a native OCaml compiler)
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 Add-libtinfo-to-guestfsd-fixes-FTBFS-on-architectures-tha.patch

2 years agoAdd fdisk to appliance list
Hilko Bengen [Mon, 14 Aug 2017 19:39:58 +0000 (21:39 +0200)]
Add fdisk to appliance list

Gbp-Pq: Name Add-fdisk-to-appliance-list.patch

2 years agoFix /sbin/reboot requirements
Hilko Bengen [Thu, 20 Jul 2017 21:30:28 +0000 (23:30 +0200)]
Fix /sbin/reboot requirements

Gbp-Pq: Name Fix-sbin-reboot-requirements.patch

2 years agoMake php buildable with builddir != srcdir
Hilko Bengen [Sat, 14 May 2016 11:34:07 +0000 (13:34 +0200)]
Make php buildable with builddir != srcdir

Gbp-Pq: Name Make-php-buildable-with-builddir-srcdir.patch

2 years agoRun gzip (inside of tar zcf) with -n
Hilko Bengen [Tue, 9 Feb 2016 22:21:11 +0000 (23:21 +0100)]
Run gzip (inside of tar zcf) with -n

Gbp-Pq: Name Run-gzip-inside-of-tar-zcf-with-n.patch

2 years agoGenerate tarballs for supermin appliance using reproducible timestamp
Hilko Bengen [Sat, 14 Feb 2015 13:17:09 +0000 (14:17 +0100)]
Generate tarballs for supermin appliance using reproducible timestamp

Gbp-Pq: Name Generate-tarballs-for-supermin-appliance-using-reproducib.patch

2 years agoDo not use DTB for armel
Hilko Bengen [Sun, 6 Jul 2014 19:34:47 +0000 (21:34 +0200)]
Do not use DTB for armel

Gbp-Pq: Name Do-not-use-DTB-for-armel.patch

2 years agoperl: Fix out-of-tree build by generating symlinks
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 perl-Fix-out-of-tree-build-by-generating-symlinks.patch

2 years agolibguestfs (1:1.50.1-4) unstable; urgency=medium
Hilko Bengen [Mon, 24 Jul 2023 20:48:10 +0000 (21:48 +0100)]
libguestfs (1:1.50.1-4) unstable; urgency=medium

  * Fix timestamp specification in tar --mtime parameter.
    This should fix those mysterious 32bit build failures for good.

[dgit import unpatched libguestfs 1:1.50.1-4]

2 years agoImport libguestfs_1.50.1-4.debian.tar.xz
Hilko Bengen [Mon, 24 Jul 2023 20:48:10 +0000 (21:48 +0100)]
Import libguestfs_1.50.1-4.debian.tar.xz

[dgit import tarball libguestfs 1:1.50.1-4 libguestfs_1.50.1-4.debian.tar.xz]

2 years agoImport libguestfs_1.50.1.orig.tar.gz
Hilko Bengen [Fri, 7 Apr 2023 21:36:04 +0000 (22:36 +0100)]
Import libguestfs_1.50.1.orig.tar.gz

[dgit import orig libguestfs_1.50.1.orig.tar.gz]

2 years agoMerge libguestfs (1:1.48.6-2) import into refs/heads/workingbranch
Hilko Bengen [Mon, 6 Mar 2023 14:29:41 +0000 (14:29 +0000)]
Merge libguestfs (1:1.48.6-2) import into refs/heads/workingbranch

2 years agoFix include path for guestfish.1
Hilko Bengen [Sat, 26 Nov 2022 15:12:08 +0000 (16:12 +0100)]
Fix include path for guestfish.1

Gbp-Pq: Name Fix-include-path-for-guestfish.1.patch

2 years agoSet special CPU type on RISCV64, don't set CPU type on mips*
Hilko Bengen [Thu, 30 Dec 2021 20:05:43 +0000 (21:05 +0100)]
Set special CPU type on RISCV64, don't set CPU type on mips*

Gbp-Pq: Name Set-special-CPU-type-on-RISCV64-don-t-set-CPU-type-on-mip.patch

2 years agoFix golang bindtest and check-mli.sh for out-of-tree builds
Hilko Bengen [Mon, 27 Dec 2021 00:17:16 +0000 (01:17 +0100)]
Fix golang bindtest and check-mli.sh for out-of-tree builds

Gbp-Pq: Name Fix-golang-bindtest-and-check-mli.sh-for-out-of-tree-buil.patch

2 years agoUpdate packagelist as haxdump has been moved to bsdextrautils in Debian
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 Update-packagelist-as-haxdump-has-been-moved-to-bsdextrau.patch

2 years agoFix out-of-tree build for po/*
Hilko Bengen [Sun, 10 Jan 2021 01:33:22 +0000 (02:33 +0100)]
Fix out-of-tree build for po/*

Gbp-Pq: Name Fix-out-of-tree-build-for-po.patch

2 years agoMake sure that generated ocaml-link.sh is used in out-of-tree builds
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 Make-sure-that-generated-ocaml-link.sh-is-used-in-out-of-.patch

2 years agoLink .mli files corresponding to autorgenerated .ml files into builddir
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 Link-.mli-files-corresponding-to-autorgenerated-.ml-files.patch

2 years agopython: Recognize python-X.Y-embed flavor introduced with Python 3.8 in Debian
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 python-Recognize-python-X.Y-embed-flavor-introduced-with-.patch

2 years agoProperly handle autogenerated *config.ml files in builddir
Hilko Bengen [Mon, 23 Dec 2019 11:46:43 +0000 (12:46 +0100)]
Properly handle autogenerated *config.ml files in builddir

Gbp-Pq: Name Properly-handle-autogenerated-config.ml-files-in-builddir.patch

2 years agoChange cryptsetop->cryptsetup-bin in appliance
Hilko Bengen [Tue, 16 Apr 2019 13:58:05 +0000 (15:58 +0200)]
Change cryptsetop->cryptsetup-bin in appliance

Gbp-Pq: Name Change-cryptsetop-cryptsetup-bin-in-appliance.patch

2 years agoFix up perl path in installed scripts
Hilko Bengen [Sat, 28 Jul 2018 16:59:16 +0000 (18:59 +0200)]
Fix up perl path in installed scripts

Gbp-Pq: Name Fix-up-perl-path-in-installed-scripts.patch

2 years agoAdd libtinfo to guestfsd (fixes FTBFS on architectures that lack a native OCaml compiler)
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 Add-libtinfo-to-guestfsd-fixes-FTBFS-on-architectures-tha.patch

2 years agoAdd fdisk to appliance list
Hilko Bengen [Mon, 14 Aug 2017 19:39:58 +0000 (21:39 +0200)]
Add fdisk to appliance list

Gbp-Pq: Name Add-fdisk-to-appliance-list.patch

2 years agoFix /sbin/reboot requirements
Hilko Bengen [Thu, 20 Jul 2017 21:30:28 +0000 (23:30 +0200)]
Fix /sbin/reboot requirements

Gbp-Pq: Name Fix-sbin-reboot-requirements.patch

2 years agoMake php buildable with builddir != srcdir
Hilko Bengen [Sat, 14 May 2016 11:34:07 +0000 (13:34 +0200)]
Make php buildable with builddir != srcdir

Gbp-Pq: Name Make-php-buildable-with-builddir-srcdir.patch

2 years agoRun gzip (inside of tar zcf) with -n
Hilko Bengen [Tue, 9 Feb 2016 22:21:11 +0000 (23:21 +0100)]
Run gzip (inside of tar zcf) with -n

Gbp-Pq: Name Run-gzip-inside-of-tar-zcf-with-n.patch

2 years agoGenerate tarballs for supermin appliance using reproducible timestamp
Hilko Bengen [Sat, 14 Feb 2015 13:17:09 +0000 (14:17 +0100)]
Generate tarballs for supermin appliance using reproducible timestamp

Gbp-Pq: Name Generate-tarballs-for-supermin-appliance-using-reproducib.patch

2 years agoDo not use DTB for armel
Hilko Bengen [Sun, 6 Jul 2014 19:34:47 +0000 (21:34 +0200)]
Do not use DTB for armel

Gbp-Pq: Name Do-not-use-DTB-for-armel.patch

2 years agoperl: Fix out-of-tree build by generating symlinks
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 perl-Fix-out-of-tree-build-by-generating-symlinks.patch

2 years agolibguestfs (1:1.48.6-2) unstable; urgency=medium
Hilko Bengen [Mon, 6 Mar 2023 14:29:41 +0000 (14:29 +0000)]
libguestfs (1:1.48.6-2) unstable; urgency=medium

  * Add Brazilian Portuguese debconf translation, thanks to
    Paulo Henrique de Lima Santana (Clsoes: #1025726)
  * Disable tests (quickcheck) on s390x. Closes: #1030511
  * Replace libncurses*-dev build-dependencies

[dgit import unpatched libguestfs 1:1.48.6-2]

2 years agoImport libguestfs_1.48.6-2.debian.tar.xz
Hilko Bengen [Mon, 6 Mar 2023 14:29:41 +0000 (14:29 +0000)]
Import libguestfs_1.48.6-2.debian.tar.xz

[dgit import tarball libguestfs 1:1.48.6-2 libguestfs_1.48.6-2.debian.tar.xz]

3 years agoMerge libguestfs (1:1.48.6-1) import into refs/heads/workingbranch
Hilko Bengen [Tue, 29 Nov 2022 09:27:07 +0000 (09:27 +0000)]
Merge libguestfs (1:1.48.6-1) import into refs/heads/workingbranch

3 years agoImport libguestfs_1.48.6.orig.tar.gz
Hilko Bengen [Tue, 29 Nov 2022 09:27:07 +0000 (09:27 +0000)]
Import libguestfs_1.48.6.orig.tar.gz

[dgit import orig libguestfs_1.48.6.orig.tar.gz]

3 years agoFix include path for guestfish.1
Hilko Bengen [Sat, 26 Nov 2022 15:12:08 +0000 (16:12 +0100)]
Fix include path for guestfish.1

Gbp-Pq: Name Fix-include-path-for-guestfish.1.patch

3 years agoSet special CPU type on RISCV64, don't set CPU type on mips*
Hilko Bengen [Thu, 30 Dec 2021 20:05:43 +0000 (21:05 +0100)]
Set special CPU type on RISCV64, don't set CPU type on mips*

Gbp-Pq: Name Set-special-CPU-type-on-RISCV64-don-t-set-CPU-type-on-mip.patch

3 years agoFix golang bindtest and check-mli.sh for out-of-tree builds
Hilko Bengen [Mon, 27 Dec 2021 00:17:16 +0000 (01:17 +0100)]
Fix golang bindtest and check-mli.sh for out-of-tree builds

Gbp-Pq: Name Fix-golang-bindtest-and-check-mli.sh-for-out-of-tree-buil.patch

3 years agoUpdate packagelist as haxdump has been moved to bsdextrautils in Debian
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 Update-packagelist-as-haxdump-has-been-moved-to-bsdextrau.patch

3 years agoFix out-of-tree build for po/*
Hilko Bengen [Sun, 10 Jan 2021 01:33:22 +0000 (02:33 +0100)]
Fix out-of-tree build for po/*

Gbp-Pq: Name Fix-out-of-tree-build-for-po.patch

3 years agoMake sure that generated ocaml-link.sh is used in out-of-tree builds
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 Make-sure-that-generated-ocaml-link.sh-is-used-in-out-of-.patch

3 years agoLink .mli files corresponding to autorgenerated .ml files into builddir
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 Link-.mli-files-corresponding-to-autorgenerated-.ml-files.patch

3 years agopython: Recognize python-X.Y-embed flavor introduced with Python 3.8 in Debian
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 python-Recognize-python-X.Y-embed-flavor-introduced-with-.patch

3 years agoProperly handle autogenerated *config.ml files in builddir
Hilko Bengen [Mon, 23 Dec 2019 11:46:43 +0000 (12:46 +0100)]
Properly handle autogenerated *config.ml files in builddir

Gbp-Pq: Name Properly-handle-autogenerated-config.ml-files-in-builddir.patch

3 years agoChange cryptsetop->cryptsetup-bin in appliance
Hilko Bengen [Tue, 16 Apr 2019 13:58:05 +0000 (15:58 +0200)]
Change cryptsetop->cryptsetup-bin in appliance

Gbp-Pq: Name Change-cryptsetop-cryptsetup-bin-in-appliance.patch

3 years agoFix up perl path in installed scripts
Hilko Bengen [Sat, 28 Jul 2018 16:59:16 +0000 (18:59 +0200)]
Fix up perl path in installed scripts

Gbp-Pq: Name Fix-up-perl-path-in-installed-scripts.patch

3 years agoAdd libtinfo to guestfsd (fixes FTBFS on architectures that lack a native OCaml compiler)
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 Add-libtinfo-to-guestfsd-fixes-FTBFS-on-architectures-tha.patch

3 years agoAdd fdisk to appliance list
Hilko Bengen [Mon, 14 Aug 2017 19:39:58 +0000 (21:39 +0200)]
Add fdisk to appliance list

Gbp-Pq: Name Add-fdisk-to-appliance-list.patch

3 years agoFix /sbin/reboot requirements
Hilko Bengen [Thu, 20 Jul 2017 21:30:28 +0000 (23:30 +0200)]
Fix /sbin/reboot requirements

Gbp-Pq: Name Fix-sbin-reboot-requirements.patch

3 years agoMake php buildable with builddir != srcdir
Hilko Bengen [Sat, 14 May 2016 11:34:07 +0000 (13:34 +0200)]
Make php buildable with builddir != srcdir

Gbp-Pq: Name Make-php-buildable-with-builddir-srcdir.patch

3 years agoRun gzip (inside of tar zcf) with -n
Hilko Bengen [Tue, 9 Feb 2016 22:21:11 +0000 (23:21 +0100)]
Run gzip (inside of tar zcf) with -n

Gbp-Pq: Name Run-gzip-inside-of-tar-zcf-with-n.patch

3 years agoGenerate tarballs for supermin appliance using reproducible timestamp
Hilko Bengen [Sat, 14 Feb 2015 13:17:09 +0000 (14:17 +0100)]
Generate tarballs for supermin appliance using reproducible timestamp

Gbp-Pq: Name Generate-tarballs-for-supermin-appliance-using-reproducib.patch

3 years agoDo not use DTB for armel
Hilko Bengen [Sun, 6 Jul 2014 19:34:47 +0000 (21:34 +0200)]
Do not use DTB for armel

Gbp-Pq: Name Do-not-use-DTB-for-armel.patch

3 years agoperl: Fix out-of-tree build by generating symlinks
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 perl-Fix-out-of-tree-build-by-generating-symlinks.patch

3 years agolibguestfs (1:1.48.6-1) unstable; urgency=medium
Hilko Bengen [Tue, 29 Nov 2022 09:27:07 +0000 (09:27 +0000)]
libguestfs (1:1.48.6-1) unstable; urgency=medium

  * New upstream version 1.48.6

[dgit import unpatched libguestfs 1:1.48.6-1]

3 years agoImport libguestfs_1.48.6-1.debian.tar.xz
Hilko Bengen [Tue, 29 Nov 2022 09:27:07 +0000 (09:27 +0000)]
Import libguestfs_1.48.6-1.debian.tar.xz

[dgit import tarball libguestfs 1:1.48.6-1 libguestfs_1.48.6-1.debian.tar.xz]

3 years agoMerge libguestfs (1:1.48.5-2) import into refs/heads/workingbranch
Hilko Bengen [Sat, 26 Nov 2022 15:48:44 +0000 (15:48 +0000)]
Merge libguestfs (1:1.48.5-2) import into refs/heads/workingbranch

3 years agoFix include path for guestfish.1
Hilko Bengen [Sat, 26 Nov 2022 15:12:08 +0000 (16:12 +0100)]
Fix include path for guestfish.1

Gbp-Pq: Name Fix-include-path-for-guestfish.1.patch

3 years agoSet special CPU type on RISCV64, don't set CPU type on mips*
Hilko Bengen [Thu, 30 Dec 2021 20:05:43 +0000 (21:05 +0100)]
Set special CPU type on RISCV64, don't set CPU type on mips*

Gbp-Pq: Name Set-special-CPU-type-on-RISCV64-don-t-set-CPU-type-on-mip.patch

3 years agoFix golang bindtest and check-mli.sh for out-of-tree builds
Hilko Bengen [Mon, 27 Dec 2021 00:17:16 +0000 (01:17 +0100)]
Fix golang bindtest and check-mli.sh for out-of-tree builds

Gbp-Pq: Name Fix-golang-bindtest-and-check-mli.sh-for-out-of-tree-buil.patch

3 years agoUpdate packagelist as haxdump has been moved to bsdextrautils in Debian
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 Update-packagelist-as-haxdump-has-been-moved-to-bsdextrau.patch

3 years agoFix out-of-tree build for po/*
Hilko Bengen [Sun, 10 Jan 2021 01:33:22 +0000 (02:33 +0100)]
Fix out-of-tree build for po/*

Gbp-Pq: Name Fix-out-of-tree-build-for-po.patch

3 years agoMake sure that generated ocaml-link.sh is used in out-of-tree builds
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 Make-sure-that-generated-ocaml-link.sh-is-used-in-out-of-.patch

3 years agoLink .mli files corresponding to autorgenerated .ml files into builddir
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 Link-.mli-files-corresponding-to-autorgenerated-.ml-files.patch

3 years agopython: Recognize python-X.Y-embed flavor introduced with Python 3.8 in Debian
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 python-Recognize-python-X.Y-embed-flavor-introduced-with-.patch

3 years agoProperly handle autogenerated *config.ml files in builddir
Hilko Bengen [Mon, 23 Dec 2019 11:46:43 +0000 (12:46 +0100)]
Properly handle autogenerated *config.ml files in builddir

Gbp-Pq: Name Properly-handle-autogenerated-config.ml-files-in-builddir.patch

3 years agoChange cryptsetop->cryptsetup-bin in appliance
Hilko Bengen [Tue, 16 Apr 2019 13:58:05 +0000 (15:58 +0200)]
Change cryptsetop->cryptsetup-bin in appliance

Gbp-Pq: Name Change-cryptsetop-cryptsetup-bin-in-appliance.patch

3 years agoFix up perl path in installed scripts
Hilko Bengen [Sat, 28 Jul 2018 16:59:16 +0000 (18:59 +0200)]
Fix up perl path in installed scripts

Gbp-Pq: Name Fix-up-perl-path-in-installed-scripts.patch

3 years agoAdd libtinfo to guestfsd (fixes FTBFS on architectures that lack a native OCaml compiler)
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 Add-libtinfo-to-guestfsd-fixes-FTBFS-on-architectures-tha.patch

3 years agoAdd fdisk to appliance list
Hilko Bengen [Mon, 14 Aug 2017 19:39:58 +0000 (21:39 +0200)]
Add fdisk to appliance list

Gbp-Pq: Name Add-fdisk-to-appliance-list.patch

3 years agoFix /sbin/reboot requirements
Hilko Bengen [Thu, 20 Jul 2017 21:30:28 +0000 (23:30 +0200)]
Fix /sbin/reboot requirements

Gbp-Pq: Name Fix-sbin-reboot-requirements.patch

3 years agoMake php buildable with builddir != srcdir
Hilko Bengen [Sat, 14 May 2016 11:34:07 +0000 (13:34 +0200)]
Make php buildable with builddir != srcdir

Gbp-Pq: Name Make-php-buildable-with-builddir-srcdir.patch

3 years agoRun gzip (inside of tar zcf) with -n
Hilko Bengen [Tue, 9 Feb 2016 22:21:11 +0000 (23:21 +0100)]
Run gzip (inside of tar zcf) with -n

Gbp-Pq: Name Run-gzip-inside-of-tar-zcf-with-n.patch

3 years agoGenerate tarballs for supermin appliance using reproducible timestamp
Hilko Bengen [Sat, 14 Feb 2015 13:17:09 +0000 (14:17 +0100)]
Generate tarballs for supermin appliance using reproducible timestamp

Gbp-Pq: Name Generate-tarballs-for-supermin-appliance-using-reproducib.patch

3 years agoDo not use DTB for armel
Hilko Bengen [Sun, 6 Jul 2014 19:34:47 +0000 (21:34 +0200)]
Do not use DTB for armel

Gbp-Pq: Name Do-not-use-DTB-for-armel.patch

3 years agoperl: Fix out-of-tree build by generating symlinks
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 perl-Fix-out-of-tree-build-by-generating-symlinks.patch

3 years agolibguestfs (1:1.48.5-2) unstable; urgency=medium
Hilko Bengen [Sat, 26 Nov 2022 15:48:44 +0000 (15:48 +0000)]
libguestfs (1:1.48.5-2) unstable; urgency=medium

  * Drop patch
  * Add zstd build dependency
  * Set correct python install dir
  * Add patch to fix building guestfish.1 manpage

[dgit import unpatched libguestfs 1:1.48.5-2]

3 years agoImport libguestfs_1.48.5-2.debian.tar.xz
Hilko Bengen [Sat, 26 Nov 2022 15:48:44 +0000 (15:48 +0000)]
Import libguestfs_1.48.5-2.debian.tar.xz

[dgit import tarball libguestfs 1:1.48.5-2 libguestfs_1.48.5-2.debian.tar.xz]

3 years agoImport libguestfs_1.48.5.orig.tar.gz
Hilko Bengen [Tue, 22 Nov 2022 09:58:16 +0000 (09:58 +0000)]
Import libguestfs_1.48.5.orig.tar.gz

[dgit import orig libguestfs_1.48.5.orig.tar.gz]

3 years agoMerge libguestfs (1:1.48.4-2) import into refs/heads/workingbranch
Hilko Bengen [Sun, 31 Jul 2022 17:16:25 +0000 (18:16 +0100)]
Merge libguestfs (1:1.48.4-2) import into refs/heads/workingbranch

3 years agoSet special CPU type on RISCV64, don't set CPU type on mips*
Hilko Bengen [Thu, 30 Dec 2021 20:05:43 +0000 (21:05 +0100)]
Set special CPU type on RISCV64, don't set CPU type on mips*

Gbp-Pq: Name Set-special-CPU-type-on-RISCV64-don-t-set-CPU-type-on-mip.patch

3 years agoFix golang bindtest and check-mli.sh for out-of-tree builds
Hilko Bengen [Mon, 27 Dec 2021 00:17:16 +0000 (01:17 +0100)]
Fix golang bindtest and check-mli.sh for out-of-tree builds

Gbp-Pq: Name Fix-golang-bindtest-and-check-mli.sh-for-out-of-tree-buil.patch

3 years agoUpdate packagelist as haxdump has been moved to bsdextrautils in Debian
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 Update-packagelist-as-haxdump-has-been-moved-to-bsdextrau.patch

3 years agoFix out-of-tree build for po/*
Hilko Bengen [Sun, 10 Jan 2021 01:33:22 +0000 (02:33 +0100)]
Fix out-of-tree build for po/*

Gbp-Pq: Name Fix-out-of-tree-build-for-po.patch

3 years agoMake sure that generated ocaml-link.sh is used in out-of-tree builds
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 Make-sure-that-generated-ocaml-link.sh-is-used-in-out-of-.patch

3 years agoCheck for caml_alloc_initialized_string existence even if --disable-ocaml
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 Check-for-caml_alloc_initialized_string-existence-even-if.patch

3 years agoLink .mli files corresponding to autorgenerated .ml files into builddir
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 Link-.mli-files-corresponding-to-autorgenerated-.ml-files.patch

3 years agopython: Recognize python-X.Y-embed flavor introduced with Python 3.8 in Debian
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 python-Recognize-python-X.Y-embed-flavor-introduced-with-.patch