diff options
| author | Jelmer Vernooij <jelmer@debian.org> | 2022-11-27 21:37:17 +0000 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2022-11-28 04:42:22 +0000 |
| commit | 41b168e4cbdb81e178cd6d1b2a235e9b212b255d (patch) | |
| tree | e53000c6382b80f3a74fd02ef140fb8e783cf07e | |
| parent | 1b5b5b2adb69a47d0ee846e47fa83bd96e8e463c (diff) | |
0.2.1-3 (patches unapplied)import/0.2.1-3ubuntu/resolute-develubuntu/resoluteubuntu/questing-develubuntu/questingubuntu/plucky-develubuntu/pluckyubuntu/oracular-develubuntu/oracularubuntu/noble-develubuntu/nobleubuntu/mantic-develubuntu/manticubuntu/lunar-proposedubuntu/lunar-develubuntu/lunardebian/bookworm
Imported using git-ubuntu import.
Notes
Notes:
[ Debian Janitor ]
* Apply multi-arch hints. + node-querystring: Add :any qualifier for nodejs dependency.
| -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 |
