[Pkg-javascript-commits] [node-fs-extra] 04/10: Run wrap-and-sort
Julien Puydt
julien.puydt at laposte.net
Sun Nov 6 08:54:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository node-fs-extra.
commit 2fa80a803769d08ff8358fd065ac34b701c5581f
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Sun Nov 6 09:35:48 2016 +0100
Run wrap-and-sort
---
debian/control | 19 ++++++++-----------
debian/copyright | 1 -
debian/install | 2 +-
3 files changed, 9 insertions(+), 13 deletions(-)
diff --git a/debian/control b/debian/control
index f1dd5e9..09dd17e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,24 +1,22 @@
Source: node-fs-extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
-Uploaders:
+Uploaders:
Section: web
Priority: extra
-Build-Depends: debhelper (>= 10),
- dh-buildinfo,
- nodejs
+Build-Depends: debhelper (>= 10), dh-buildinfo, nodejs
Standards-Version: 3.9.8
-Vcs-Browser: http://anonscm.debian.org/cgit/pkg-javascript/node-fs-extra.git
-Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-fs-extra.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-fs-extra.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-fs-extra.git
Homepage: https://github.com/jprichardson/node-fs-extra
XS-Testsuite: autopkgtest
Package: node-fs-extra
Architecture: all
-Depends: ${misc:Depends},
- nodejs,
- node-graceful-fs (>= 3.0.2),
+Depends: node-graceful-fs (>= 3.0.2),
node-jsonfile (>= 2.0.0),
- node-rimraf (>= 2.2.8)
+ node-rimraf (>= 2.2.8),
+ nodejs,
+ ${misc:Depends}
Description: fs-extra contains methods not included in the Node.js fs module
The fs-extra Node.js module adds a few extra file system methods that aren't
included in the native fs module. It is a drop in replacement for fs.
@@ -28,4 +26,3 @@ Description: fs-extra contains methods not included in the Node.js fs module
readFile() & outputFile() and readJson() & outputJson().
.
Node.js is an event-based server-side JavaScript engine.
-
diff --git a/debian/copyright b/debian/copyright
index 9b11e68..f68834c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -31,4 +31,3 @@ License: Expat
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-
diff --git a/debian/install b/debian/install
index 67de4af..23a9806 100644
--- a/debian/install
+++ b/debian/install
@@ -1,2 +1,2 @@
-package.json usr/lib/nodejs/fs-extra/
lib usr/lib/nodejs/fs-extra/
+package.json usr/lib/nodejs/fs-extra/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-fs-extra.git
More information about the Pkg-javascript-commits
mailing list