meson-mode 0.3-1 source package in Ubuntu

Changelog

meson-mode (0.3-1) unstable; urgency=medium

  * New upstream release
    - debian/patches/: patchset updated
      - 0001-Drop_Makefile.patch added
  * debian/control: debhelper bump 12 -> 13

 -- Matteo F. Vescovi <email address hidden>  Mon, 21 Sep 2020 23:11:02 +0200

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
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
meson-mode_0.3-1.dsc 2.0 KiB 594864ce3b29636212e45c34ae3f0761f3df11fecc5492a79a5a511fb72974c5
meson-mode_0.3.orig.tar.xz 27.0 KiB e527b6003ba68c8616fad82abffa1c9c171056aa34e27b7febdbb25b3942cf6c
meson-mode_0.3-1.debian.tar.xz 2.5 KiB 5ad4c86ea0ea818f61f4ebc59a3922525bddbd5d6da11656e5aad7141c3bf113

Available diffs

No changes file available.

Binary packages built by this source

elpa-meson-mode: Major mode for the Meson build system files

 This is a major mode for Meson build system files. Syntax
 highlighting works reliably. Indentation works too, but there are
 probably cases, where it breaks. Simple completion is supported via
 `completion-at-point'. To start completion, use either <C-M-i> or
 install completion frameworks such as `company'. To enable
 `company' add the following to your .emacs:
 .
 (add-hook 'meson-mode-hook 'company-mode)