emacs-buttercup 1.31-1 source package in Ubuntu

Changelog

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

  [ Xiyue Deng ]
  * Team upload.
  * New upstream release.
    - Fixes compatibility with Emacs 29.1.  Closes: #1050459.
  * Refresh d/p/debian-changes.
  * Drop "Built-Using" from d/control as it should not be used with
    arch:all package as suggested by lintian.
  * Update d/watch to use version 4 features.
  * Update Standards-Version to 4.6.2.  No change needed.
  * Filter "nocheck" in DEB_BUILD_OPTIONS as per lintian warning.

  [ Sean Whitton ]
  * Remove myself from Uploaders.

 -- David Bremner <email address hidden>  Tue, 29 Aug 2023 18:28:07 -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
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
emacs-buttercup_1.31-1.dsc 2.1 KiB fb9f2900a2f34fb9145718bcc31a3476ca14fe802a56003d915fa0bed9ef1864
emacs-buttercup_1.31.orig.tar.gz 89.7 KiB 1e088f7cadb487f9840098f69dd4edbbc99b1010678b3346dab7141ea3756a0e
emacs-buttercup_1.31-1.debian.tar.xz 10.6 KiB 3ebdf70ef6aa6a430250d6e38003ee0ed5f47818749543cbe3ded73aaf198800

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.