golang-blackfriday 1.5.1-1 source package in Ubuntu

Changelog

golang-blackfriday (1.5.1-1) unstable; urgency=medium

  * New upstream version 1.5.1
  * Bump Standards-Version to 4.1.3 (no change)
  * Use debhelper (>= 11)
  * Update debian/watch file to watch for v1 (master) releases
    (instead of v2) for the time being.

 -- Anthony Fok <email address hidden>  Wed, 28 Feb 2018 14:12:22 -0700

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-blackfriday_1.5.1-1.dsc 2.3 KiB d36966c62ff5958e0814019a4397d6b29a4b4fdfa61a19e6e9ec0f0cf1945f2c
golang-blackfriday_1.5.1.orig.tar.gz 73.3 KiB 9e9169ce1da8f17240843a8547d05b02c6154379d17397d6f374527523e5c0ae
golang-blackfriday_1.5.1-1.debian.tar.xz 4.0 KiB a12ad098ddb278186abd39ab476595c192bb8e9ada89ba2402026bf8ed501d91

Available diffs

No changes file available.

Binary packages built by this source

golang-github-russross-blackfriday-dev: Blackfriday: a markdown processor for Go

 Blackfriday (github.com/russross/blackfriday) is a Markdown processor
 implemented in Go. It is paranoid about its input (so you can safely feed it
 user-supplied data), it is fast, it supports common extensions (tables, smart
 punctuation substitutions, etc.), and it is safe for all utf-8 (unicode)
 input.
 .
 HTML output is currently supported, along with Smartypants extensions. An
 experimental LaTeX output engine is also included.
 .
 It started as a translation from C of upskirt.