node-tunein 1.0.1-2 source package in Ubuntu

Changelog

node-tunein (1.0.1-2) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Apply multi-arch hints.
    + node-tunein: Add Multi-Arch: foreign.

  [ Xavier Guimard ]
  * Bump debhelper compatibility level to 13
  * Declare compliance with policy 4.5.0
  * Add "Rules-Requires-Root: no"
  * Change section to javascript
  * Add debian/gbp.conf
  * Update debian/watch to use npm registry
  * Fix homepage
  * Fix copyright
  * Add upstream/metadata
  * Use dh-sequence-nodejs auto install
  * Declare node-node-tunein

 -- Xavier Guimard <email address hidden>  Sun, 01 Nov 2020 22:08:43 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-tunein_1.0.1-2.dsc 2.0 KiB c20bee16e6f5b7b2479da08dd59d675370df39147bb7f19c6bef1f2d8fb12846
node-tunein_1.0.1.orig.tar.gz 3.6 KiB b610928b6302371804646fc6dbe6320c54e86e152d34310b1facce562b628fa0
node-tunein_1.0.1-2.debian.tar.xz 2.6 KiB aad388d45eed618270605873999337bd80b5b827c59085c8ded608d01711034f

Available diffs

No changes file available.

Binary packages built by this source

node-tunein: nodejs wrapper for tunein web radios

 This module provides ability for a client to :
    browse radiotime.com library
    search in radiotime.com library
 All returned URLs are parsed with url and querystring native modules
 of NodeJS.
 .
 Returned objects are list of categories and/or webradios, client needs
 to parse objects to know what to do with :(
 .
 Returned objects can have children (an array of library elements)
 .
 Node.js is an event-based server-side JavaScript engine.