[Pkg-javascript-devel] Bug#877469: NMU diff for 1.0.23-3.1

Sam Hartman hartmans at debian.org
Tue Dec 11 14:37:48 GMT 2018


Uploaded to delayed/5

diff --git a/debian/changelog b/debian/changelog
index 3f9833c..76020bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+node-websocket (1.0.23-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Don't run dh_nodejs against libjs-websocket, because that is an arch
+    all package with no ABI dependencies.  We don't want shared library
+    dependencies on an arch all package because it breaks the ability to
+    do binary NMUs for library transitions, Closes: #877469
+
+ -- Sam Hartman <hartmans at debian.org>  Tue, 11 Dec 2018 08:50:44 -0500
+
 node-websocket (1.0.23-3) unstable; urgency=medium
 
   * Team Upload
diff --git a/debian/rules b/debian/rules
index e347699..a49f49e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,9 @@ export DH_OPTIONS
 override_dh_auto_test-arch:
 	tap test/unit
 
+# We do not need abi dependencies for a source all package
+override_dh_nodejs:
+	dh_nodejs -pnode-websocket
 override_dh_install-arch:
 	dh_install
 	chmod 644 $(CURDIR)/debian/node-websocket/usr/lib/nodejs/websocket/build/Release/*.node
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 487 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-javascript-devel/attachments/20181211/82fc7943/attachment.sig>


More information about the Pkg-javascript-devel mailing list