diff -pruN 5.2.4-1/debian/changelog 5.2.4-2/debian/changelog
--- 5.2.4-1/debian/changelog	2018-03-05 17:56:47.000000000 +0000
+++ 5.2.4-2/debian/changelog	2018-09-13 11:30:27.000000000 +0000
@@ -1,3 +1,13 @@
+node-ssri (5.2.4-2) unstable; urgency=medium
+
+  * Team upload
+  * Enable nocheck build profile
+  * Bump debhelper compatibility level to 11
+  * Bump Standards-Version to 4.2.1 (no changes needed)
+  * Use salsa.debian.org in Vcs-* fields
+
+ -- Pirate Praveen <praveen@debian.org>  Thu, 13 Sep 2018 17:00:27 +0530
+
 node-ssri (5.2.4-1) unstable; urgency=medium
 
   * New upstream release (closes: #891980) 
diff -pruN 5.2.4-1/debian/compat 5.2.4-2/debian/compat
--- 5.2.4-1/debian/compat	2018-03-05 17:56:47.000000000 +0000
+++ 5.2.4-2/debian/compat	2018-09-13 11:30:27.000000000 +0000
@@ -1 +1 @@
-9
+11
diff -pruN 5.2.4-1/debian/control 5.2.4-2/debian/control
--- 5.2.4-1/debian/control	2018-03-05 17:56:47.000000000 +0000
+++ 5.2.4-2/debian/control	2018-09-13 11:30:27.000000000 +0000
@@ -4,15 +4,14 @@ Priority: optional
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
 Uploaders: Akhil Varkey <akhilvarkey@disroot.org>
 Build-Depends:
- debhelper (>= 9)
- , dh-buildinfo
+ debhelper (>= 11~)
  , nodejs
- , node-safe-buffer (>= 5.1.0)
- , node-tap (>= 10.3.3)
-Standards-Version: 4.1.3
+ , node-safe-buffer (>= 5.1.0) <!nocheck>
+ , node-tap (>= 10.3.3) <!nocheck>
+Standards-Version: 4.2.1
 Homepage: https://github.com/zkat/ssri#readme
-Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-ssri.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-ssri.git
+Vcs-Git: https://salsa.debian.org/js-team/node-ssri.git
+Vcs-Browser: https://salsa.debian.org/js-team/node-ssri
 
 Package: node-ssri
 Architecture: all
diff -pruN 5.2.4-1/debian/rules 5.2.4-2/debian/rules
--- 5.2.4-1/debian/rules	2018-03-05 17:56:47.000000000 +0000
+++ 5.2.4-2/debian/rules	2018-09-13 11:30:27.000000000 +0000
@@ -10,7 +10,9 @@
 #override_dh_auto_build:
 
 override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_PROFILES)))
 	tap -J test/*.js
+endif
 
 
 
