diff -pruN 1.2.0-2/debian/changelog 1.2.0-3/debian/changelog
--- 1.2.0-2/debian/changelog	2018-07-13 16:48:18.000000000 +0000
+++ 1.2.0-3/debian/changelog	2018-09-13 08:45:08.000000000 +0000
@@ -1,3 +1,11 @@
+node-stream-iterate (1.2.0-3) unstable; urgency=medium
+
+  * Team upload
+  * Change DEB_BUILD_OPTIONS to DEB_BUILD_PROFILES for nocheck
+  * Bump Standards-Version to 4.2.1 (no changes needed)
+
+ -- Pirate Praveen <praveen@debian.org>  Thu, 13 Sep 2018 14:15:08 +0530
+
 node-stream-iterate (1.2.0-2) unstable; urgency=medium
 
   * Team upload
diff -pruN 1.2.0-2/debian/control 1.2.0-3/debian/control
--- 1.2.0-2/debian/control	2018-07-13 16:48:18.000000000 +0000
+++ 1.2.0-3/debian/control	2018-09-13 08:45:08.000000000 +0000
@@ -10,7 +10,7 @@ Build-Depends:
  , node-from2 <!nocheck>
  , node-readable-stream (>= 2.1.5) <!nocheck>
  , node-stream-shift (>= 1.0.0) <!nocheck>
-Standards-Version: 4.1.5
+Standards-Version: 4.2.1
 Homepage: https://github.com/mafintosh/stream-iterate
 Vcs-Git: https://salsa.debian.org/js-team/node-stream-iterate.git
 Vcs-Browser: https://salsa.debian.org/js-team/node-stream-iterate
diff -pruN 1.2.0-2/debian/rules 1.2.0-3/debian/rules
--- 1.2.0-2/debian/rules	2018-07-13 16:48:18.000000000 +0000
+++ 1.2.0-3/debian/rules	2018-09-13 08:45:08.000000000 +0000
@@ -10,7 +10,7 @@
 #override_dh_auto_build:
 
 override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+ifeq (,$(filter nocheck,$(DEB_BUILD_PROFILES)))
 	tape test.js
 endif
 
