node-sprintf-js 1.1.2+ds1-2 source package in Ubuntu
Changelog
node-sprintf-js (1.1.2+ds1-2) unstable; urgency=medium * Team upload [ Debian Janitor ] * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse. [ Xavier Guimard ] * Use dh-sequence-nodejs auto test & install [ lintian-brush ] * Set debhelper-compat version in Build-Depends. * Update standards version to 4.5.0, no changes needed. [ Xavier Guimard ] * Bump debhelper compatibility level to 13 * Declare compliance with policy 4.5.1 * Add "Rules-Requires-Root: no" * Add debian/gbp.conf * Replace deprecated no-uglify by uglifyjs (Closes: #979924) * Remove dependency to nodejs -- Xavier Guimard <email address hidden> Tue, 12 Jan 2021 18:30:30 +0100
Upload details
- Uploaded by:
- Debian Javascript Maintainers on 2021-01-12
- Uploaded to:
- Sid
- Original maintainer:
- Debian Javascript Maintainers
- Architectures:
- all
- Section:
- javascript
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Hirsute | release | on 2021-01-13 | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
node-sprintf-js_1.1.2+ds1-2.dsc | 2.2 KiB | 81901e3dbc526b6bdf135c964da2598039ec2d3e1468e56e67111a93f504fca4 |
node-sprintf-js_1.1.2+ds1.orig.tar.xz | 34.7 KiB | 813fd29ee3644fddb5aedebad6279cc051f0be4c9d2858e7ab4093716246d221 |
node-sprintf-js_1.1.2+ds1-2.debian.tar.xz | 4.3 KiB | f6b180edf904a4adeecd0663dfcac2ebccad25a02bb7286c09bd80fe1909bb73 |
Available diffs
- diff from 1.1.2+ds1-1 to 1.1.2+ds1-2 (2.9 KiB)
No changes file available.
Binary packages built by this source
- libjs-sprintf-js: JavaScript sprintf implementation
This package is a javascript implementation of C sprintf (3).
This function composes a string with the same text that would be printed if
format was used on printf, but instead of being printed, the content is
stored as a string in the buffer pointed by a str argument.
.
This package include the minified javascript files that could be used in
browser context.
- node-sprintf-js: Node.js Pure JavaScript sprintf implementation
node-sprintf-js is a javascript implementation of C sprintf (3).
This function composes a string with the same text that would be printed if
format was used on printf, but instead of being printed, the content is
stored as a string in the buffer pointed by a str argument.
.
Node.js is an event-based server-side JavaScript engine.