diff options
| -rw-r--r-- | debian/changelog | 9 | ||||
| -rw-r--r-- | debian/control | 4 | ||||
| -rw-r--r-- | debian/tests/control | 1 |
3 files changed, 13 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 32ce88d..e409b5d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +node-stringmap (0.2.2+20130926-5) unstable; urgency=medium + + * Mark the node- package as Multi-Arch: foreign following hinter. + * Declare d/rules doesn't require root. + * Bump dh compat to 13. + * Mark the import autopkgtest as superficial. + + -- Julien Puydt <jpuydt@debian.org> Tue, 10 Nov 2020 07:05:20 +0100 + node-stringmap (0.2.2+20130926-4) unstable; urgency=medium [ Debian Janitor ] diff --git a/debian/control b/debian/control index 42b98df..530562b 100644 --- a/debian/control +++ b/debian/control @@ -3,14 +3,16 @@ Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org> Uploaders: Julien Puydt <jpuydt@debian.org> -Build-Depends: debhelper-compat (= 12), nodejs +Build-Depends: debhelper-compat (= 13), nodejs Standards-Version: 4.5.0 +Rules-Requires-Root: no Homepage: https://github.com/olov/stringmap Vcs-Git: https://salsa.debian.org/js-team/node-stringmap.git Vcs-Browser: https://salsa.debian.org/js-team/node-stringmap Package: node-stringmap Architecture: all +Multi-Arch: foreign Depends: ${misc:Depends}, nodejs Description: fast and robust stringmap (Node.js module) A fast and robust stringmap implementation that diff --git a/debian/tests/control b/debian/tests/control index 9aa8757..71bb5e7 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,2 +1,3 @@ Tests: require +Restrictions: superficial Depends: node-stringmap |
