codemirror-js 5.19.0-1 source package in Ubuntu

Changelog

codemirror-js (5.19.0-1) unstable; urgency=medium

  * Team upload.
  * New(er) upstream release. This is the latest version using the old
    buildsystem, which avoids unpackaged dependencies (Closes: #801119).
  * DH compat 10.
  * Standards-Version: 4.1.1, priority extra -> optional.
  * Update URLs in d/control, d/copyright
  * Section web -> javascript
  * Add several lintian overrides for excessive line lengths; these
    appear to be legitimate, mostly lists of language keywords, etc.

 -- Gordon Ball <email address hidden>  Fri, 03 Nov 2017 13:38:07 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe web

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
codemirror-js_5.19.0-1.dsc 2.0 KiB c0cbf2e1a51e42f0ad98d7497477b73a2902836085b9b183283242d6bb6631a9
codemirror-js_5.19.0.orig.tar.gz 902.5 KiB 453fb6d41735146008280d2beb935920baadee53adaef7a180cf555b4d2a2fd4
codemirror-js_5.19.0-1.debian.tar.xz 2.9 KiB 8ceab2fe6044d60d81e30bc704488890b6cfccb923906a326d9ce4265beec620

Available diffs

No changes file available.

Binary packages built by this source

libjs-codemirror: JavaScript editor interface for code-like content

 CodeMirror is a JavaScript library that can be used to create a relatively
 pleasant editor interface for code-like content -- computer programs, HTML
 markup, and similar.
 If a mode has been written for the language you are editing, the code will
 be coloured, and the editor will optionally help you with indentation.