[Pkg-javascript-commits] [node-findup-sync] 01/01: fix dh_auto_clean
matthew pideil
mpideil-guest at moszumanska.debian.org
Mon Mar 31 12:27:26 UTC 2014
This is an automated email from the git hooks/post-receive script.
mpideil-guest pushed a commit to branch master
in repository node-findup-sync.
commit 4145df7ce6b7ed4422439d86e7ed6c0f7dbc4f12
Author: Matthew Pideil <matthewp_debian at teledetection.fr>
Date: Mon Mar 31 12:16:58 2014 +0000
fix dh_auto_clean
---
debian/rules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index 4de0afc..0a06015 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,9 @@ js-compressor := $(or $(notdir $(shell which uglifyjs)),yui-compressor)
%:
dh $@
+override_dh_auto_clean:
+ rm -rf debian/build
+
override_dh_auto_build:
dh_auto_build
if [ ! -d debian/build ]; \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-findup-sync.git
More information about the Pkg-javascript-commits
mailing list