[Pkg-javascript-commits] [SCM] turn an object into a persistent execution context branch, master, updated. debian/0.0.7-1-10-gbe1bd1f
David Paleino
dapal at debian.org
Sat Apr 14 21:48:39 UTC 2012
The following commit has been merged in the master branch:
commit 6941d78780d41ce5e5e9648fe45d31e112c9344d
Author: David Paleino <dapal at debian.org>
Date: Sat Apr 14 23:46:24 2012 +0200
Override clean target
diff --git a/debian/changelog b/debian/changelog
index 4945429..618705c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,7 @@ node-contextify (0.1.2-1) UNRELEASED; urgency=low
* Update debian/copyright
* Refreshed patch to fix requirement on node-bindings
- -- David Paleino <dapal at debian.org> Sat, 14 Apr 2012 23:42:55 +0200
+ -- David Paleino <dapal at debian.org> Sat, 14 Apr 2012 23:45:40 +0200
node-contextify (0.0.7-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 65d116b..65fc744 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,3 +31,7 @@ override_dh_strip:
--remove-section=.note \
--strip-unneeded \
$(CURDIR)/debian/node-contextify/usr/lib/nodejs/contextify/contextify.node
+
+override_dh_clean:
+ dh_clean
+ rm -rf build/ .lock-wscript
--
turn an object into a persistent execution context
More information about the Pkg-javascript-commits
mailing list