diff -pruN 1.3.0-1/debian/changelog 1.3.0-2/debian/changelog
--- 1.3.0-1/debian/changelog	2017-12-04 12:57:39.000000000 +0000
+++ 1.3.0-2/debian/changelog	2018-09-13 11:43:07.000000000 +0000
@@ -1,3 +1,13 @@
+node-which (1.3.0-2) unstable; urgency=medium
+
+  * Team upload
+  * Drop node->nodejs rename patch
+  * Use salsa.debian.org in Vcs-* fields (Move from collab-maint to js-team)
+  * Bump Standards-Version to 4.2.1 (no changes needed)
+  * Bump debhelper compatibility level to 11
+
+ -- Pirate Praveen <praveen@debian.org>  Thu, 13 Sep 2018 17:13:07 +0530
+
 node-which (1.3.0-1) unstable; urgency=medium
 
   * Team upload
diff -pruN 1.3.0-1/debian/compat 1.3.0-2/debian/compat
--- 1.3.0-1/debian/compat	2017-12-04 12:34:03.000000000 +0000
+++ 1.3.0-2/debian/compat	2018-09-13 11:43:07.000000000 +0000
@@ -1 +1 @@
-9
+11
diff -pruN 1.3.0-1/debian/control 1.3.0-2/debian/control
--- 1.3.0-1/debian/control	2017-12-04 12:57:39.000000000 +0000
+++ 1.3.0-2/debian/control	2018-09-13 11:43:07.000000000 +0000
@@ -4,12 +4,11 @@ Priority: optional
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
 Uploaders: Jérémy Lal <kapouer@melix.org>
 Build-Depends:
- debhelper (>= 9.0.0)
- , dh-buildinfo
-Standards-Version: 4.1.1
+ debhelper (>= 11~)
+Standards-Version: 4.2.1
 Homepage: https://github.com/isaacs/node-which
-Vcs-Git: https://anonscm.debian.org/git/collab-maint/node-which.git
-Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/node-which.git
+Vcs-Git: https://salsa.debian.org/js-team/node-which.git
+Vcs-Browser: https://salsa.debian.org/js-team/node-which
 
 Package: node-which
 Architecture: all
diff -pruN 1.3.0-1/debian/patches/series 1.3.0-2/debian/patches/series
--- 1.3.0-1/debian/patches/series	2017-12-04 12:34:03.000000000 +0000
+++ 1.3.0-2/debian/patches/series	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-tests-nodejs.patch
diff -pruN 1.3.0-1/debian/patches/tests-nodejs.patch 1.3.0-2/debian/patches/tests-nodejs.patch
--- 1.3.0-1/debian/patches/tests-nodejs.patch	2017-12-04 12:34:03.000000000 +0000
+++ 1.3.0-2/debian/patches/tests-nodejs.patch	1970-01-01 00:00:00.000000000 +0000
@@ -1,59 +0,0 @@
-Description: rename node to nodejs in tests
-Forwarded: not-needed
-Last-Update: 2016-11-13
-Author: Jérémy Lal <kapouer@melix.org>
---- a/test/bin.js
-+++ b/test/bin.js
-@@ -33,11 +33,11 @@
- }
- 
- t.test('finds node', function (t) {
--  which('node', function (code, signal, out, err) {
-+  which('nodejs', function (code, signal, out, err) {
-     t.equal(signal, null)
-     t.equal(code, 0)
-     t.equal(err, '')
--    t.match(out, /[\\\/]node(\.exe)?$/i)
-+    t.match(out, /[\\\/]nodejs(\.exe)?$/i)
-     t.end()
-   })
- })
-@@ -53,12 +53,12 @@
- })
- 
- t.test('finds node and tap', function (t) {
--  which(['node', 'tap'], function (code, signal, out, err) {
-+  which(['nodejs', 'tap'], function (code, signal, out, err) {
-     t.equal(signal, null)
-     t.equal(code, 0)
-     t.equal(err, '')
-     t.match(out.split(/[\r\n]+/), [
--      /[\\\/]node(\.exe)?$/i,
-+      /[\\\/]nodejs(\.exe)?$/i,
-       /[\\\/]tap(\.cmd)?$/i
-     ])
-     t.end()
-@@ -66,12 +66,12 @@
- })
- 
- t.test('finds node and tap, but not flergyderp', function (t) {
--  which(['node', 'flergyderp', 'tap'], function (code, signal, out, err) {
-+  which(['nodejs', 'flergyderp', 'tap'], function (code, signal, out, err) {
-     t.equal(signal, null)
-     t.equal(code, 1)
-     t.equal(err, '')
-     t.match(out.split(/[\r\n]+/), [
--      /[\\\/]node(\.exe)?$/i,
-+      /[\\\/]nodejs(\.exe)?$/i,
-       /[\\\/]tap(\.cmd)?$/i
-     ])
-     t.end()
-@@ -115,7 +115,7 @@
- })
- 
- t.test('complains about unknown flag', function (t) {
--  which(['node', '-sax'], function (code, signal, out, err) {
-+  which(['nodejs', '-sax'], function (code, signal, out, err) {
-     t.equal(signal, null)
-     t.equal(code, 1)
-     t.equal(out, '')
