Your message dated Tue, 14 Jul 2026 09:32:44 -0500
with message-id <[email protected]>
and subject line Re: RFS: rmlint/2.10.3-1 [ITA] -- Extremely fast tool to
remove filesystem lint
has caused the Debian Bug report #1141836,
regarding RFS: rmlint/2.10.3-1 [ITA] -- Extremely fast tool to remove
filesystem lint
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1141836: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1141836
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: sponsorship-requests
Severity: normal
Dear mentors,
I am looking for a sponsor for my package "rmlint":
* Package name : rmlint
Version : 2.10.3-1
Upstream contact : Christopher Pahl
* URL : https://rmlint.readthedocs.io/
* License : same-as-rmlint, GPL-3+, BSD-3-clause, public-domain, CC0-1.0
or OpenSSL-License or Apache-2.0, Expat, BSD-2-clause
* Vcs : https://salsa.debian.org/debian/rmlint
Section : utils
The source builds the following binary packages:
rmlint - Extremely fast tool to remove filesystem lint
rmlint-gui - GTK+ frontend to rmlint
rmlint-doc - HTML documentation for rmlint
To access further information about this package, please visit the
following URL:
https://mentors.debian.net/package/rmlint/
Alternatively, you can download the package with 'dget' using this command:
dget -x
https://mentors.debian.net/debian/pool/main/r/rmlint/rmlint_2.10.3-1.dsc
Changes since the last upload:
rmlint (2.10.3-1) unstable; urgency=medium
.
* New upstream version 2.10.3.
* Adopt package (Closes: #1139862).
* Update debhelper-compact version to 13 in d/control.
* Bumped Standards-Version to 4.7.4 in d/control.
* Remove Priority optional in d/control.
* Remove Rules-Requires-Root no in d/control.
* Update Debian copyright in d/copyright.
* Fix lintian warning privacy-breach-generic.
* Remove unused old patches.
* Add rmlint-doc lintian override.
* Update d/rules to fix lintian warning privacy-breach-generic.
* Update d/watch file to version 5.
* Remove non standard fields from d/upstream/metadata.
* Update d/rmlint-gui.lintian-overrides to newer message.
* Update rmlint and rmlint-gui install file to correct warning.
* Add d/rmlint-doc.lintian-overrides to suppress obsolete bootstrap warning.
Regards,
Syed Shahrukh Hussain.
--
OSS Revival
Empowering open-source, one project at a time.
https://ossrevival.org/
OpenPGP_0xEB62B1057DE7A8B1.asc
Description: OpenPGP public key
OpenPGP_signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Hello,
Running lintian...
N:
W: rmlint: no-manual-page [usr/bin/shredder]
N:
N: Each binary in /usr/bin, /usr/sbin, /bin, /sbin or /usr/games should have
N: a manual page
N:
N: Note that though the man program has the capability to check for several
N: program names in the NAMES section, each of these programs should have its
N: own manual page (a symbolic link to the appropriate manual page is
N: sufficient) because other manual page viewers such as xman or tkman don't
N: support this.
N:
N: If the name of the manual page differs from the binary by case, man may be
N: able to find it anyway; however, it is still best practice to match the
N: exact capitalization of the executable in the manual page.
N:
N: If the manual pages are provided by another package on which this package
N: depends, Lintian may not be able to determine that manual pages are
N: available. In this case, after confirming that all binaries do have manual
N: pages after this package and its dependencies are installed, please add a
N: Lintian override.
N:
N: Please refer to Manual pages (Section 12.1) in the Debian Policy Manual
N: for details.
N:
N: Visibility: warning
N: Show-Always: no
N: Check: documentation/manual
N: Renamed from: binary-without-manpage
N:
N:
I: rmlint-gui: package-installs-legacy-python-egg-info
[usr/lib/python3/dist-packages/shredder-2.10.3.egg-info/PKG-INFO]
N:
N: The package installs .egg-info directory. The modern replacement for
N: .egg-info is .dist-info. That means the package was possibly built using
N: the deprecated setup.py install mechanism. This should be usually
N: converted to pybuild-plugin-pyproject.
N:
N: Please refer to Bug#1121735,
N: https://wiki.debian.org/Python/PybuildPluginPyproject, and
N:
https://setuptools.pypa.io/en/stable/history.html#setup-install-deprecation-note
N: for details.
N:
N: Visibility: info
N: Show-Always: no
N: Check: languages/python
N:
N:
I: rmlint-gui: package-installs-legacy-python-egg-info
[usr/lib/python3/dist-packages/shredder-2.10.3.egg-info/]
N:
I: rmlint-gui: package-installs-legacy-python-egg-info
[usr/lib/python3/dist-packages/shredder-2.10.3.egg-info/dependency_links.txt]
N:
I: rmlint-gui: package-installs-legacy-python-egg-info
[usr/lib/python3/dist-packages/shredder-2.10.3.egg-info/requires.txt]
N:
I: rmlint-gui: package-installs-legacy-python-egg-info
[usr/lib/python3/dist-packages/shredder-2.10.3.egg-info/top_level.txt]
N:
I: rmlint source: uses-deprecated-python-stdlib distutils (deprecated in Python
3.10, removed in Python 3.12) [gui/setup.py:5]
N:
N:
N: The Python library flagged by this tag has been formally marked as
N: deprecated.
N:
N: Please prepare for this deprecation and migrate away from this Python
N: library.
N:
N: See-Also: https://peps.python.org/pep-0594/#deprecated-modules
N:
N: Visibility: info
N: Show-Always: no
N: Check: languages/python/stdlib-deprecation
N:
N:
P: rmlint source: package-uses-old-debhelper-compat-version 13
N:
N: This package uses a debhelper compatibility level that is no longer
N: recommended. Please consider using the recommended level.
N:
N: For most packages, the best way to set the compatibility level is to
N: specify debhelper-compat (= X) as a Build-Depends in debian/control. You
N: can also use the debian/compat file or export DH_COMPAT in debian/rules.
N:
N: If no level is selected debhelper defaults to level 1, which is
N: deprecated.
N:
N: Please refer to the debhelper(7) manual page for details.
N:
N: Visibility: pedantic
N: Show-Always: no
N: Check: debhelper
N:
N:
P: rmlint source: renamed-tag debian-watch-does-not-check-gpg-signature =>
debian-watch-does-not-check-openpgp-signature
[debian/source/lintian-overrides:1]
N:
N: The package has an override for a tag that was renamed. Lintian tag are
N: sometime renamed in order to improve their name.
N:
N: Override file is dynamically translated by Lintian. Nevertheless please
N: replace the old name by the new name.
N:
N: Visibility: pedantic
N: Show-Always: yes
N: Check: debian/lintian-overrides/mystery
N:
I: Lintian run successful (worst tag: warn)
$ dput ftp-master ../rmlint_2.10.3-1_source.changes
Uploading rmlint using ftp to ftp-master (host: ftp.upload.debian.org;
directory: /pub/UploadQueue/)
running allowed-distribution: check whether a local profile permits uploads to
the target distribution
running protected-distribution: warn before uploading to distributions where a
special policy applies
running checksum: verify checksums before uploading
running suite-mismatch: check the target distribution for common errors
running gpg: check GnuPG signatures before the upload
Uploading rmlint_2.10.3-1.dsc
Uploading rmlint_2.10.3.orig.tar.gz
Uploading rmlint_2.10.3-1.debian.tar.xz
Uploading rmlint_2.10.3-1_source.buildinfo
Uploading rmlint_2.10.3-1_source.changes
Best regards,
Simon Quigley
[email protected]
--- End Message ---