[Pkg-javascript-commits] [leaflet-markercluster] 30/49: Simplify repackaging exlusions.

Jonas Smedegaard js at moszumanska.debian.org
Tue Jan 28 17:54:47 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 7561658d37d136ff1f0df0f6ab6b3a9b90cbb492
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Nov 3 22:22:20 2013 +0100

    Simplify repackaging exlusions.
---
 debian/rules | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index c01ce17..0afc965 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,14 +37,10 @@ DEB_UPSTREAM_TARBALL_SRCDIR = Leaflet.markercluster-$(DEB_UPSTREAM_TARBALL_VERSI
 DEB_UPSTREAM_TARBALL_MD5 = 1d6184f7757454d8c8bc4ef7d14df34d
 
 # Remove upstream shipped autogenerated files
-DEB_UPSTREAM_REPACKAGE_EXCLUDES = dist/leaflet.markercluster.js dist/leaflet.markercluster-src.js
+DEB_UPSTREAM_REPACKAGE_EXCLUDES = dist/*.js
 
 # Remove upstream shipped example data which have unclear licensing
-DEB_UPSTREAM_REPACKAGE_EXCLUDES += \
-    example/realworld.388.js \
-    example/realworld.10000.js \
-    example/realworld.50000.1.js \
-    example/realworld.50000.2.js
+DEB_UPSTREAM_REPACKAGE_EXCLUDES += example/realworld.*.js
 
 # Remove files which don't do anything
 DEB_UPSTREAM_REPACKAGE_EXCLUDES += .gitignore

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