[Pkg-javascript-commits] [node-browserify-zlib] 28/33: Fix build

Bastien Roucariès rouca at moszumanska.debian.org
Fri Apr 14 16:24:32 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-browserify-zlib.

commit 30cd17716c20b9db2427fbfc729b37de53738f32
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Thu Apr 13 20:01:41 2017 +0200

    Fix build
---
 debian/changelog | 2 +-
 debian/clean     | 1 +
 debian/control   | 2 +-
 debian/rules     | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cc4417b..4d916f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-node-browserify-zlib (0.1.4+20151015git49bcb7551a1+dfsg) UNRELEASED; urgency=low
+node-browserify-zlib (0.1.4+20151015git49bcb7551a1+dfsg-1) UNRELEASED; urgency=low
 
   * Initial release (Closes: #nnnn)
   * Use git in order to get LICENSE file.
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..fc6fbfb
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+test/fixtures/person.jpg
diff --git a/debian/control b/debian/control
index 4daa266..9b1eebe 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
  , dpkg-dev (>= 1.17.14)
  , node-tape <!nocheck>
  , node-pako (>= 0.2.0) <!nocheck>
- , imagemagick <!nocheck>
+ , imagemagick-6.q16  <!nocheck> | imagemagick <!nocheck>
 Standards-Version: 3.9.8
 Homepage: https://github.com/devongovett/browserify-zlib
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-browserify-zlib.git
diff --git a/debian/rules b/debian/rules
index 153391c..81b0df6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	convert :rose test/fixture/person.jpg
+	convert rose: test/fixtures/person.jpg
 	tape test/*.js
 else
 	@echo '**********************************************************'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-browserify-zlib.git



More information about the Pkg-javascript-commits mailing list