rpmlint 2.5.0+ds1-0.1 source package in Ubuntu

Changelog

rpmlint (2.5.0+ds1-0.1) unstable; urgency=medium

  * Non-maintainer upload.
  * debian/control: Migrate to use pybuild-plugin-pyproject.

 -- Boyuan Yang <email address hidden>  Sat, 02 Dec 2023 09:49:18 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rpmlint_2.5.0+ds1-0.1.dsc 2.5 KiB b815309b1b894800b8381dfaf9de652fc9422413613e64239e613f86b82b6f91
rpmlint_2.5.0+ds1.orig.tar.xz 219.9 KiB e00f4940477cd4a3438b7f4812f042607b2b76a2176c189193ebdfd60d0876be
rpmlint_2.5.0+ds1-0.1.debian.tar.xz 4.8 KiB 901d8ba89d72f7f27ccdb7c7b32ae6233259d939a167491f618dd838ad3f71f5

Available diffs

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.