[Pkg-javascript-commits] [node-rollup-plugin-string] 02/05: Add a clean target to d/rules
Julien Puydt
julien.puydt at laposte.net
Fri Sep 8 05:37:49 UTC 2017
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository node-rollup-plugin-string.
commit 3aefd8b6174394f33c4e6d5cf6dd2233a8513edd
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Fri Sep 8 07:11:50 2017 +0200
Add a clean target to d/rules
---
debian/rules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index c17472e..078e8fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,3 +7,6 @@ override_dh_auto_build:
mkdir dist
compile-modules convert -f commonjs -I/usr/lib/nodejs index.js > dist/index.js
sed -i dist/index.js -e "s/exports.*/module.exports = string/g"
+
+override_dh_auto_clean:
+ rm -rf dist
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-rollup-plugin-string.git
More information about the Pkg-javascript-commits
mailing list