[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][lintian/lintian][master] Update OldStable Epoch after trixie release



Title: GitLab

Louis-Philippe Véronneau pushed to branch master at lintian / lintian

Commits:

  • 1f2c05f3
    by Nilesh Patra at 2025-09-16T02:21:22+00:00
    Update OldStable Epoch after trixie release
    

2 changed files:

Changes:

  • lib/Lintian/Check/MaintainerScripts/AncientVersion.pm
    ... ... @@ -38,9 +38,9 @@ with 'Lintian::Check';
    38 38
     
    
    39 39
     const my $EMPTY => q{};
    
    40 40
     
    
    41
    -# date --date="Sat, 14 Aug 2021 17:41:41 -0400" +%s
    
    42
    -# https://lists.debian.org/debian-announce/2021/msg00003.html
    
    43
    -const my $OLDSTABLE_RELEASE_EPOCH => 1_628_977_301;
    
    41
    +# date --date="Sat, 10 Jun 2023 19:56:04 -0400" +%s
    
    42
    +# https://lists.debian.org/debian-announce/2023/msg00001.html
    
    43
    +const my $OLDSTABLE_RELEASE_EPOCH => 1_686_441_364;
    
    44 44
     
    
    45 45
     # When detecting commands inside shell scripts, use this regex to match the
    
    46 46
     # beginning of the command rather than checking whether the command is at the
    

  • t/recipes/checks/maintainer-scripts/ancient-version/scripts-supports-ancient-package-version/eval/hints
    1
    -scripts-supports-ancient-package-version (binary): maintainer-script-supports-ancient-package-version 0.5 (2009-02-07 < 2021-08-14) [postinst:9]
    
    2
    -scripts-supports-ancient-package-version (binary): maintainer-script-supports-ancient-package-version 0.5 (2009-02-07 < 2021-08-14) [postinst:8]
    
    3
    -scripts-supports-ancient-package-version (binary): maintainer-script-supports-ancient-package-version 0.5 (2009-02-07 < 2021-08-14) [postinst:7]
    
    4
    -scripts-supports-ancient-package-version (binary): maintainer-script-supports-ancient-package-version 0.5 (2009-02-07 < 2021-08-14) [postinst:6]
    
    5
    -scripts-supports-ancient-package-version (binary): maintainer-script-supports-ancient-package-version 0.5 (2009-02-07 < 2021-08-14) [postinst:11]
    
    6
    -scripts-supports-ancient-package-version (binary): maintainer-script-supports-ancient-package-version 0.5 (2009-02-07 < 2021-08-14) [postinst:10]
    1
    +scripts-supports-ancient-package-version (binary): maintainer-script-supports-ancient-package-version 0.5 (2009-02-07 < 2023-06-10) [postinst:9]
    
    2
    +scripts-supports-ancient-package-version (binary): maintainer-script-supports-ancient-package-version 0.5 (2009-02-07 < 2023-06-10) [postinst:8]
    
    3
    +scripts-supports-ancient-package-version (binary): maintainer-script-supports-ancient-package-version 0.5 (2009-02-07 < 2023-06-10) [postinst:7]
    
    4
    +scripts-supports-ancient-package-version (binary): maintainer-script-supports-ancient-package-version 0.5 (2009-02-07 < 2023-06-10) [postinst:6]
    
    5
    +scripts-supports-ancient-package-version (binary): maintainer-script-supports-ancient-package-version 0.5 (2009-02-07 < 2023-06-10) [postinst:11]
    
    6
    +scripts-supports-ancient-package-version (binary): maintainer-script-supports-ancient-package-version 0.5 (2009-02-07 < 2023-06-10) [postinst:10]


  • Reply to: