[Pkg-javascript-commits] [node-rollup-plugin-buble] 01/01: Refresh packaging

Julien Puydt julien.puydt at laposte.net
Sat Feb 24 21:05:07 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-rollup-plugin-buble.

commit e78c3378492b7b246070d30582dd687378f87d32
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Sat Feb 24 22:04:01 2018 +0100

    Refresh packaging
---
 debian/changelog |  9 +++++++++
 debian/compat    |  2 +-
 debian/control   | 13 ++++++++-----
 debian/copyright |  7 +++----
 debian/install   |  2 +-
 5 files changed, 22 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ea00a80..6a88aab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+node-rollup-plugin-buble (0.15.0-2) UNRELEASED; urgency=medium
+
+  * Refresh packaging:
+    - Bump dh compat to 11.
+    - Use https for the d/copyright Format line.
+    - Bump years in d/copyright.
+
+ -- Julien Puydt <julien.puydt at laposte.net>  Sat, 24 Feb 2018 22:02:53 +0100
+
 node-rollup-plugin-buble (0.15.0-1) unstable; urgency=low
 
   * Initial release (Closes: #876405)
diff --git a/debian/compat b/debian/compat
index f599e28..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+11
diff --git a/debian/control b/debian/control
index 2d68b98..5740733 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,10 @@ 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)
- , node-rollup-pluginutils
- , babeljs
- , node-babel-preset-es2015
+Build-Depends: babeljs,
+               debhelper (>= 11),
+               node-babel-preset-es2015,
+               node-rollup-pluginutils
 Standards-Version: 4.1.3
 Homepage: https://gitlab.com/Rich-Harris/rollup-plugin-buble
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-rollup-plugin-buble.git
@@ -14,7 +14,10 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-rollup-plugin-b
 
 Package: node-rollup-plugin-buble
 Architecture: all
-Depends: ${misc:Depends}, nodejs, node-buble, node-rollup-pluginutils (>= 1.5.0)
+Depends: node-buble,
+         node-rollup-pluginutils (>= 1.5.0),
+         nodejs,
+         ${misc:Depends}
 Description: Rollup plugin to convert ES2015 to more common javascript using buble
  This plugin for rollup will convert javascript using the too-recent
  ES2015 standard to older and more common javascript variants, using the
diff --git a/debian/copyright b/debian/copyright
index 454489b..d53e22c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,14 +1,14 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: rollup-plugin-buble
 Upstream-Contact: https://gitlab.com/Rich-Harris/rollup-plugin-buble/issues
 Source: https://gitlab.com/Rich-Harris/rollup-plugin-buble
 
 Files: *
-Copyright: 2017 Rich Harris <richard.a.harris at gmail.com>
+Copyright: 2017-2018 Rich Harris <richard.a.harris at gmail.com>
 License: Expat
 
 Files: debian/*
-Copyright: 2017 Julien Puydt <julien.puydt at laposte.net>
+Copyright: 2017-2018 Julien Puydt <julien.puydt at laposte.net>
 License: Expat
 
 License: Expat
@@ -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 ed0fa06..0a459f4 100644
--- a/debian/install
+++ b/debian/install
@@ -1,2 +1,2 @@
-package.json usr/lib/nodejs/rollup-plugin-buble/
 index.js usr/lib/nodejs/rollup-plugin-buble/
+package.json usr/lib/nodejs/rollup-plugin-buble/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-rollup-plugin-buble.git



More information about the Pkg-javascript-commits mailing list