[Pkg-javascript-commits] [node-grunt-contrib-less] 03/03: Add missing Depends, do not use less-plugin-clean-css
Johannes Schauer
josch at moszumanska.debian.org
Wed Jan 4 23:57:14 UTC 2017
This is an automated email from the git hooks/post-receive script.
josch pushed a commit to branch master
in repository node-grunt-contrib-less.
commit 32174aa9c4bebcc8cff0d8f632632c86efb68229
Author: Johannes 'josch' Schauer <josch at mister-muffin.de>
Date: Thu Jan 5 00:22:05 2017 +0100
Add missing Depends, do not use less-plugin-clean-css
---
debian/control | 6 +++++-
debian/rules | 15 +++++++++------
debian/source/format | 1 +
debian/tests/control | 5 +++--
4 files changed, 18 insertions(+), 9 deletions(-)
diff --git a/debian/control b/debian/control
index aab41c0..c37f7ac 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,11 @@ Architecture: all
Depends:
${misc:Depends}
, nodejs
-Description: FIXME
+ , node-lodash
+ , node-async
+ , node-chalk
+ , node-less
+Description: Grunt plugin to compile LESS files to CSS
This is a plugin for the grunt javascript task runner.
.
Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/rules b/debian/rules
index ac7f3b3..12baab4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,9 +7,12 @@
%:
dh $@
-override_dh_auto_test:
- grunt test
-
-override_dh_auto_clean:
- dh_auto_clean
- grunt clean
+# running "grunt test" and "grunt clean" requires the not-yet-packaged
+# less-plugin-clean-css
+#
+#override_dh_auto_test:
+# grunt test
+#
+#override_dh_auto_clean:
+# dh_auto_clean
+# grunt clean
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/tests/control b/debian/tests/control
index a0f2a22..d0d3214 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,5 +1,6 @@
Tests: require
Depends: node-grunt-contrib-less
-Test-Command: grunt test
-Depends: @, @builddeps@
+# requires the not-yet-packaged less-plugin-clean-css
+#Test-Command: grunt test
+#Depends: @, @builddeps@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-grunt-contrib-less.git
More information about the Pkg-javascript-commits
mailing list