unburden-home-dir (0.4.2)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 0.4.2.1 > 0.4.2
- Git: https://github.com/xtaran/unburden-home-dir.git
- 
 
- Branch: master
- Path:  debian/changelog 
- Repo size: 565248
- Browser: https://github.com/xtaran/unburden-home-dir
- Last scan: 2025-10-30 08:08:04+00
- Next scan: 2025-10-31 07:49:00+00
- Debian changelog in Git: unburden-home-dir (0.4.2.1) UNRELEASED; urgency=medium
  * Mention Marcel Partap's bug fix from pull request #20 in the previous
    changelog entry.
  * Replace pcregrep (which hasn't been ported from libpcre3 to libpcre2)
    by a pure Perl oneliner. Drop according build-dep. (Closes: #1073114)
  * Also Build-Conflict against renamed package
    libperl-critic-community-perl.
  * .perlcriticrc: Exclude ValuesAndExpressions::ProhibitFiletest_f (from
    the Perl::Critic::Pulp collection) as the use -f is intentional.
  * Remove unneeded backslash before percent sign in double quoted string.
  * debian/rules: Also replace /usr/share/doc/u…-h…-d…/html/css/fonts with
    a symlink to /usr/share/fonts-font-awesome/fonts. Fixes reoccured
    font-in-non-font-package and font-outside-font-dir lintian warnings.
  * Bracketize lintian overrides.
 -- Axel Beckert <abe@debian.org>  Sat, 30 Apr 2022 00:06:43 +0200
- This branch is 7 commits ahead of tag 0.4.2
- Git log: commit 2a43bf61fd9ea117ef9c18cca86a92dc022b8aa2
Author: Axel Beckert <abe@deuxchevaux.org>
Date:   Sat Jun 15 03:35:40 2024 +0200
    Bracketize lintian overrides
commit 1c77048fb422e267ef41a92ee306f08c5b72fed6
Author: Axel Beckert <abe@deuxchevaux.org>
Date:   Sat Jun 15 03:34:08 2024 +0200
    d…/rules: Also replace /usr/share/doc/u…-h…-d…/html/css/fonts with symlink
    
    Fixes reoccured font-in-non-font-package and font-outside-font-dir
    lintian warnings.
commit 5187512c7b46235343c7a178c64e60db0d5247db
Author: Axel Beckert <abe@deuxchevaux.org>
Date:   Fri Jun 14 13:41:52 2024 +0200
    Remove unneeded backslash before percent sign in double quoted string
commit 315673d482a9eaef4379a1f85b4d206511ac7c9f
Author: Axel Beckert <abe@deuxchevaux.org>
Date:   Fri Jun 14 13:38:31 2024 +0200
    .perlcriticrc: Exclude ValuesAndExpressions::ProhibitFiletest_f
    
    ValuesAndExpressions::ProhibitFiletest_f is from the
    Perl::Critic::Pulp collection and since I want some of the other
    checks, just disable that one as the use -f is intentional.
commit 887ad9419fe494b72d090509d334808a3c9b3e26
Author: Axel Beckert <abe@deuxchevaux.org>
Date:   Fri Jun 14 13:35:40 2024 +0200
    Also Build-Conflict against renamed package libperl-critic-community-perl
    
    (Since the downfall of Freenode, libperl-critic-freenode-perl is a
    transitional package has been renamed to
    libperl-critic-community-perl.)
commit c14b8c23b843b0d53834fd988e1b4f2eb3331218
Author: Axel Beckert <abe@deuxchevaux.org>
Date:   Fri Jun 14 12:03:06 2024 +0200
    [cleanthedocs] Replace pcregrep by a pure Perl oneliner
    
    pcregrep hasn't been ported from libpcre3 to libpcre2 by PCRE
    upstream.
    
    Drop according build-dependency.
    
    Closes: #1073114
    
    Thanks Chris Hofstaedtler!
commit e5180cf20dc40a72034e208da5cd9dbd82bc8139
Author: Axel Beckert <abe@deuxchevaux.org>
Date:   Sat Apr 30 00:10:49 2022 +0200
    Mention Marcel's pull request #20 in the previous changelog entry