rpmlint 2.4.0+ds1-0.2 source package in Ubuntu

Changelog

rpmlint (2.4.0+ds1-0.2) unstable; urgency=medium

  * Non-maintainer upload.
  * debian/tests/control: Drop direct dependency on autopkgtest
    as suggested by autopkgtest maintainer. (Closes: #1022863)

 -- Boyuan Yang <email address hidden>  Sat, 05 Nov 2022 17:37:37 -0400

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
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rpmlint_2.4.0+ds1-0.2.dsc 2.4 KiB 6e23840d8a982e2573f27242679307497299a912f2496c77259ce3214f77042d
rpmlint_2.4.0+ds1.orig.tar.xz 193.2 KiB a4fd951b1d75407f33a6e2e51b17200af9f054f66a5982cf3d869862bd599e43
rpmlint_2.4.0+ds1-0.2.debian.tar.xz 4.7 KiB 6d1469efade772bdb8a1491425fd0a18639f8270a25fd8bb539d9aa221bb6c94

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.