[Pkg-osm-commits] [SCM] leaflet branch, master, updated. debian/0.4.4-1-6-ge2863a5

Jonas Smedegaard dr at jones.dk
Wed Nov 14 13:02:30 UTC 2012


The following commit has been merged in the master branch:
commit 6f23f1210f9d004d5998facaf1e9b9091bc85d11
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Nov 14 11:24:54 2012 +0100

    Adapt watch file and upstream-tarball hints to use improved upstream paths.

diff --git a/debian/rules b/debian/rules
index 46cca97..546d98b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,13 +30,8 @@ CDBS_BUILD_DEPENDS_rules_utils_copyright-check =
 
 CDBS_BUILD_DEPENDS += , node-uglify , node-jake
 
-DEB_UPSTREAM_URL = https://github.com/CloudMade/Leaflet/tarball
+DEB_UPSTREAM_URL = https://github.com/CloudMade/Leaflet/archive
 DEB_UPSTREAM_TARBALL_BASENAME = v$(DEB_UPSTREAM_TARBALL_VERSION)
-# Set below to fetch snapshot of HEAD instead of tagged release
-#DEB_UPSTREAM_TARBALL_BASENAME = master
-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 = 988f242c5aa76f0389798cd3e8f2c7cd
 
diff --git a/debian/watch b/debian/watch
index 7e27c51..9174e3f 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-https://github.com/CloudMade/Leaflet/tags .*/tarball/v?(\d[\d\.]+)
+https://github.com/CloudMade/Leaflet/tags .*/archive/v?(\d[\d\.]+).tar.gz

-- 
JavaScript library for displaying map data in web browsers



More information about the Pkg-osm-commits mailing list