[Pkg-javascript-commits] [node-browser-pack] 23/27: Bump to compat 11
Bastien Roucariès
rouca at moszumanska.debian.org
Sun Feb 18 22:35:17 UTC 2018
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-browser-pack.
commit da0e3a8c614a5869c7a2ed568d104628f5e9d850
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date: Sun Feb 18 23:28:31 2018 +0100
Bump to compat 11
---
debian/changelog | 1 +
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 11 ++++++++---
4 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index eda1116..c00f374 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
node-browser-pack (6.0.4+ds-1) unstable; urgency=medium
* New upstream version
+ * Bump to compat 11
-- Bastien Roucariès <rouca at debian.org> Sun, 18 Feb 2018 21:55:26 +0100
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 8d5b041..6893830 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca at debian.org>
Build-Depends:
- debhelper (>= 10)
+ debhelper (>= 11)
, dh-buildinfo
, dpkg-dev (>= 1.17.14)
, nodejs (>= 6)
diff --git a/debian/rules b/debian/rules
index 4524d8a..c0d88fd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,14 +28,19 @@ override_dh_fixperms:
dh_fixperms
chmod a+x debian/node-browser-pack/usr/lib/nodejs/browser-pack/bin/cmd.js
-example/output.js: _prelude.js
+example/output.js: _prelude.js example/input.json
./bin/cmd.js < example/input.json > example/output.js
-override_dh_installexamples: example/output.js
+example/sourcemap/output.js: _prelude.js example/sourcemap/input.json
+ ./bin/cmd.js < example/sourcemap/input.json > example/sourcemap/output.js
+
+
+override_dh_installexamples: example/output.js example/sourcemap/output.js
dh_installexamples
override_dh_auto_clean:
dh_auto_clean
rm -f _prelude.js
- rm -f example/*.js
+ rm -f example/output.js
+ rm -f example/sourcemap/output.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-browser-pack.git
More information about the Pkg-javascript-commits
mailing list