kildclient (3.2.1-1)
[PTS] [DDPO]
ERROR:
- Git: https://git.code.sf.net/p/kildclient/git
-
- Branch: master
- Path: debian/changelog
- Repo size: 5992448
- Browser: https://sourceforge.net/p/kildclient/git/ci/master/tree/debian/
- Last scan: 2024-12-08 06:13:04+00
- Error: Error parsing line 1 of debian/changelog
- Next scan: 2024-12-09 02:13:00+00
- Debian changelog in Git:
kildclient (3.2.1-1) unstable; urgency=low
* rules, clean: Handle automatically generated html files in clean
target. Closes: #1048469
* clean: Remove src/kildclient.gresource.c in order from it to be
regenerated from source during build.
* control: Use debhelper 13, and specify the compatibility level with
a dependency on debhelper-compat (= 13).
* control: Set Rules-Requires-Root to no.
* watch: Change compatibility to version 4.
* upstream/signing-key.asc: Extra signatures were removed from the
signing key.
* NEWS, docs: renamed NEWS.Debian to NEWS; it is no longer necessary
to list this file in docs.
* control: Updated policy compliance to 4.6.2, no changes were
necessary.
-- Eduardo M Kalinowski <eduardo@kalinowski.com.br> Wed, 25 Oct 2023 14:32:27 -0300
- This branch is 3 commits ahead of tag Release_3.2.1
- Git log:
commit 80140eae943dfd73870455abf2e1eed982fc1613
Author: Eduardo M KALINOWSKI <eduardo@kalinowski.com.br>
Date: Wed Oct 25 14:47:03 2023 -0300
Simplify regeneration of html manual during debian build
By listing the directory where html file are output in debian/clean,
it is removed before build, thus it's not considered when checking
for differences when building the source package.
'touch kildclient.xml' is unnecessary, because 'make html' always
calls xsltproc to generate the html manual, even if there is no
change.
commit 98428b6416b8358018123ce7eaff4c620578d9ee
Author: Eduardo M KALINOWSKI <eduardo@kalinowski.com.br>
Date: Wed Oct 25 14:32:57 2023 -0300
Force regeneration of kildclient.gresource.c when building deb package
commit 13cac97026cb9b38437fa6b6c2457bf593118e54
Author: Eduardo M KALINOWSKI <eduardo@kalinowski.com.br>
Date: Sat Sep 9 09:10:38 2023 -0300
Fix spell-checking not working on Windows
While all the necessary DLLs were included, some were being copied from
the ActivePerl distribution, and for some reason they prevented the
enchant plugin from being loaded.
They're now copied from the mingw32 distribution. Perl continues to work
normally.