emacs-buttercup 1.7-1 source package in Ubuntu

Changelog

emacs-buttercup (1.7-1) unstable; urgency=medium

  * New upstream release.
    - Update buttercup.1 for several new options.
  * Drop 0002-exclude-hidden-files-and-dirs-in-test-root.patch
    Merged upstream.
  * Bump debhelper compat to 10.
  * Bump standards version to 4.0.0 (no changes required).
  * Drop d/source/options for dgit.
    Although dgit does not require dropping this file, it serves no
    purpose and gets in the way of uploading.

 -- Sean Whitton <email address hidden>  Mon, 19 Jun 2017 12:08:00 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
emacs-buttercup_1.7-1.dsc 2.1 KiB cd7879bea6b1dd6dd43cc6940d776e63fab15071aaf33d54bd7d8ef32e6611fa
emacs-buttercup_1.7.orig.tar.xz 40.7 KiB 4292628f1a45cc073672e682ae55109aa9dc689c84d6feb9ee07e3058f95e789
emacs-buttercup_1.7-1.debian.tar.xz 9.9 KiB 380e7ba2901c48aed9d228e9286cf2b0773e1b437403a723147c36208d6c84d3

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.