ruby-kramdown 1.17.0-1 source package in Ubuntu

Changelog

ruby-kramdown (1.17.0-1) unstable; urgency=medium

  * Team upload
  * New upstream version 1.17.0
  * Use salsa.debian.org in Vcs-* fields
  * Move debian/watch to gemwatch.debian.net
  * Bump Standards-Version to 4.2.0 (no changes needed)
  * Bump debhelper compatibility level to 11
  * Refresh fix_manpage_warnings.patch
  * Refresh skip_missing_math_engines.patch

 -- Cédric Boutillier <email address hidden>  Sun, 19 Aug 2018 16:08:26 +0200

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-kramdown_1.17.0-1.dsc 1.8 KiB 527923a7e57561527ebd5fd4a0f49863a5445afad501bc2eb180fceb5fd89670
ruby-kramdown_1.17.0.orig.tar.gz 259.9 KiB d82a79865f9ef4ff0286a69082590bbaa462f9c2d8295c4e445fe892f0a85d1e
ruby-kramdown_1.17.0-1.debian.tar.xz 4.7 KiB c346140b0cbc49bfc80fc343b102d6fc3a140cad78b89ff6c27bc8cf43d8fa7e

Available diffs

No changes file available.

Binary packages built by this source

ruby-kramdown: Fast, pure-Ruby Markdown-superset converter - ruby library

 The kramdown is a fast, pure Ruby, Markdown parser and converter, using
 a strict syntax definition and supporting several common
 extensions.
 .
 The kramdown library is mainly written to support the kramdown-to-HTML
 conversion chain. However, due to its flexibility it supports other
 input and output formats as well. Here is a list of the
 supported formats:
   * input formats: kramdown (a Markdown superset), Markdown, HTML
   * output formats: HTML, kramdown, LaTeX (and therefore PDF)
 .
 This package contains the ruby library.