[Pkg-javascript-commits] [mustache.js] 01/01: Rebuild for jessie-backports.
Martín Ferrari
tincho at debian.org
Tue Feb 14 19:15:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
tincho pushed a commit to branch debian/jessie-backports
in repository mustache.js.
commit 166fa60fa49636496d83dcb2f4aa8693cf68c715
Author: Martín Ferrari <tincho at debian.org>
Date: Tue Feb 14 19:13:30 2017 +0000
Rebuild for jessie-backports.
* Rebuild for jessie-backports.
* Do not execute tests during build, as that requires a bunch of extra
node.js dependencies not yet present in backports.
---
debian/changelog | 8 ++++++++
debian/control | 2 +-
debian/rules | 5 +++--
3 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 924c9a5..c8a0415 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mustache.js (2.3.0-2~bpo8+1) jessie-backports; urgency=medium
+
+ * Rebuild for jessie-backports.
+ * Do not execute tests during build, as that requires a bunch of extra
+ node.js dependencies not yet present in backports.
+
+ -- Martín Ferrari <tincho at debian.org> Mon, 13 Feb 2017 14:54:48 +0000
+
mustache.js (2.3.0-2) unstable; urgency=medium
* Rename executable to mustache.js. Closes: #846562.
diff --git a/debian/control b/debian/control
index 97af715..14f8c16 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
Uploaders: David Paleino <dapal at debian.org>,
Martín Ferrari <tincho at debian.org>,
-Build-Depends: debhelper (>= 9~), rake, node-uglify, mocha, chai
+Build-Depends: debhelper (>= 9~), rake, node-uglify
Standards-Version: 3.9.8
Homepage: http://mustache.github.io/
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/mustache.js.git/
diff --git a/debian/rules b/debian/rules
index 67d1aa8..7439ed0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,5 +17,6 @@ override_dh_auto_build:
rake yui3
rake minify
-override_dh_auto_test:
- rake test
+# Disabled in backports due to extra dependencies.
+#override_dh_auto_test:
+# rake test
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/mustache.js.git
More information about the Pkg-javascript-commits
mailing list