summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog15
-rw-r--r--debian/control5
-rwxr-xr-xdebian/rules2
-rw-r--r--debian/salsa-ci.yml4
-rw-r--r--debian/watch6
5 files changed, 25 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index 5c954d4..d1ff779 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,18 @@
+node-d3-quadtree (1.0.7-3) unstable; urgency=medium
+
+ * Team upload
+
+ [ Yadd ]
+ * Bump debhelper compatibility level to 13
+ * Modernize debian/watch
+ * Fix GitHub tags regex
+ * Use dh-sequence-nodejs
+
+ [ Paul Gevers ]
+ * Drop dependency on nodejs
+
+ -- Paul Gevers <elbrus@debian.org> Sat, 02 Jul 2022 21:53:00 +0200
+
node-d3-quadtree (1.0.7-2) unstable; urgency=medium
[ Debian Janitor ]
diff --git a/debian/control b/debian/control
index b443d9a..2bee99e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,10 @@ Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
-Build-Depends: debhelper-compat (= 12)
+Build-Depends: debhelper-compat (= 13)
, node-d3-array <!nocheck>
, node-tape <!nocheck>
- , pkg-js-tools (>= 0.9.20~)
+ , dh-sequence-nodejs
, rollup
, node-rollup-plugin-terser
Standards-Version: 4.5.1
@@ -19,7 +19,6 @@ Rules-Requires-Root: no
Package: node-d3-quadtree
Architecture: all
Depends: ${misc:Depends}
- , nodejs
Multi-Arch: foreign
Description: Two-dimensional recursive spatial subdivision
A quadtree recursively partitions two-dimensional space into squares, dividing
diff --git a/debian/rules b/debian/rules
index 65b73e2..46acc49 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
# -*- makefile -*-
%:
- dh $@ --with nodejs
+ dh $@
override_dh_auto_build:
rollup -c
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml
new file mode 100644
index 0000000..33c3a64
--- /dev/null
+++ b/debian/salsa-ci.yml
@@ -0,0 +1,4 @@
+---
+include:
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
diff --git a/debian/watch b/debian/watch
index 08168ea..0a20c4a 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,5 @@
-version=3
+version=4
opts=\
-dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
+dversionmangle=auto,\
filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-d3-quadtree-$1.tar.gz/ \
- https://github.com/d3/d3-quadtree/tags .*/archive/v?([\d\.]+).tar.gz
+ https://github.com/d3/d3-quadtree/tags .*/archive/.*/v?([\d\.]+).tar.gz