summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog12
-rw-r--r--debian/control1
-rw-r--r--debian/copyright2
-rw-r--r--debian/watch2
4 files changed, 14 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 9bef668..21a8098 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+node-d3-geo (1.11.9-5) unstable; urgency=medium
+
+ * Team upload
+
+ [ Yadd ]
+ * Fix GitHub tags regex
+
+ [ Paul Gevers ]
+ * Drop dependency on nodejs
+
+ -- Paul Gevers <elbrus@debian.org> Thu, 30 Jun 2022 13:33:14 +0200
+
node-d3-geo (1.11.9-4) unstable; urgency=medium
* Update minimum version of node-tape to 4.11 (fixes autopkgtest failure)
diff --git a/debian/control b/debian/control
index d3070dc..d39e36c 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,6 @@ Rules-Requires-Root: no
Package: node-d3-geo
Architecture: all
Depends: node-d3-array,
- nodejs,
${misc:Depends},
Description: Shapes and calculators for spherical coordinates
The edges of a spherical polygon are geodesics (segments of great circles),
diff --git a/debian/copyright b/debian/copyright
index 8b4de73..23224cb 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,7 +9,7 @@ License: BSD-3-Clause
Files: debian/*
Copyright: 2017 Pirate Praveen <praveen@debian.org>
- 2020 Xavier Guimard <yadd@debian.org>
+ 2020 Yadd <yadd@debian.org>
License: BSD-3-Clause
Files: debian/tests/test_modules/topojson-client/*
diff --git a/debian/watch b/debian/watch
index f6710ff..fe1a033 100644
--- a/debian/watch
+++ b/debian/watch
@@ -2,4 +2,4 @@ version=4
opts=\
dversionmangle=auto,\
filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-d3-geo-$1.tar.gz/ \
- https://github.com/d3/d3-geo/tags .*/archive/v?([\d\.]+).tar.gz
+ https://github.com/d3/d3-geo/tags .*/archive/.*/v?([\d\.]+).tar.gz