Source: libguestfs
Version: 1:1.44.2-1
Severity: normal
Tags: patch

Dear Maintainer,

Please follow attached a debdiff for the NMU I just uploaded as
1.44.2-1.1. This was the last item in the transition to add support for
ruby3.0.

-- System Information:
Debian Release: bookworm/sid
  APT prefers testing-debug
  APT policy: (900, 'testing-debug'), (900, 'testing'), (500, 
'unstable-debug'), (500, 'unstable'), (1, 'experimental-debug'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.15.0-2-amd64 (SMP w/4 CPU threads)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.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
diff -Nru libguestfs-1.44.2/debian/changelog libguestfs-1.44.2/debian/changelog
--- libguestfs-1.44.2/debian/changelog	2021-09-25 12:51:52.000000000 -0300
+++ libguestfs-1.44.2/debian/changelog	2021-12-04 12:11:35.000000000 -0300
@@ -1,3 +1,11 @@
+libguestfs (1:1.44.2-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules: use the appropriate way to get the Ruby versions to build
+    for (Closes: #998636)
+
+ -- Antonio Terceiro <terce...@debian.org>  Sat, 04 Dec 2021 12:11:35 -0300
+
 libguestfs (1:1.44.2-1) unstable; urgency=medium
 
   * New upstream version 1.44.2
diff -Nru libguestfs-1.44.2/debian/rules libguestfs-1.44.2/debian/rules
--- libguestfs-1.44.2/debian/rules	2021-09-24 20:50:37.000000000 -0300
+++ libguestfs-1.44.2/debian/rules	2021-12-04 12:11:30.000000000 -0300
@@ -26,8 +26,7 @@
 include /usr/share/dpkg/architecture.mk
 
 PYTHON_VERSIONS := $(shell py3versions --installed)
-RUBY_VERSIONS   := $(shell find /usr/bin/ -name 'ruby[12]*' \
-			| xargs -n1 readlink -f | xargs -r -n1 basename)
+RUBY_VERSIONS   := $(shell dh_ruby --print-supported)
 LUA_VERSIONS    := $(shell find /usr/bin/ -name 'lua5.?' \
 			| xargs -n1 readlink -f | xargs -r -n1 basename)
 PHP_VERSIONS    := $(subst -config,,\

Attachment: signature.asc
Description: PGP signature

Reply via email to