[Pkg-javascript-commits] [node-async] 17/26: Tidy rules: Drop variable libdirname.

Jonas Smedegaard dr at jones.dk
Sun Jan 7 17:19:56 UTC 2018


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

js pushed a commit to annotated tag debian/0.8.0-2
in repository node-async.

commit 9469170cb8a12654e46bd23d847183b9c214c354
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Jan 7 17:13:38 2018 +0100

    Tidy rules: Drop variable libdirname.
---
 debian/rules | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 8b47327..c49ca32 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 lib = $(patsubst node-%,%,$(DEB_SOURCE_PACKAGE))
 pkg-js = libjs-$(lib)
 pkg-node = node-$(lib)
-libdirname = $(lib)
 
 DEB_INSTALL_DOCS_ALL += README.md
 
@@ -32,7 +31,7 @@ js-basedir = lib/
 #js-stems = $(basename $(wildcard $(js-basedir)*.js))
 js-stems = $(lib)
 js-min = $(js-stems:%=debian/%.min.js)
-js-destdir = /usr/share/javascript/$(libdirname)
+js-destdir = /usr/share/javascript/$(lib)
 
 node-destdir = /usr/lib/nodejs
 

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



More information about the Pkg-javascript-commits mailing list