Your message dated Thu, 08 Aug 2024 22:22:20 +0000
with message-id <e1scbww-000neq...@fasolo.debian.org>
and subject line Bug#1077899: fixed in libguestfs 1:1.52.2-2
has caused the Debian Bug report #1077899,
regarding Please do not hardcode /usr/lib/ocaml
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1077899: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077899
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libguestfs
Version: 1:1.52.2-1
Severity: important
Tags: patch
User: debian-ocaml-ma...@lists.debian.org
Usertags: ocaml-5.2.0-transition

Dear Maintainer,

Please do not hardcode /usr/lib/ocaml in your package, as it might
change in the future.

Attached is a patch that fixes the issue.

Cheers,

-- 
Stéphane


-- System Information:
Debian Release: trixie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'buildd-unstable'), (500, 'unstable'), 
(1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.5.0-5-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
>From f1b8ad30143fab7933232546b38b2e2a1e812adb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Glondu?= <glo...@debian.org>
Date: Sun, 4 Aug 2024 09:52:01 +0200
Subject: [PATCH] Do not hardcode /usr/lib/ocaml

---
 debian/libguestfs-ocaml-dev.install    | 7 -------
 debian/libguestfs-ocaml-dev.install.in | 7 +++++++
 debian/libguestfs-ocaml.install        | 1 -
 debian/libguestfs-ocaml.install.in     | 1 +
 4 files changed, 8 insertions(+), 8 deletions(-)
 delete mode 100644 debian/libguestfs-ocaml-dev.install
 create mode 100644 debian/libguestfs-ocaml-dev.install.in
 delete mode 100644 debian/libguestfs-ocaml.install
 create mode 100644 debian/libguestfs-ocaml.install.in

diff --git a/debian/libguestfs-ocaml-dev.install 
b/debian/libguestfs-ocaml-dev.install
deleted file mode 100644
index 967d5c5..0000000
--- a/debian/libguestfs-ocaml-dev.install
+++ /dev/null
@@ -1,7 +0,0 @@
-usr/lib/ocaml/guestfs/META
-usr/lib/ocaml/guestfs/*guestfs*.a
-usr/lib/ocaml/guestfs/*guestfs*.cm*
-usr/lib/ocaml/guestfs/*guestfs*.ml*
-
-usr/share/man/man3/guestfs-ocaml.3*
-usr/share/man/*/man3/guestfs-ocaml.3*
diff --git a/debian/libguestfs-ocaml-dev.install.in 
b/debian/libguestfs-ocaml-dev.install.in
new file mode 100644
index 0000000..d56b8b9
--- /dev/null
+++ b/debian/libguestfs-ocaml-dev.install.in
@@ -0,0 +1,7 @@
+@OCamlStdlibDir@/guestfs/META
+@OCamlStdlibDir@/guestfs/*guestfs*.a
+@OCamlStdlibDir@/guestfs/*guestfs*.cm*
+@OCamlStdlibDir@/guestfs/*guestfs*.ml*
+
+usr/share/man/man3/guestfs-ocaml.3*
+usr/share/man/*/man3/guestfs-ocaml.3*
diff --git a/debian/libguestfs-ocaml.install b/debian/libguestfs-ocaml.install
deleted file mode 100644
index 9df0bc1..0000000
--- a/debian/libguestfs-ocaml.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/ocaml/stublibs/dllmlguestfs.so
diff --git a/debian/libguestfs-ocaml.install.in 
b/debian/libguestfs-ocaml.install.in
new file mode 100644
index 0000000..9e14df1
--- /dev/null
+++ b/debian/libguestfs-ocaml.install.in
@@ -0,0 +1 @@
+@OCamlDllDir@/dllmlguestfs.so
-- 
2.43.0


--- End Message ---
--- Begin Message ---
Source: libguestfs
Source-Version: 1:1.52.2-2
Done: Hilko Bengen <ben...@debian.org>

We believe that the bug you reported is fixed in the latest version of
libguestfs, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1077...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Hilko Bengen <ben...@debian.org> (supplier of updated libguestfs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 09 Aug 2024 00:07:36 +0200
Source: libguestfs
Architecture: source
Version: 1:1.52.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Libvirt Maintainers 
<pkg-libvirt-maintain...@lists.alioth.debian.org>
Changed-By: Hilko Bengen <ben...@debian.org>
Closes: 1077899
Changes:
 libguestfs (1:1.52.2-2) unstable; urgency=medium
 .
   [ Stéphane Glondu ]
   * Do not hardcode /usr/lib/ocaml (Closes: #1077899)
Checksums-Sha1:
 074f858924a5122e90ec1a0ca0e39a423b97d5d0 6912 libguestfs_1.52.2-2.dsc
 9c358230b76dccb8b8566ac67616301d6afa9341 42536 
libguestfs_1.52.2-2.debian.tar.xz
 508c6f8b27eb965b0f57bc11a3d54f9995a368e0 26133 
libguestfs_1.52.2-2_source.buildinfo
Checksums-Sha256:
 62e16b1ab73a58a50aa8dab4d15d063eaf2262bf86aad5b228116ae43cd49d09 6912 
libguestfs_1.52.2-2.dsc
 f2b0200a7873904a89ec912fe696a4d1326ca3675b97e2b0542063cbb2867614 42536 
libguestfs_1.52.2-2.debian.tar.xz
 877e9aac9a6151ef26aa3859040996902b592955ae4a9de2a7928afdaa6c44d9 26133 
libguestfs_1.52.2-2_source.buildinfo
Files:
 9e884bd3f5160a5c59968ace961bc504 6912 libs optional libguestfs_1.52.2-2.dsc
 fae029e2a00065a924d38d4e10952ab1 42536 libs optional 
libguestfs_1.52.2-2.debian.tar.xz
 27721378e00f58052b6f2af0c4a2cab0 26133 libs optional 
libguestfs_1.52.2-2_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEErnMQVUQqHZbPTUx4dbcQY1whOn4FAma1QfgACgkQdbcQY1wh
On57eQ/+K8ZSOUP0gB3iU5cwzFG9vaNomFBdxuE66djg4h76SKIRgF9EbJGYRGqv
EIY+K7TFRAASh5KQ33lb56tuSetCRoFc0d+kJkK5grtDioqH+/RaTOvdSlug8r2S
KMf/3DjqIpSeoOyl+XW846T/v73m+dqQ/9j7Tyb53cXsFqpxs1rYkJW8npxl54f3
wAG57YN6cEVLAx+J5cqIyNJE6VH8xu7nIH3nRbKtEpvxQOk0ooJv1v2GRpShDU2n
Jt24PGLx8itwcAYYCOPrl54bfsdvwFLjpV3+r6kyVkQk24QY7Ikg3OgztTr8fuVr
GAQHRC1SdZY57de+w35A3I9FraYllnttABip9ap35aU3k4MBnih1cPCOU4PoAPDg
mEV2EMfpro6EjzbdgiJ3FZpqjuAOzjp3b+GLjuD6SzV+5KZ26cJ/xZ8MyA/3zrVJ
eXfm4OvJ191ivlFW/1u17DzQWf8u7Rx1PyXF7ZFPjatYa6+PYlwFG66SwwngzLGE
p9dZ1fEZSZsq7AcOLoB5EcvobTa8G/pglXcAEGadnqN8K+ZS3scIh+FiyXabA2+R
0nIC++olVsA5w3v/YUHGtgn6/lj2g4Jg645cSo934+HqGwfaxQEcDQwzk8Kx/2If
dFHGQtY59M6rr5uV4vbDzCOWCTHjOAXVHdQP9MEByPsuGV08kKs=
=zXfr
-----END PGP SIGNATURE-----

Attachment: pgp_pWo02LHdC.pgp
Description: PGP signature


--- End Message ---

Reply via email to