[Pkg-javascript-commits] [SCM] frontend supporting various tile backends for NodeJS branch, master, updated. debian/4.1.1-1-9-gacfba9b

David Paleino dapal at debian.org
Sun Apr 8 10:07:45 UTC 2012


The following commit has been merged in the master branch:
commit 7fd6fa5a55f031c150bf4ad4f2188fc257fbf529
Author: David Paleino <dapal at debian.org>
Date:   Sun Mar 25 12:50:27 2012 +0200

    Install bin/copy as tilelive-copy

diff --git a/debian/changelog b/debian/changelog
index 2b2f6bd..d4e5a10 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 node-tilelive (4.2.1-1) UNRELEASED; urgency=low
 
   * New upstream version
+  * Install bin/copy as tilelive-copy
 
- -- David Paleino <dapal at debian.org>  Sun, 25 Mar 2012 12:49:16 +0200
+ -- David Paleino <dapal at debian.org>  Sun, 25 Mar 2012 12:50:16 +0200
 
 node-tilelive (4.1.1-1) unstable; urgency=low
 
diff --git a/debian/install b/debian/install
index 2b60e31..27ccb75 100644
--- a/debian/install
+++ b/debian/install
@@ -2,3 +2,4 @@ lib/queue.js	usr/lib/nodejs/tilelive/
 lib/tilelive.js	usr/lib/nodejs/tilelive/
 
 bin/tilelive	usr/bin/
+bin/copy	usr/bin/
diff --git a/debian/rules b/debian/rules
index 28667ba..4f2df39 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,9 @@ override_dh_install:
 	dh_install
 	dh_buildinfo
 
+	mv $(CURDIR)/debian/node-tilelive/usr/bin/copy \
+		$(CURDIR)/debian/node-tilelive/usr/bin/tilelive-copy
+
 override_dh_auto_build:
 override_dh_auto_test:
 	# do nothing

-- 
frontend supporting various tile backends for NodeJS



More information about the Pkg-javascript-commits mailing list