tag 1133985 + pending thanks
-------- Forwarded Message -------- Subject: Re: renaming /usr/bin/rdap Date: Sun, 10 May 2026 09:50:12 +0200 From: Daniel Baumann <[email protected]> Reply-To: [email protected] To: Antoine Beaupré <[email protected]> CC: [email protected] tag 1133988 + pending thanks Hi Antoine,since I haven't heard back from you in a while, I'm going ahead with the attached patch, uploaded to delayed 10.
Regards, Daniel
diff -Naurp rdap.orig/debian/NEWS rdap/debian/NEWS --- rdap.orig/debian/NEWS 1970-01-01 00:00:00.000000000 +0000 +++ rdap/debian/NEWS 2026-05-10 07:38:30.377010138 +0000 @@ -0,0 +1,6 @@ +rdap (0.9.1-3.1) unstable; urgency=medium + + * Renaming rdap to go-rdap to solve conflict with icann-rdap-cli + (Closes: #1133988). + + -- Daniel Baumann <[email protected]> Sun, 10 May 2026 09:36:39 +0200 diff -Naurp rdap.orig/debian/changelog rdap/debian/changelog --- rdap.orig/debian/changelog 2025-03-17 18:13:01.000000000 +0000 +++ rdap/debian/changelog 2026-05-10 07:38:26.869426653 +0000 @@ -1,3 +1,11 @@ +rdap (0.9.1-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Renaming rdap to go-rdap to solve conflict with icann-rdap-cli + (Closes: #1133988). + + -- Daniel Baumann <[email protected]> Sun, 10 May 2026 09:36:39 +0200 + rdap (0.9.1-3) unstable; urgency=medium * Passed new upload to unstable. diff -Naurp rdap.orig/debian/rules rdap/debian/rules --- rdap.orig/debian/rules 2025-03-17 18:13:01.000000000 +0000 +++ rdap/debian/rules 2026-05-10 07:36:35.288897101 +0000 @@ -5,3 +5,6 @@ override_dh_auto_install: dh_auto_install -- --no-source + + # renaming rdap to go-rdap (#1133988) + mv debian/rdap/usr/bin/rdap debian/rdap/usr/bin/go-rdap

