[Pkg-osm-commits] [SCM] leaflet branch, master, updated. debian/0.3-1-11-g0a22d3a

Jonas Smedegaard dr at jones.dk
Mon Jun 25 23:54:10 UTC 2012


The following commit has been merged in the master branch:
commit c7325afde20b5f94b8d35983e810af8ffa8d4523
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Jun 21 19:06:55 2012 +0200

    Update watch, rules and copyrigh files to directly use github.com URL (not githubredir.debian.net or Homepage).

diff --git a/debian/copyright b/debian/copyright
index 27471d9..d5bcae3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
 Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?view=co&rev=174
 Upstream-Name: Leaflet
-Source: <http://leaflet.cloudmade.com/>
+Source: https://github.com/CloudMade/Leaflet/
 
 Files: *
 Copyright: 2010-2011 CloudMade, Vladimir Agafonkin
diff --git a/debian/rules b/debian/rules
index 1677b1b..ed6bd52 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,8 +30,11 @@ CDBS_BUILD_DEPENDS_rules_utils_copyright-check =
 
 CDBS_BUILD_DEPENDS += , node-uglify , node-jake
 
-DEB_UPSTREAM_URL = http://githubredir.debian.net/github/CloudMade/leaflet
+DEB_UPSTREAM_URL = https://github.com/CloudMade/Leaflet/tarball
 DEB_UPSTREAM_TARBALL_BASENAME = v$(DEB_UPSTREAM_TARBALL_VERSION)
+DEB_UPSTREAM_TARBALL_DELIMITER =
+DEB_UPSTREAM_TARBALL_EXTENSION =
+DEB_UPSTREAM_RECEIVED_EXTENSION = tar.gz
 DEB_UPSTREAM_WGET_OPTS += --no-check-certificate
 DEB_UPSTREAM_TARBALL_MD5 = 
 DEB_UPSTREAM_REPACKAGE_EXCLUDES = ./lib/ ./dist/leaflet.js ./dist/leaflet-src.js
diff --git a/debian/watch b/debian/watch
index 25f4bc5..7e27c51 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://githubredir.debian.net/github/CloudMade/Leaflet/(\d.*).tar.gz
+https://github.com/CloudMade/Leaflet/tags .*/tarball/v?(\d[\d\.]+)

-- 
JavaScript library for displaying map data in web browsers



More information about the Pkg-osm-commits mailing list