Dear maintainer,

I've prepared and uploaded an NMU for regripper (versioned as
3.0~git20221205.d588019+dfsg-1.1). The diff is attached to this
message.

Sorry for the rush, this was one of the last blockers of the ongoing
perl 5.38 migration.


Cheers,
gregor

-- 
 .''`.  https://info.comodo.priv.at -- Debian Developer https://www.debian.org
 : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D  85FA BB3A 6801 8649 AA06
 `. `'  Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe
   `-   
diff -Nru regripper-3.0~git20221205.d588019+dfsg/debian/changelog regripper-3.0~git20221205.d588019+dfsg/debian/changelog
--- regripper-3.0~git20221205.d588019+dfsg/debian/changelog	2022-12-11 09:36:06.000000000 +0100
+++ regripper-3.0~git20221205.d588019+dfsg/debian/changelog	2024-01-17 19:45:41.000000000 +0100
@@ -1,3 +1,16 @@
+regripper (3.0~git20221205.d588019+dfsg-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "autopkgtest failure with Perl 5.38: changed diagnostics":
+    Add patch from upstream Git repo fixing a syntax error (stray
+    parenthesis) in ./plugins/clsid_tln.pl.
+    Additionally add the now fixed clsid_tln plugin to
+    debian/tests/testfiles/regripper-plugins.csv, the file containing the
+    expected plugins.
+    (Closes: #1060740)
+
+ -- gregor herrmann <gre...@debian.org>  Wed, 17 Jan 2024 19:45:41 +0100
+
 regripper (3.0~git20221205.d588019+dfsg-1) unstable; urgency=medium
 
   [ Jan Gruber ]
diff -Nru regripper-3.0~git20221205.d588019+dfsg/debian/patches/1060740.patch regripper-3.0~git20221205.d588019+dfsg/debian/patches/1060740.patch
--- regripper-3.0~git20221205.d588019+dfsg/debian/patches/1060740.patch	1970-01-01 01:00:00.000000000 +0100
+++ regripper-3.0~git20221205.d588019+dfsg/debian/patches/1060740.patch	2024-01-17 19:32:16.000000000 +0100
@@ -0,0 +1,22 @@
+From ca9d83387e10854093f066a1ebe80cfc6852c832 Mon Sep 17 00:00:00 2001
+From: Andreas Hunkeler <karnea...@protonmail.com>
+Date: Tue, 21 Mar 2023 19:18:29 +0100
+Subject: [PATCH] fix: remove unneeded parenthesis in clsid_tln.pl
+
+---
+ plugins/clsid_tln.pl | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/plugins/clsid_tln.pl b/plugins/clsid_tln.pl
+index adfe2df..eb57770 100644
+--- a/plugins/clsid_tln.pl
++++ b/plugins/clsid_tln.pl
+@@ -109,7 +110,7 @@ sub pluginmain {
+ 				
+ 					eval {
+ 			  		my $scriptlet = $s->get_subkey("ScriptletURL")->get_value("")->get_data();
+-						::rptMsg($s->get_subkey("ScriptletURL")->get_timestamp())."|REG|||CLID - ".$name."\\ScriptletURL: ".$scriptlet);
++						::rptMsg($s->get_subkey("ScriptletURL")->get_timestamp()."|REG|||CLID - ".$name."\\ScriptletURL: ".$scriptlet);
+ 			  	};
+ 				}
+ 			}
diff -Nru regripper-3.0~git20221205.d588019+dfsg/debian/patches/series regripper-3.0~git20221205.d588019+dfsg/debian/patches/series
--- regripper-3.0~git20221205.d588019+dfsg/debian/patches/series	2022-12-11 09:36:06.000000000 +0100
+++ regripper-3.0~git20221205.d588019+dfsg/debian/patches/series	2024-01-17 19:32:16.000000000 +0100
@@ -1 +1,2 @@
 10_modify-paths-in-srcs.patch
+1060740.patch
diff -Nru regripper-3.0~git20221205.d588019+dfsg/debian/tests/testfiles/regripper-plugins.csv regripper-3.0~git20221205.d588019+dfsg/debian/tests/testfiles/regripper-plugins.csv
--- regripper-3.0~git20221205.d588019+dfsg/debian/tests/testfiles/regripper-plugins.csv	2022-12-11 09:36:06.000000000 +0100
+++ regripper-3.0~git20221205.d588019+dfsg/debian/tests/testfiles/regripper-plugins.csv	2024-01-17 19:45:09.000000000 +0100
@@ -250,3 +250,4 @@
 gpohist,,Software,Collects system/user GPO history
 imagedev,20140104,System, -- 
 winrar,20200526,NTUSER.DAT,Get WinRAR\ArcHistory entries
+clsid_tln,20200526,Software, USRCLASS.DAT,Get list of CLSID/registered classes

Attachment: signature.asc
Description: Digital Signature

Reply via email to