[Pkg-javascript-commits] [node-xml2js] 11/12: Do not overwrite committed file
Jérémy Lal
kapouer at alioth.debian.org
Mon Sep 23 00:32:31 UTC 2013
This is an automated email from the git hooks/post-receive script.
kapouer pushed a commit to branch master
in repository node-xml2js.
commit 34b274d69af6b879027f55d1de001543fc49c6c5
Author: Jérémy Lal <kapouer at melix.org>
Date: Mon Sep 23 02:29:33 2013 +0200
Do not overwrite committed file
---
debian/clean | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..a007fea
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+build/*
diff --git a/debian/rules b/debian/rules
index 0e85366..6d7da6b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,4 +12,4 @@ override_dh_install:
dh_buildinfo
override_dh_auto_build:
- coffee -c -o lib/ src/
+ coffee -c -o build/ src/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-xml2js.git
More information about the Pkg-javascript-commits
mailing list