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

[Git][lintian/lintian][master] Import Debian version 2.121.1+nmu1



Title: GitLab

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

Commits:

  • b15eeaf4
    by Niels Thykier at 2025-03-15T11:13:30-07:00
    Import Debian version 2.121.1+nmu1
    
    The current version in Debian unstable was prepared and uploaded outside
    of version control. Import it back into version control to avoid versions
    diverging.
    
    Done using command:
    
        gbp import-dsc --verbose apt:$(basename $PWD)/sid
    
    ..and be recovering the commits done since last upload:
    - 1e16dfa0
    - 6c5cef3c
    - 7cdc5a98
    

9 changed files:

Changes:

  • debian/changelog
    ... ... @@ -4,6 +4,17 @@ lintian (2.121.2) UNRELEASED; urgency=medium
    4 4
     
    
    5 5
      -- Louis-Philippe Véronneau <pollo@debian.org>  Fri, 06 Dec 2024 20:06:49 -0500
    
    6 6
     
    
    7
    +lintian (2.121.1+nmu1) unstable; urgency=medium
    
    8
    +
    
    9
    +  * Non-maintainer upload.
    
    10
    +  * d/clean: Add trailing slashes to directories to fix clean
    
    11
    +    rule.
    
    12
    +  * t: Disable tests that fail with dpkg/1.22.12 and newer until
    
    13
    +    the maintainer can have a look at a better fix.
    
    14
    +    (Closes: #1092092, #1092381)
    
    15
    +
    
    16
    + -- Niels Thykier <niels@thykier.net>  Sun, 16 Feb 2025 10:44:57 +0000
    
    17
    +
    
    7 18
     lintian (2.121.1) unstable; urgency=medium
    
    8 19
     
    
    9 20
       * Source-only upload. No changes.
    

  • debian/clean
    1 1
     debian/test-out/
    
    2
    -doc/api.html
    
    2
    +doc/api.html/
    
    3 3
     doc/lintian.html
    
    4 4
     man/man1/
    
    5 5
     man/man3/
    

  • debian/source/local-options deleted
    1
    -tar-ignore
    
    2
    -tar-ignore=lintian/.idea
    
    3
    -tar-ignore=lintian/*.iml
    
    4
    -tar-ignore=lintian/debian/test-out
    
    5
    -tar-ignore=lintian/doc/api.html

  • t/recipes/checks/debian/control/field/rules-requires-root/legacy-relations/eval/desc
    1 1
     Testname: legacy-relations
    
    2 2
     Check: debian/control/field/rules-requires-root
    
    3
    +Test-Depends: dpkg-dev (<< 1.22.12~)

  • t/recipes/checks/documentation/legacy-binary/eval/desc
    1 1
     Testname: legacy-binary
    
    2 2
     Check: documentation
    
    3
    +Test-Depends: dpkg-dev (<< 1.22.12~)

  • t/recipes/checks/documentation/legacy-libbaz/eval/desc
    1 1
     Testname: legacy-libbaz
    
    2 2
     Check: documentation
    
    3
    +Test-Depends: dpkg-dev (<< 1.22.12~)

  • t/recipes/checks/documentation/legacy-scripts/eval/desc
    1 1
     Testname: legacy-scripts
    
    2 2
     Check: documentation
    
    3
    +Test-Depends: dpkg-dev (<< 1.22.12~)

  • t/recipes/checks/fields/recommended/generic-empty/eval/desc
    1 1
     Testname: generic-empty
    
    2 2
     Check: fields/recommended
    
    3
    +Test-Depends: dpkg-dev (<< 1.22.12~)

  • t/recipes/checks/files/permissions/legacy-scripts/eval/desc
    1 1
     Testname: legacy-scripts
    
    2 2
     Check: files/permissions
    
    3
    +Test-Depends: dpkg-dev (<< 1.22.12~)


  • Reply to: