[Pkg-javascript-commits] [backbone] 10/14: Tidy rules: Reorder variables and rules roughly as used.
Jonas Smedegaard
dr at jones.dk
Tue Aug 30 20:55:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository backbone.
commit 5d7251ecff22d838295a4c584f2ee7244c076723
Author: Jonas Smedegaard <dr at jones.dk>
Date: Tue Aug 30 21:25:01 2016 +0200
Tidy rules: Reorder variables and rules roughly as used.
---
debian/rules | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/debian/rules b/debian/rules
index 4c9e4f1..0037d43 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,14 +51,6 @@ CDBS_REPLACES_$(pkg-node) = libjs-backbone (<< 0.5.3-3)
# Silence images in addition to the default debian files
DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^docs/images/.*\.(jpg|png)|debian/(changelog|copyright(|_hints|_newhints))$
-DEB_INSTALL_DOCS_ALL += README.md
-
-DEB_INSTALL_DOCS_ALL += index.html
-DEB_INSTALL_EXAMPLES_$(pkg-js) += examples/*
-
-DEB_DH_INSTALL_ARGS_$(pkg-node) = package.json $(node-destdir)
-DEB_DH_INSTALL_ARGS_$(pkg-js) = $(js-reg) $(js-min) $(js-destdir)
-
build/$(pkg-js):: $(js-min)
$(js-min): debian/%.min.js: %.js
uglifyjs -o $@ $<
@@ -67,4 +59,9 @@ $(js-min): debian/%.min.js: %.js
clean::
rm -f $(js-min)
+DEB_INSTALL_DOCS_ALL += README.md index.html
+DEB_INSTALL_EXAMPLES_$(pkg-js) += examples/*
+
+DEB_DH_INSTALL_ARGS_$(pkg-js) = $(js-reg) $(js-min) $(js-destdir)
+DEB_DH_INSTALL_ARGS_$(pkg-node) = package.json $(node-destdir)
DEB_DH_LINK_$(pkg-node) = $(js-destdir)/$(js-nodestem).js $(node-destdir)/index.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git
More information about the Pkg-javascript-commits
mailing list