diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:21:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:21:34 +0000 |
commit | ab4e3f86b57befb69176469ae662bc5ed7f7edd7 (patch) | |
tree | 9771b4d382ec78423841e66f982defe71b5e0073 /debian/changelog | |
parent | Merging upstream version 0.1.41. (diff) | |
download | debputy-ab4e3f86b57befb69176469ae662bc5ed7f7edd7.tar.xz debputy-ab4e3f86b57befb69176469ae662bc5ed7f7edd7.zip |
Adding debian version 0.1.41.debian/0.1.41
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/changelog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e2cd056..cd0333f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,19 @@ +debputy (0.1.41) unstable; urgency=medium + + * LSP/Lint: + - Fix typo in diagnostic message + - Reduce the number of false positive pkgfile typo warnings. + Thanks to Otto Kekäläinen <otto@debian.org> (Closes: debputy#109) + - Avoid recommending name segment for packaging files that do not + support that. Note all `debhelper` files currently "support" + name segments as far as `debputy` can tell, since `dh_assistant` + does not track this feature. + * debputy reformat: Fix error in instructions + * debputy-documentation.json: Add `debian/lintian-brush.conf` as + known file. + + -- Niels Thykier <niels@thykier.net> Tue, 02 Jul 2024 20:52:51 +0000 + debputy (0.1.40) unstable; urgency=medium * Manifest changes: |