rpmlint 2.3.0+ds1-0.2 source package in Ubuntu

Changelog

rpmlint (2.3.0+ds1-0.2) unstable; urgency=high

  * Non-maintainer upload.
  * Add missing build-dep and runtime dep zstd, python3-zstandard.
    (Closes: #1013889)

 -- Boyuan Yang <email address hidden>  Sun, 10 Jul 2022 10:32:16 -0400

Upload details

Uploaded by:
RPM packaging team
Uploaded to:
Sid
Original maintainer:
RPM packaging team
Architectures:
all
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rpmlint_2.3.0+ds1-0.2.dsc 2.4 KiB 1388d2023c579a0cc791786d9c5d5946c285cc713fe2765f7c4139980896e90b
rpmlint_2.3.0+ds1.orig.tar.xz 192.0 KiB 9910e863903cbb16d56081f1e38ea0510951e05cf273849e545821fdbe003ba1
rpmlint_2.3.0+ds1-0.2.debian.tar.xz 4.6 KiB a514c317c6b168e83f7fcd4348fc0c93c0a12eb3cdce5f21304b550fd5e41a57

No changes file available.

Binary packages built by this source

rpmlint: RPM package checker

 rpmlint is a tool for checking common errors in rpm packages. rpmlint
 can be used to test individual packages before uploading or to check
 an entire distribution. By default all applicable checks are
 performed but specific checks can be performed by using command line
 parameters.
 .
 rpmlint can check binary rpms (files and installed ones), source rpms,
 and plain specfiles, but all checks do not apply to all argument
 types. For best check coverage, run rpmlint on source rpms instead of
 plain specfiles, and installed binary rpms instead of uninstalled
 binary rpm files.
 .
 The idea for rpmlint is from the lintian tool of the Debian project.