[Pkg-javascript-commits] [SCM] Mapnik stylesheet compiler branch, master, updated. debian/0.4.6+ds1-3-1-g38af09b
Andrew Harvey
andrew.harvey4 at gmail.com
Sat Sep 22 23:32:20 UTC 2012
The following commit has been merged in the master branch:
commit 38af09b6568192bcf4967cf51ec3dd2a97397391
Author: Andrew Harvey <andrew.harvey4 at gmail.com>
Date: Sun Sep 23 09:27:11 2012 +1000
Switch debian/watch to check github tags
The previous method didn't work for me, and this approach works directly
with the upstream source so less prone to breakage.
diff --git a/debian/changelog b/debian/changelog
index 37c06f5..0443f29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+node-carto (0.4.6+ds1-4) UNRELEASED; urgency=low
+
+ * Change debian/watch to use the github repository for the source of
+ upstream releases
+
+ -- Andrew Harvey <andrew.harvey4 at gmail.com> Sun, 23 Sep 2012 09:24:42 +1000
+
node-carto (0.4.6+ds1-3) unstable; urgency=low
* Add missing Recommends on node-millstone
diff --git a/debian/watch b/debian/watch
index d7e87fc..368f84d 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,3 @@
version=3
opts=dversionmangle=s/\+ds\d// \
-https://alioth.debian.org/~dapal/npmjs.php?id=carto \
- http://registry.npmjs.org/carto/-/carto-(\d+.*)\.tgz
+https://github.com/mapbox/carto/tags .*/tarball/v?(\d[\d\.]+)
--
Mapnik stylesheet compiler
More information about the Pkg-javascript-commits
mailing list