[Pkg-javascript-commits] [node-mocha] 01/01: ovveride auto clean

Leo Iannacone l3on-guest at moszumanska.debian.org
Fri May 9 17:10:40 UTC 2014


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

l3on-guest pushed a commit to branch master
in repository node-mocha.

commit ad5a6f0fe2e70d881cf8105c8ca25429fd5b0a0a
Author: Leo Iannacone <l3on at ubuntu.com>
Date:   Fri May 9 19:10:03 2014 +0200

    ovveride auto clean
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 33c8f5d..4d1c9fc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,10 @@
 %:
 	dh $@
 
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -f mocha.min.js
+
 override_dh_auto_build:
 	dh_auto_build
 	uglifyjs -o mocha.min.js mocha.js

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



More information about the Pkg-javascript-commits mailing list