[Pkg-javascript-commits] [node-bluebird] 16/16: Fix clean target so package builds twice

Ross Gammon ross-guest at moszumanska.debian.org
Sun Oct 15 13:03:21 UTC 2017


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

ross-guest pushed a commit to branch master
in repository node-bluebird.

commit 3f86f9e9eef5c6d802fa5ee77ae5bd305361bdcd
Author: Ross Gammon <rosco2 at ubuntu.com>
Date:   Sun Oct 15 15:02:36 2017 +0200

    Fix clean target so package builds twice
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 949b1d1..31c667f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -111,3 +111,7 @@ override_dh_auto_test:
 	cp -r $(CURDIR)/debian/node-modules/ $(CURDIR)/node_modules/
 	nodejs tools/build.js --release --no-minify
 	rm -r $(CURDIR)/node_modules/
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf js

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



More information about the Pkg-javascript-commits mailing list