[Pkg-javascript-commits] [node-expect.js] 03/03: Fix target name mistake (build -> clean)
Jérémy Lal
kapouer at moszumanska.debian.org
Fri May 9 13:16:33 UTC 2014
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-expect.js.
commit ad3dd910799c346a83068553317bd37825b22566
Author: Jérémy Lal <kapouer at melix.org>
Date: Fri May 9 15:16:21 2014 +0200
Fix target name mistake (build -> clean)
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 1b2c288..c7617cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,8 @@
%:
dh $@
-override_dh_auto_build:
rm -f expect.js expect.min.js
+override_dh_auto_clean:
override_dh_auto_build:
cp index.js expect.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-expect.js.git
More information about the Pkg-javascript-commits
mailing list