[Pkg-osm-commits] [SCM] leaflet branch, master, updated. debian/0.4.5-1-21-g7f1fdf1
Jonas Smedegaard
dr at jones.dk
Thu Feb 14 12:11:02 UTC 2013
The following commit has been merged in the master branch:
commit a7c44f284a05d369bc5c71680c887b52cdeec966
Author: Jonas Smedegaard <dr at jones.dk>
Date: Sat Jan 19 10:43:32 2013 +0100
Supress one more image from copyright check.
diff --git a/debian/rules b/debian/rules
index 5cc9119..da2df81 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,8 +30,8 @@ DEB_UPSTREAM_URL = https://github.com/Leaflet/Leaflet/archive
DEB_UPSTREAM_TARBALL_BASENAME = v$(DEB_UPSTREAM_TARBALL_VERSION)
DEB_UPSTREAM_TARBALL_MD5 = 9b2afef5f3c4acc3c84cad8d31f75de1
-# Skip checking an image (in addition to the defaults)
-DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^(dist/images/layers\.png|debian/(changelog|copyright(|_hints|_newhints)))$
+# Skip checking some images (in addition to the defaults)
+DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^(dist/images/(layers|marker-icon at 2x)\.png|debian/(changelog|copyright(|_hints|_newhints)))$
# Put aside upstream shipped autogenerated files during build
DEB_UPSTREAM_CRUFT_MOVE = dist/leaflet.js dist/leaflet-src.js
--
JavaScript library for displaying map data in web browsers
More information about the Pkg-osm-commits
mailing list