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

[Git][lintian/lintian][master] 3 commits: Fix typo in documentation



Title: GitLab

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

Commits:

  • 06edc346
    by Louis-Philippe Véronneau at 2024-09-10T21:46:09-04:00
    Fix typo in documentation
    
  • e43a99a0
    by Louis-Philippe Véronneau at 2024-09-10T22:08:17-04:00
    releasing package lintian version 2.118.2
    
  • f5741e53
    by Louis-Philippe Véronneau at 2024-09-10T22:10:02-04:00
    d/changelog: Open entry for 2.118.3
    

2 changed files:

Changes:

  • CONTRIBUTING.md
    ... ... @@ -284,7 +284,7 @@ First ensure that test suite pass both locally and on salsa.
    284 284
     Then make a release commit by running the following command
    
    285 285
     (make sure the `DEBEMAIL` and `DEBFULLNAME` variables are set)
    
    286 286
     
    
    287
    -    $ gbp dch -R --postedit="private/generate-tag-summary" --in-place"
    
    287
    +    $ gbp dch -R --postedit="private/generate-tag-summary --in-place"
    
    288 288
     
    
    289 289
     Check if commit message and changelog are in good shape (edit if needed
    
    290 290
     and amend commit). Then build as usual.
    

  • debian/changelog
    1
    -lintian (2.118.2) UNRELEASED; urgency=medium
    
    1
    +lintian (2.118.3) UNRELEASED; urgency=medium
    
    2 2
     
    
    3 3
       * XXX: generate tag summary with private/generate-tag-summary
    
    4 4
     
    
    5
    - -- Louis-Philippe Véronneau <pollo@debian.org>  Sun, 01 Sep 2024 20:38:45 -0400
    
    5
    + -- Louis-Philippe Véronneau <pollo@debian.org>  Tue, 10 Sep 2024 22:09:12 -0400
    
    6
    +
    
    7
    +lintian (2.118.2) unstable; urgency=medium
    
    8
    +
    
    9
    +  * Validate domain's TLD when checking for bogus-mail-host. (Closes: #1081316)
    
    10
    +  * Fix typo in documentation
    
    11
    +
    
    12
    + -- Louis-Philippe Véronneau <pollo@debian.org>  Tue, 10 Sep 2024 21:46:32 -0400
    
    6 13
     
    
    7 14
     lintian (2.118.1) unstable; urgency=medium
    
    8 15
     
    


  • Reply to: