bats 1.8.0-3 source package in Ubuntu

Changelog

bats (1.8.0-3) unstable; urgency=medium

  * d/watch: Use uscan-provided regexes
  * d/gbp.conf: Set only non-default values
  * d/control: Point Vcs-* fields to salsa.debian.org
  * d/control: Move to `devel` section
  * d/rules: Fix override_dh_clean
  * d/salsa-ci.yml: Enable Salsa CI
  * d/tests: Add autopkgtests
  * d/rules: Set LC_ALL=C.UTF-8

 -- Gioele Barabucci <email address hidden>  Mon, 03 Oct 2022 13:50:20 +0200

Upload details

Uploaded by:
Yaroslav Halchenko
Uploaded to:
Sid
Original maintainer:
Yaroslav Halchenko
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
bats_1.8.0-3.dsc 1.9 KiB a35159c47ee16bef63ab46a9541d57a4117eea4b8a150d40e89fec1e3456406b
bats_1.8.0.orig.tar.gz 140.9 KiB 0d4c44823905af5e52a92f9164595c183fb0d0b43b0c4e9c9acf794af20468b7
bats_1.8.0-3.debian.tar.xz 5.2 KiB 728afa360fcc807f22564f19d174f5ed13a1fa331ba85b18dc44df0faa1dae49

Available diffs

No changes file available.

Binary packages built by this source

bats: bash automated testing system

 Bats is a TAP-compliant testing framework for Bash. It provides a
 simple way to verify that the UNIX programs you write behave as
 expected. Bats is most useful when testing software written in Bash,
 but you can use it to test any UNIX program.