[Pkg-javascript-commits] [leaflet-markercluster] 03/08: Install into same dir as Leaflet itself.

Jonas Smedegaard js at moszumanska.debian.org
Sat Feb 1 14:56:36 UTC 2014


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

js pushed a commit to branch master
in repository leaflet-markercluster.

commit 92897bb9d9710db2368e58bbc72226dd86f23910
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Feb 1 12:14:16 2014 +0100

    Install into same dir as Leaflet itself.
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 0f18bdf..56fc5d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,8 +22,8 @@ include /usr/share/cdbs/1/rules/utils.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
 # package variables
-libname = leaflet-markercluster
 pkg = libjs-leaflet-markercluster
+install-stem = leaflet
 
 CDBS_BUILD_DEPENDS += , node-uglify , node-jake
 CDBS_DEPENDS_$(pkg) = libjs-leaflet (>= 0.7.1)
@@ -49,7 +49,7 @@ DEB_UPSTREAM_REPACKAGE_EXCLUDES += example/realworld.*.js
 # Installation
 #
 
-js-destwebdir = /javascript/$(libname)
+js-destwebdir = /javascript/$(install-stem)
 js-destdir = /usr/share$(js-destwebdir)
 
 # install files to the js-dest-dir as defined by javascript-common

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



More information about the Pkg-javascript-commits mailing list