summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog17
-rw-r--r--debian/clean2
-rw-r--r--debian/control4
-rw-r--r--debian/salsa-ci.yml3
-rw-r--r--debian/watch10
5 files changed, 26 insertions, 10 deletions
diff --git a/debian/changelog b/debian/changelog
index dcedd32..18b25d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+node-htmlparser2 (9.0.0-2) unstable; urgency=medium
+
+ * Team upload.
+
+ [ Yadd ]
+ * Declare compliance with policy 4.7.2
+ * debian/watch version 5
+
+ [ Santiago Vila ]
+ * Fix clean target. Closes: #1046316.
+ * d/control: Drop "Rules-Requires-Root: no" (default).
+ * d/control: Drop "Priority: optional" (default).
+ * d/control: Update standards-version.
+ * d/salsa-ci.yml: Use the simplified version.
+
+ -- Santiago Vila <sanvila@debian.org> Thu, 22 Jan 2026 12:30:00 +0100
+
node-htmlparser2 (9.0.0-1) unstable; urgency=medium
* Team upload
diff --git a/debian/clean b/debian/clean
index 3b4e8dc..0165d6e 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1,2 +1,4 @@
lib/
node_modules/
+src/__snapshots__/
+src/__tests__/__snapshots__/
diff --git a/debian/control b/debian/control
index dd80ba9..eecf99e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,6 @@ Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.deb
Uploaders: Paolo Greppi <paolo.greppi@libpf.com>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
-Priority: optional
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, jest (>= 29) <!nocheck>
@@ -15,11 +14,10 @@ Build-Depends: debhelper-compat (= 13)
, node-typescript
, node-types-node
, ts-jest (>= 27) <!nocheck>
-Standards-Version: 4.6.2
+Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/js-team/node-htmlparser2
Vcs-Git: https://salsa.debian.org/js-team/node-htmlparser2.git
Homepage: https://github.com/fb55/htmlparser2#readme
-Rules-Requires-Root: no
Package: node-htmlparser2
Architecture: all
diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml
index 33c3a64..8424db4 100644
--- a/debian/salsa-ci.yml
+++ b/debian/salsa-ci.yml
@@ -1,4 +1,3 @@
---
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
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
diff --git a/debian/watch b/debian/watch
index 3f55b77..cfa0480 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,5 +1,5 @@
-version=4
-opts=\
-dversionmangle=auto,\
-filenamemangle=s/.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-htmlparser2-$1/ \
- https://github.com/fb55/htmlparser2/tags .*/archive/.*/v?([\d\.]+).tar.gz
+Version: 5
+
+Template: Github
+Owner: fb55
+Project: htmlparser2