 suricata (1:8.0.1-3)
[PTS] [DDPO]
 suricata (1:8.0.1-3)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 1:8.0.1-4 > 1:8.0.1-3
- Git: https://salsa.debian.org/pkg-suricata-team/pkg-suricata.git
- 
 
- Branch: master
- Path:  debian/changelog 
- Repo size: 2777088
- Browser: https://salsa.debian.org/pkg-suricata-team/pkg-suricata
- Last scan: 2025-10-29 02:33:03+00
- Next scan: 2025-11-04 11:50:00+00
- Open issues: 1
- Debian changelog in Git: suricata (1:8.0.1-4) UNRELEASED; urgency=medium
  [ Andreas Dolp ]
  * Use /usr/bin/kill instead of /bin/kill.
  * d/control: Bump standards version from 4.6.2 to 4.7.2 without any special
  * rename d/NEWS.Debian to d/NEWS to fix lintian warning
    'incorrect-packaging-filename'
  * d/copyright: Remove superfluous file patterns for some deleted files
  * lintian: Remove lintian override 'executable-in-usr-lib'
  * lintian: Fix file permissions of python/suricata/config/defaults.py
  * blhc: Set ignore pattern for rust to avoid false-positives
  * Fix non-existent '.ft C' in manpages to avoid lintian warnings
  [ Sascha Steinbiss ]
  * Add Andreas Dolp to Uploaders.
 -- Andreas Dolp <dev@andreas-dolp.de>  Tue, 21 Oct 2025 20:02:27 +0200
- This branch is 9 commits ahead of tag debian/1%8.0.1-3
- Git log: commit dbc886b747b42390f22697ad23736cff90006564
Author: Sascha Steinbiss <satta@debian.org>
Date:   Thu Oct 23 14:03:54 2025 +0200
    add Andreas Dolp to Uploaders
commit c25aa4e824d649e06d8b1feadc61340f6401170c
Author: Andreas Dolp <dev@andreas-dolp.de>
Date:   Sat Oct 11 22:19:02 2025 +0200
    Fix non-existent '.ft C' in manpages to avoid lintian warnings
    
    Lintian warns about the upstream manpages containing the pattern
    '.ft C' to select the font C, which is not defined for Debian groff.
    
    'override_dh_installman' now installs the manpages as regular, but
    searches for *.1 files in debian/ and appends the following line
    after the '.TH' line: 'if n .ftr C R''
    The appended line instructs groff to use the normal regular font R
    instead of C, if running in nroff / text mode, which fixes the
    lintian warnings.
    
    If upstream uses another version of rst2man in the release process,
    which does not generate the '.ft C' lines in the resulting manpages
    (*.1), this fix can be removed.
    
    I will not use a Debian patch, as generally the upstream manpages are
    formatted correctly, but Debian's groff does not implement font C.
    In contrast to a Debian patch, this solution is more generic and
    would not need to be adjusted, if upstream adds or changes manpages.
commit d2b282838f9ea1d883c42c0d0d6e39540fc734bb
Author: Andreas Dolp <dev@andreas-dolp.de>
Date:   Sun Oct 12 12:47:17 2025 +0200
    blhc: Set ignore pattern for rust to avoid false-positives
    
    According to the blhc manpage, only gcc is supported.
    Tried to build the rust code with '--verbose', but this doesn't
    improve anything, so I think this warning can be disabled to make
    the salsa pipeline green.
commit a5ed33c21e40d1823ec98e8396c19b3921c50c48
Author: Andreas Dolp <dev@andreas-dolp.de>
Date:   Sun Oct 12 01:45:17 2025 +0200
    lintian: Fix file permissions of python/suricata/config/defaults.py
    
    Lintian warns of 'executable-not-elf-or-script', because the file
    is marked executable, but it is not a script nor an executable.
commit 28980b36bf30a338f1bf85484bfee45aece7d1ef
Author: Andreas Dolp <dev@andreas-dolp.de>
Date:   Sun Oct 12 00:49:27 2025 +0200
    lintian: Remove lintian override 'executable-in-usr-lib'
    
    This override produced another warning 'mismatched-override' because
    the override is not needed any more.
commit 1626958715c68d44982962f812e5f5f031d2ae07
Author: Andreas Dolp <dev@andreas-dolp.de>
Date:   Sun Oct 12 00:11:56 2025 +0200
     d/copyright: Remove superfluous file patterns for some deleted files
    
    Detected thanks to lintian warnings 'superfluous-file-pattern'.
commit 26623cd70d30a776f487f689d53f2d78cd70ffe5
Author: Andreas Dolp <dev@andreas-dolp.de>
Date:   Sun Oct 12 00:06:32 2025 +0200
    lintian: Fix 'incorrect-packaging-filename' warning for d/NEWS
    
    In the source tree the file has to be named d/NEWS.
    Debhelper scripts will then copy to file to its final destination
    at /usr/share/doc/*pkg*/NEWS.Debian.gz. Refer to #1061453 for
    clarification.
commit d340d7077cc291a1f7031df312e6714f8bc4d11f
Author: Andreas Dolp <dev@andreas-dolp.de>
Date:   Tue Oct 21 20:20:26 2025 +0200
    d/control: Bump standards version from 4.6.2 to 4.7.2
    
    No special changes required.
commit b94c04691edb731bc0204684f1bf677ae712e69d
Author: Andreas Dolp <dev@andreas-dolp.de>
Date:   Tue Oct 21 20:05:02 2025 +0200
    Use /usr/bin/kill instead of /bin/kill
    
    This is not directly related to the standards upgrade to 4.7.2,
    but I think we should comply to the normal, modern paths /usr/.