diff options
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 26f6740..e1408cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +node-querystring (0.2.1-3) unstable; urgency=medium + + [ Debian Janitor ] + * Apply multi-arch hints. + node-querystring: Add :any qualifier for nodejs dependency. + + -- Jelmer Vernooij <jelmer@debian.org> Sun, 27 Nov 2022 21:37:17 +0000 + node-querystring (0.2.1-2) unstable; urgency=medium * Team upload diff --git a/debian/control b/debian/control index 182dbce..584b698 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Rules-Requires-Root: no Package: node-querystring Architecture: all Depends: ${misc:Depends} - , nodejs + , nodejs:any Multi-Arch: foreign Description: Node's querystring module for all engines The querystring module provides utilities for parsing and formatting |
