emacs-buttercup 1.26-3 source package in Ubuntu

Changelog

emacs-buttercup (1.26-3) unstable; urgency=medium

  * fix second typo in bin/buttercup introduced in 1.26-1
  * use native-comp-eln-load-path to redirect output
  * Add myself to uploaders

 -- David Bremner <email address hidden>  Sun, 09 Oct 2022 06:54:11 -0300

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
emacs-buttercup_1.26-3.dsc 2.1 KiB 84c57af428adec49bb15df3c6f888c0e8ceba6c043781926161bd4d25960050b
emacs-buttercup_1.26.orig.tar.gz 85.5 KiB ef4cf221fff033c7f9c4e78fdef832d05561bc509339e2802b001c604a2f55e5
emacs-buttercup_1.26-3.debian.tar.xz 11.4 KiB d2a7f4fc16ea913a383276c3fdfeceb60c70a901f7c9d03bf8d8638c03a083c0

Available diffs

No changes file available.

Binary packages built by this source

elpa-buttercup: behaviour-driven testing for Emacs Lisp packages

 Buttercup is a behavior-driven development framework for testing
 Emacs Lisp code. It allows the programmer to group related tests so
 they can share common set-up and tear-down code, and it allows the
 programmer to spy on functions to ensure they are called with the
 right arguments during testing.
 .
 The testing framework is inspired by the Jasmine JavaScript test framework.