[Pkg-javascript-commits] [es-module-loader-0.17.js] 04/05: Rename source and binary package to be policy compliant
Tim Potter
tpot at hpe.com
Thu Oct 13 00:27:46 UTC 2016
This is an automated email from the git hooks/post-receive script.
tpot-guest pushed a commit to branch master
in repository es-module-loader-0.17.js.
commit e5fdc4a4e0b4904e74f09241ad1b1069e5504918
Author: Tim Potter <tpot at hpe.com>
Date: Thu Oct 13 11:22:51 2016 +1100
Rename source and binary package to be policy compliant
---
debian/changelog | 2 +-
debian/control | 12 +++++-------
debian/tests/control | 2 --
debian/tests/require | 3 ---
debian/watch | 2 +-
5 files changed, 7 insertions(+), 14 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 916e3af..68c4de3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-node-es-module-loader-0.17 (0.17.11+dfsg-1) UNRELEASED; urgency=low
+es-module-loader-0.17.js (0.17.11+dfsg-1) UNRELEASED; urgency=low
* Initial release (Closes: #nnnn)
diff --git a/debian/control b/debian/control
index 298dea9..2fd47f0 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: node-es-module-loader-0.17
+Source: es-module-loader-0.17.js
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
@@ -6,22 +6,20 @@ Uploaders: Tim Potter <tpot at hpe.com>
Build-Depends:
debhelper (>= 9)
, dh-buildinfo
- , nodejs
, node-uglify
Standards-Version: 3.9.8
Homepage: https://github.com/ModuleLoader/es-module-loader
-Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-es-module-loader.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-es-module-loader.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/es-module-loader-0.17.js.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/es-module-loader-0.17.js.git
-Package: node-es-module-loader-0.17
+Package: libjs-es-module-loader-0.17
Architecture: all
Depends:
${misc:Depends}
- , nodejs
Description: Polyfill and low-level API for the WhatWG loader spec
This library provides a polyfill and low-level API for the WhatWG
loader spec to create custom module loaders. It supports the
System.register module fomat to provide identical module loading
semantics as ES modules in environments today.
.
- Node.js is an event-based server-side JavaScript engine.
+ This package contains the 0.17 branch of the library.
diff --git a/debian/tests/control b/debian/tests/control
deleted file mode 100644
index ad5d52b..0000000
--- a/debian/tests/control
+++ /dev/null
@@ -1,2 +0,0 @@
-Tests: require
-Depends: node-es-module-loader
diff --git a/debian/tests/require b/debian/tests/require
deleted file mode 100644
index 506923a..0000000
--- a/debian/tests/require
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-set -e
-nodejs -e "require('es-module-loader');"
diff --git a/debian/watch b/debian/watch
index 7fe6440..60eb9d3 100644
--- a/debian/watch
+++ b/debian/watch
@@ -2,5 +2,5 @@ version=3
opts=\
dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
repacksuffix=+dfsg,\
-filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-es-module-loader-$1.tar.gz/ \
+filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/es-module-loader-0.17-$1.tar.gz/ \
https://github.com/ModuleLoader/es-module-loader/tags .*/archive/v?([\d\.]+).tar.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/es-module-loader-0.17.js.git
More information about the Pkg-javascript-commits
mailing list