[Pkg-javascript-commits] [leaflet-markercluster] 01/08: Fix use common install path for example files. Also fixes applying path adjustments to those example files.

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 d481f8948bb952e18a097a24c372b417e1ccf352
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Feb 1 12:05:18 2014 +0100

    Fix use common install path for example files.  Also fixes applying path adjustments to those example files.
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 278c5f7..4fbff0e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -55,11 +55,13 @@ js-destdir = /usr/share/javascript/$(libname)
 DEB_DH_INSTALL_ARGS_$(pkg) = dist/* $(js-destdir)
 
 # install documentation
-DEB_INSTALL_DOCS_$(pkg) = README.md example/
+DEB_INSTALL_DOCS_$(pkg) = README.md
 
 # install upstream changelog
 DEB_INSTALL_CHANGELOGS_$(pkg) = CHANGELOG.md
 
+DEB_INSTALL_EXAMPLES_$(pkg) = example/*
+
 
 #
 # Build

-- 
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