precious 0.6.0-6 source package in Ubuntu

Changelog

precious (0.6.0-6) unstable; urgency=medium

  * update patches;
    tighten build-dependencies for most crates;
    relax build-dependency for crate itertools;
    closes: bug#1072261, thanks to Peter Green
  * set Static-Built-Using (not X-Cargo-Built-Using)
  * stop build-depend explicitly on cargo
  * declare compliance with Debian Policy 4.7.0
  * update copyright info: fix file path
  * update dh-cargo fork
  * update copyright info: update coverage

 -- Jonas Smedegaard <email address hidden>  Fri, 31 May 2024 07:33:05 +0200

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
Original maintainer:
Jonas Smedegaard
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
precious_0.6.0-6.dsc 2.9 KiB 5d0a912fd85ef6197451cf76bbcbcb42b479dd78981e94d822511194cf22baec
precious_0.6.0.orig.tar.gz 73.6 KiB 9c3b317892221e2abe6a66fcf4d6c594d326eda7d09da24503d1e91072393442
precious_0.6.0-6.debian.tar.xz 29.1 KiB 9af60b6ddc0031c4ceab29d2c281f75dc75258ec04a363e62aa2f2abab560fd8

Available diffs

No changes file available.

Binary packages built by this source

precious: one code quality tool to rule them all

 Precious is a code quality tool
 that lets you run all of your linters and tidiers
 with a single command.
 .
 It's features include:
  * One file, `precious.toml`,
    defines all of your linter and tidier commands,
    as well as what files they operate on.
  * Respects VCS ignore files
    and allows global and per-command excludes.
  * Language-agnostic,
    and works the same way with single- or multi-language projects.
  * Easy integration with commit hooks and CI systems.
  * Commands are executed in parallel by default,
    with one process per CPU.
  * Commands can be grouped with labels,
    for example to just run a subset of commands for commit hooks
    and all commands in CI.

precious-dbgsym: debug symbols for precious