[Pkg-javascript-commits] [modestmaps-js] 06/17: Use libjs-excanvas package instead of embedded copy.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri May 6 18:33:21 UTC 2016


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

sebastic pushed a commit to branch master
in repository modestmaps-js.

commit 83ff60b3c0a929459e4beee9e17fcd1636c8821b
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri May 6 19:51:47 2016 +0200

    Use libjs-excanvas package instead of embedded copy.
---
 debian/changelog               | 1 +
 debian/control                 | 3 ++-
 debian/modestmaps-js-doc.links | 3 ++-
 debian/rules                   | 7 ++++---
 4 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 27ebb4a..9be8f3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ modestmaps-js (3.3.6+ds1-2) UNRELEASED; urgency=medium
   * Restructure control file with cme, changes:
     - Update Vcs-* URLs to use HTTPS
   * Enable parallel builds.
+  * Use libjs-excanvas package instead of embedded copy.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 06 May 2016 19:12:58 +0200
 
diff --git a/debian/control b/debian/control
index 7d6171d..6762dc8 100644
--- a/debian/control
+++ b/debian/control
@@ -44,7 +44,8 @@ Description: display and interaction library for tile-based maps - NodeJS
 Package: modestmaps-js-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends}
+Depends: libjs-excanvas,
+         ${misc:Depends}
 Description: display and interaction library for tile-based maps - docs
  Modest Maps is a display and interaction library for tile-based maps.
  .
diff --git a/debian/modestmaps-js-doc.links b/debian/modestmaps-js-doc.links
index d5e5eaa..2340ad4 100644
--- a/debian/modestmaps-js-doc.links
+++ b/debian/modestmaps-js-doc.links
@@ -1 +1,2 @@
-/usr/share/javascript/modestmaps/modestmaps.js /usr/share/doc/modestmaps-js-doc/modestmaps.js
+usr/share/javascript/modestmaps/modestmaps.js usr/share/doc/modestmaps-js-doc/modestmaps.js
+usr/share/javascript/excanvas/excanvas.js     usr/share/doc/modestmaps-js-doc/examples/bubble/excanvas.js
diff --git a/debian/rules b/debian/rules
index 89e9445..0dfe102 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,10 +19,11 @@ override_dh_auto_build:
 
 override_dh_installexamples:
 	dh_installexamples
-	rm -rf debian/modestmaps-js-doc/usr/share/doc/modestmaps-js-doc/examples/README \
-		debian/modestmaps-js-doc/usr/share/doc/modestmaps-js-doc/examples/node/.gitignore
+	$(RM) debian/modestmaps-js-doc/usr/share/doc/modestmaps-js-doc/examples/README \
+	      debian/modestmaps-js-doc/usr/share/doc/modestmaps-js-doc/examples/node/.gitignore
 
-	chmod a-x debian/modestmaps-js-doc/usr/share/doc/modestmaps-js-doc/examples/bubble/excanvas.js
+	# Use libjs-excanvas package
+	$(RM) debian/modestmaps-js-doc/usr/share/doc/modestmaps-js-doc/examples/bubble/excanvas.js
 
 get-orig-source:
 	uscan \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/modestmaps-js.git



More information about the Pkg-javascript-commits mailing list