diff -pruN 15.15.4-4/debian/changelog 15.15.4-4ubuntu1/debian/changelog
--- 15.15.4-4/debian/changelog	2022-11-22 21:12:31.000000000 +0000
+++ 15.15.4-4ubuntu1/debian/changelog	2023-01-25 01:38:21.000000000 +0000
@@ -1,3 +1,11 @@
+node-wikibase-cli (15.15.4-4ubuntu1) lunar; urgency=low
+
+  * Merge from Debian unstable. Remaining changes:
+    - Ignore failures from testsuite at build time since it requires Internet
+      access.
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Tue, 24 Jan 2023 17:38:21 -0800
+
 node-wikibase-cli (15.15.4-4) unstable; urgency=medium
 
   [ Debian Janitor ]
@@ -5,6 +13,13 @@ node-wikibase-cli (15.15.4-4) unstable;
 
  -- Jelmer Vernooĳ <jelmer@debian.org>  Tue, 22 Nov 2022 21:12:31 +0000
 
+node-wikibase-cli (15.15.4-3ubuntu1) kinetic; urgency=medium
+
+  * Ignore failures from testsuite at build time since it requires Internet
+    access.
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Sat, 20 Aug 2022 22:01:31 +0000
+
 node-wikibase-cli (15.15.4-3) unstable; urgency=medium
 
   * Team upload
@@ -38,3 +53,4 @@ node-wikibase-cli (15.15.4-1) unstable;
   * Initial release (Closes: #1003202)
 
  -- Andrius Merkys <merkys@debian.org>  Wed, 12 Jan 2022 03:48:07 -0500
+
diff -pruN 15.15.4-4/debian/control 15.15.4-4ubuntu1/debian/control
--- 15.15.4-4/debian/control	2022-11-22 21:12:31.000000000 +0000
+++ 15.15.4-4ubuntu1/debian/control	2022-11-23 03:20:21.000000000 +0000
@@ -1,7 +1,8 @@
 Source: node-wikibase-cli
 Section: javascript
 Priority: optional
-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
 Uploaders:
  Andrius Merkys <merkys@debian.org>,
 Testsuite: autopkgtest-pkg-nodejs
diff -pruN 15.15.4-4/debian/rules 15.15.4-4ubuntu1/debian/rules
--- 15.15.4-4/debian/rules	2022-11-22 21:12:31.000000000 +0000
+++ 15.15.4-4ubuntu1/debian/rules	2022-11-23 03:20:21.000000000 +0000
@@ -10,3 +10,7 @@ override_dh_installman:
 	help2man wb --name 'command-line interface to Wikibase' --no-info > debian/wb.1
 	help2man wd --name 'command-line interface to Wikidata' --no-info > debian/wd.1
 	dh_installman
+
+override_dh_auto_test:
+	# ignore failures from testsuite which requires Internet access
+	dh_auto_test || true
