emacs-htmlize 1.55-1 source package in Ubuntu

Changelog

emacs-htmlize (1.55-1) unstable; urgency=medium

  * New upstream version 1.55
  * Migrate to debhelper 12 without d/compat
  * d/control: Declare Standards-Version 4.4.1 (no changes needed)
  * d/control: Add Rules-Requires-Root: no
  * d/control: Drop emacs25 from Enhances
  * d/copyright: Bump copyright years

 -- Lev Lamberov <email address hidden>  Sun, 01 Dec 2019 13:23:22 +0500

Upload details

Uploaded by:
Debian Emacsen team
Uploaded to:
Sid
Original maintainer:
Debian Emacsen team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
emacs-htmlize_1.55-1.dsc 1.9 KiB ce12afed20a955b8ab992340db3d03f33cc59ce6473c927b8caf35d622266efd
emacs-htmlize_1.55.orig.tar.gz 49.9 KiB 5fec5b54d98eda9d2588cff6f67ac19cb6210b25ea035df90faf999c1eaf6817
emacs-htmlize_1.55-1.debian.tar.xz 2.7 KiB 65f29ddb27513268ab7df25caff84b4199ee72c3ced1d227cba7191022d36633

Available diffs

No changes file available.

Binary packages built by this source

elpa-htmlize: convert buffer text and decorations to HTML

 This package converts the buffer text and the associated decorations
 to HTML. It supports three types of HTML output, selected by setting
 htmlize-output-type: css, inline-css (optimized for code snippets),
 and font (simpler output, doesn't rely on CSS). You can also use
 htmlize from your Emacs Lisp code.