rpmlint 1.9-6 source package in Ubuntu

Changelog

rpmlint (1.9-6) unstable; urgency=medium

  * [b246861] d/t/control: depends on flake8 and python-pytest

 -- Arturo Borrero Gonzalez <email address hidden>  Wed, 30 Nov 2016 12:08:59 +0100

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
Bionic release universe misc

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rpmlint_1.9-6.dsc 2.1 KiB f4d5d07a3d32d1dca26fa83be04b5f6d3296dd3ba3c940739d8ad60ff904f5da
rpmlint_1.9.orig.tar.gz 19.8 MiB e8fe00527a721e9d6e5735b3ac87d949deeab3dd674f93b74d18e5393781cd07
rpmlint_1.9-6.debian.tar.xz 4.6 KiB b042cc6daee725e70fe64f718363bdf78d4ba48c94f79e278cf4c3b53cce5fbc

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.