diff -Nru node-fstream-0.1.22/debian/changelog node-fstream-0.1.24/debian/changelog --- node-fstream-0.1.22/debian/changelog 2013-03-22 00:18:21.000000000 +0000 +++ node-fstream-0.1.24/debian/changelog 2013-08-20 22:40:04.000000000 +0000 @@ -1,3 +1,14 @@ +node-fstream (0.1.24-1) unstable; urgency=low + + * Upstream update. + * Use dh_installexamples instead of dh_installdocs. + * control: + + Standards-Version 3.9.4 + + Canonicalize Vcs fields. + + Bump versions of dependencies to match upstream requirements. + + -- Jérémy Lal Wed, 21 Aug 2013 00:40:03 +0200 + node-fstream (0.1.22-1) experimental; urgency=low * Upstream update. diff -Nru node-fstream-0.1.22/debian/control node-fstream-0.1.24/debian/control --- node-fstream-0.1.22/debian/control 2013-03-22 00:14:29.000000000 +0000 +++ node-fstream-0.1.24/debian/control 2013-08-20 22:37:47.000000000 +0000 @@ -6,20 +6,20 @@ Build-Depends: debhelper (>= 8.0.0) , dh-buildinfo -Standards-Version: 3.9.3 +Standards-Version: 3.9.4 Homepage: https://github.com/isaacs/fstream -Vcs-Git: git://git.debian.org/collab-maint/node-fstream.git -Vcs-Browser: http://git.debian.org/?p=collab-maint/node-fstream.git +Vcs-Git: git://anonscm.debian.org/collab-maint/node-fstream.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-fstream.git Package: node-fstream Architecture: all Depends: ${misc:Depends} , nodejs - , node-rimraf + , node-rimraf (>= 2) , node-mkdirp (>= 0.3) - , node-graceful-fs (>= 1.2.0) - , node-inherits + , node-graceful-fs (>= 2) + , node-inherits (>= 2) Description: Advanced filesystem streaming tools for Node.js node-fstream is a high-level file stream module for Node.js, with a unified interface for reading and writing streams representing diff -Nru node-fstream-0.1.22/debian/docs node-fstream-0.1.24/debian/docs --- node-fstream-0.1.22/debian/docs 2012-03-19 22:55:04.000000000 +0000 +++ node-fstream-0.1.24/debian/docs 2013-03-22 09:01:42.000000000 +0000 @@ -1,2 +1 @@ README.md -examples diff -Nru node-fstream-0.1.22/debian/examples node-fstream-0.1.24/debian/examples --- node-fstream-0.1.22/debian/examples 1970-01-01 00:00:00.000000000 +0000 +++ node-fstream-0.1.24/debian/examples 2013-03-22 09:01:45.000000000 +0000 @@ -0,0 +1 @@ +examples/* \ No newline at end of file diff -Nru node-fstream-0.1.22/package.json node-fstream-0.1.24/package.json --- node-fstream-0.1.22/package.json 2013-02-06 00:04:17.000000000 +0000 +++ node-fstream-0.1.24/package.json 2013-07-24 03:39:12.000000000 +0000 @@ -2,7 +2,7 @@ "author": "Isaac Z. Schlueter (http://blog.izs.me/)", "name": "fstream", "description": "Advanced file system stream things", - "version": "0.1.22", + "version": "0.1.24", "repository": { "type": "git", "url": "git://github.com/isaacs/fstream.git" @@ -14,8 +14,8 @@ "dependencies": { "rimraf": "2", "mkdirp": "0.3", - "graceful-fs": "~1.2.0", - "inherits": "~1.0.0" + "graceful-fs": "~2.0.0", + "inherits": "~2.0.0" }, "devDependencies": { "tap": ""