[Pkg-javascript-commits] [node-es6-promise] 05/06: Run wrap-and-sort
Julien Puydt
julien.puydt at laposte.net
Thu Feb 22 19:34:30 UTC 2018
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository node-es6-promise.
commit 604f465eccf801fc85146911134154633c906f3d
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Wed Feb 21 19:01:39 2018 +0100
Run wrap-and-sort
---
debian/control | 20 ++++++++++----------
debian/copyright | 1 -
debian/libjs-es6-promise.install | 2 +-
3 files changed, 11 insertions(+), 12 deletions(-)
diff --git a/debian/control b/debian/control
index c782d83..81a3205 100644
--- a/debian/control
+++ b/debian/control
@@ -3,14 +3,14 @@ Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
Uploaders: Julien Puydt <julien.puydt at laposte.net>
-Build-Depends: debhelper (>= 10)
- , nodejs (>= 8.9~)
- , node-babel-cli
- , node-babel-preset-es2015
- , uglifyjs
- , webpack
- , node-babel-loader
- , node-babel-plugin-add-module-exports
+Build-Depends: debhelper (>= 10),
+ node-babel-cli,
+ node-babel-loader,
+ node-babel-plugin-add-module-exports,
+ node-babel-preset-es2015,
+ nodejs (>= 8.9~),
+ uglifyjs,
+ webpack
Standards-Version: 4.1.3
Homepage: https://github.com/jakearchibald/es6-promise
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-es6-promise.git
@@ -18,7 +18,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-es6-promise.git
Package: node-es6-promise
Architecture: all
-Depends: ${misc:Depends} , nodejs
+Depends: nodejs, ${misc:Depends}
Description: Lightweight async code library for JavaScript (Node.js module)
A lightweight library that provides tools for organizing asynchronous code
in the browser, according to the ECMAScript 6 Promise, but as an ECMAScript 5
@@ -28,7 +28,7 @@ Description: Lightweight async code library for JavaScript (Node.js module)
Package: libjs-es6-promise
Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}
Description: Lightweight async code library for JavaScript
A lightweight library that provides tools for organizing asynchronous code
in the browser, according to the ECMAScript 6 Promise, but as an ECMAScript 5
diff --git a/debian/copyright b/debian/copyright
index a76883b..147eb79 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/libjs-es6-promise.install b/debian/libjs-es6-promise.install
index bf3a164..2bac980 100644
--- a/debian/libjs-es6-promise.install
+++ b/debian/libjs-es6-promise.install
@@ -1,2 +1,2 @@
dist/es6-promise.js usr/share/javascript/es6-promise/
-dist/es6-promise.min.js usr/share/javascript/es6-promise/
\ No newline at end of file
+dist/es6-promise.min.js usr/share/javascript/es6-promise/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-es6-promise.git
More information about the Pkg-javascript-commits
mailing list