Package: release.debian.org User: release.debian....@packages.debian.org Usertags: unblock
I uploaded a new libguestfs package, fixing #906234 (Please change dependency on cryptsetup...). The debidff is attached. Please unblock. Thanks. Cheers, -Hilko
diff -Nru libguestfs-1.40.2/debian/changelog libguestfs-1.40.2/debian/changelog --- libguestfs-1.40.2/debian/changelog 2019-02-10 22:09:07.000000000 +0100 +++ libguestfs-1.40.2/debian/changelog 2019-04-21 22:17:19.000000000 +0200 @@ -1,3 +1,9 @@ +libguestfs (1:1.40.2-2) unstable; urgency=medium + + * Adjust cryptsetup dependencies (Closes: #906234) + + -- Hilko Bengen <ben...@debian.org> Sun, 21 Apr 2019 22:17:19 +0200 + libguestfs (1:1.40.2-1) unstable; urgency=medium * New upstream version 1.40.2 diff -Nru libguestfs-1.40.2/debian/control libguestfs-1.40.2/debian/control --- libguestfs-1.40.2/debian/control 2019-01-22 13:27:36.000000000 +0100 +++ libguestfs-1.40.2/debian/control 2019-04-16 15:57:40.000000000 +0200 @@ -58,7 +58,7 @@ btrfs-progs, bzip2, cpio, - cryptsetup, busybox, + cryptsetup-bin, busybox, dosfstools, exfat-utils, extlinux [i386 amd64], diff -Nru libguestfs-1.40.2/debian/patches/0015-Change-cryptsetop-cryptsetup-bin-in-appliance.patch libguestfs-1.40.2/debian/patches/0015-Change-cryptsetop-cryptsetup-bin-in-appliance.patch --- libguestfs-1.40.2/debian/patches/0015-Change-cryptsetop-cryptsetup-bin-in-appliance.patch 1970-01-01 01:00:00.000000000 +0100 +++ libguestfs-1.40.2/debian/patches/0015-Change-cryptsetop-cryptsetup-bin-in-appliance.patch 2019-04-16 15:58:24.000000000 +0200 @@ -0,0 +1,21 @@ +From: Hilko Bengen <ben...@debian.org> +Date: Tue, 16 Apr 2019 15:58:05 +0200 +Subject: Change cryptsetop->cryptsetup-bin in appliance + +--- + appliance/packagelist.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/appliance/packagelist.in b/appliance/packagelist.in +index b6ff265..1963ffd 100644 +--- a/appliance/packagelist.in ++++ b/appliance/packagelist.in +@@ -60,7 +60,7 @@ ifelse(DEBIAN,1, + bsdmainutils + dnl old name used in Jessie and earlier + btrfs-tools +- cryptsetup ++ cryptsetup-bin + dash + extlinux + fdisk diff -Nru libguestfs-1.40.2/debian/patches/series libguestfs-1.40.2/debian/patches/series --- libguestfs-1.40.2/debian/patches/series 2019-02-10 22:08:35.000000000 +0100 +++ libguestfs-1.40.2/debian/patches/series 2019-04-16 15:58:24.000000000 +0200 @@ -12,3 +12,4 @@ 0012-Disable-v2v-test-harness.patch 0013-Fix-up-perl-path-in-installed-scripts.patch 0014-Fix-.depend-generation-for-out-of-tree-build.patch +0015-Change-cryptsetop-cryptsetup-bin-in-appliance.patch