[Pkg-javascript-commits] [uglifyjs] 03/06: Tidy: Reorganize rules variables.

Jonas Smedegaard dr at jones.dk
Tue May 19 09:21:17 UTC 2015


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

js pushed a commit to branch master
in repository uglifyjs.

commit d19317859567d52c0092505b82d85ee01a2bea50
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue May 19 11:09:45 2015 +0200

    Tidy: Reorganize rules variables.
---
 debian/rules | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/debian/rules b/debian/rules
index 9804383..8cfff68 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,6 +26,16 @@ libdir = /usr/lib/nodejs/$(pkg)
 DEB_UPSTREAM_URL = https://github.com/mishoo/UglifyJS2/archive
 DEB_UPSTREAM_TARBALL_BASENAME = v$(DEB_UPSTREAM_TARBALL_VERSION)
 
+# Needed by upstream build process and (always) at runtime
+deps = node-async (>= 0.2.6), node-optimist
+
+CDBS_BUILD_DEPENDS +=, $(deps)
+CDBS_DEPENDS_$(pkg) = nodejs, $(deps)
+CDBS_RECOMMENDS_$(pkg) = node-source-map
+CDBS_SUGGESTS_$(pkg) = node-uglify-to-browserify
+CDBS_PROVIDES_$(pkg) = uglifyjs
+
+# generate man page from --help output of script itself
 CDBS_BUILD_DEPENDS +=, help2man
 DEB_INSTALL_MANPAGES_$(pkg) = debian/uglifyjs.1
 common-build-indep:: debian/stamp-build
@@ -44,13 +54,3 @@ clean::
 DEB_DH_INSTALL_ARGS_$(pkg) = package.json bin lib tools $(libdir)
 DEB_DH_LINK_$(pkg) = $(libdir)/bin/uglifyjs /usr/bin/uglifyjs
 DEB_INSTALL_DOCS_ALL += README.md
-
-# Needed by upstream build process and (always) at runtime
-deps = node-async (>= 0.2.6), node-optimist
-
-CDBS_BUILD_DEPENDS +=, $(deps)
-CDBS_DEPENDS_$(pkg) = nodejs, $(deps)
-CDBS_RECOMMENDS_$(pkg) = node-source-map
-CDBS_SUGGESTS_$(pkg) = node-uglify-to-browserify
-
-CDBS_PROVIDES_$(pkg) = uglifyjs

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



More information about the Pkg-javascript-commits mailing list