[Pkg-javascript-commits] [leaflet] 74/78: Tidy rules file: Reorder variables roughly in order of use.

Jonas Smedegaard dr at jones.dk
Sat May 7 08:58:49 UTC 2016


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

js pushed a commit to branch master
in repository leaflet.

commit 421c3e35a59d85ef4522dc4b78e8cb11552468b7
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat May 7 10:42:20 2016 +0200

    Tidy rules file: Reorder variables roughly in order of use.
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 4973249..155231c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,12 +24,12 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 libname = leaflet
 pkg = libjs-leaflet
 
-CDBS_BUILD_DEPENDS +=, node-uglify (>= 2), node-jake
-
 DEB_UPSTREAM_URL = https://github.com/Leaflet/Leaflet/archive
 DEB_UPSTREAM_TARBALL_BASENAME = $(or $(DEB_UPSTREAM_TARBALL_HASH),v$(DEB_UPSTREAM_TARBALL_VERSION))
 DEB_UPSTREAM_TARBALL_SRCDIR = Leaflet-$(or $(DEB_UPSTREAM_TARBALL_HASH),$(DEB_UPSTREAM_TARBALL_VERSION))
 
+CDBS_BUILD_DEPENDS +=, node-uglify (>= 2), node-jake
+
 # Strip potentially source-less minified file
 DEB_UPSTREAM_REPACKAGE_EXCLUDES += dist/leaflet.js
 

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



More information about the Pkg-javascript-commits mailing list