diff -pruN 1.0.1-1/debian/changelog 1.0.1-2/debian/changelog
--- 1.0.1-1/debian/changelog	2017-07-16 09:55:21.000000000 +0000
+++ 1.0.1-2/debian/changelog	2018-09-16 07:33:03.000000000 +0000
@@ -1,3 +1,14 @@
+node-cyclist (1.0.1-2) unstable; urgency=medium
+
+  * Team upload
+  * Enable nocheck build profile
+  * Use salsa.debian.org in Vcs-* fields
+  * Bump debhelper compatibility level to 11
+  * Bump Standards-Version to 4.2.1 (no changes needed)
+  * Change section to javascript
+
+ -- Pirate Praveen <praveen@debian.org>  Sun, 16 Sep 2018 13:03:03 +0530
+
 node-cyclist (1.0.1-1) unstable; urgency=low
 
   * Initial release (Closes: #868512)
diff -pruN 1.0.1-1/debian/compat 1.0.1-2/debian/compat
--- 1.0.1-1/debian/compat	2017-07-16 09:55:21.000000000 +0000
+++ 1.0.1-2/debian/compat	2018-09-16 07:33:03.000000000 +0000
@@ -1 +1 @@
-9
+11
diff -pruN 1.0.1-1/debian/control 1.0.1-2/debian/control
--- 1.0.1-1/debian/control	2017-07-16 09:55:21.000000000 +0000
+++ 1.0.1-2/debian/control	2018-09-16 07:33:03.000000000 +0000
@@ -1,17 +1,16 @@
 Source: node-cyclist
-Section: web
+Section: javascript
 Priority: optional
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
 Uploaders: Amruth Lal <amruth27m@gmail.com>
 Build-Depends:
- debhelper (>= 9)
- , dh-buildinfo
+ debhelper (>= 11~)
  , nodejs
- , node-tape
-Standards-Version: 4.0.0
+ , node-tape <!nocheck>
+Standards-Version: 4.2.1
 Homepage: https://github.com/mafintosh/cyclist
-Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-cyclist.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-cyclist.git
+Vcs-Git: https://salsa.debian.org/js-team/node-cyclist.git
+Vcs-Browser: https://salsa.debian.org/js-team/node-cyclist
 
 Package: node-cyclist
 Architecture: all
diff -pruN 1.0.1-1/debian/rules 1.0.1-2/debian/rules
--- 1.0.1-1/debian/rules	2017-07-16 09:55:21.000000000 +0000
+++ 1.0.1-2/debian/rules	2018-09-16 07:33:03.000000000 +0000
@@ -10,7 +10,6 @@
 #override_dh_auto_build:
 
 override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_PROFILES)))
 	tape test.js
-
-
-
+endif
