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

[Git][lintian/lintian][master] 3 commits: d/control: remove redundant Rules-Requires-Root field



Title: GitLab

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

Commits:

  • 5f9694d8
    by Louis-Philippe Véronneau at 2025-10-16T15:29:42-04:00
    d/control: remove redundant Rules-Requires-Root field
    
  • b35e8dfa
    by Louis-Philippe Véronneau at 2025-10-16T15:34:17-04:00
    releasing package lintian version 2.127.0
    
  • c04993b8
    by Louis-Philippe Véronneau at 2025-10-16T15:35:37-04:00
    bootstrap new release
    

2 changed files:

Changes:

  • debian/changelog
    1
    -lintian (2.127.0) UNRELEASED; urgency=medium
    
    1
    +lintian (2.128.0) UNRELEASED; urgency=medium
    
    2 2
     
    
    3 3
       * WIP (generated at release time: please do not add entries below.)
    
    4 4
     
    
    5
    - -- Louis-Philippe Véronneau <pollo@debian.org>  Thu, 18 Sep 2025 10:54:54 -0400
    
    5
    + -- Louis-Philippe Véronneau <pollo@debian.org>  Thu, 16 Oct 2025 15:34:56 -0400
    
    6
    +
    
    7
    +lintian (2.127.0) unstable; urgency=medium
    
    8
    +
    
    9
    +  [ Louis-Philippe Véronneau ]
    
    10
    +  * adjust phrasing in the newly documented debug entries.
    
    11
    +  * Add information on the Origin field being parsed in the
    
    12
    +    patch-not-forwarded-upstream tag. (Closes: #1065870)
    
    13
    +  * d/control: remove redundant Rules-Requires-Root field.
    
    14
    +
    
    15
    +  [ Rafael Laboissière ]
    
    16
    +  * Correctly parse the paragraphs in watch file with format v5.
    
    17
    +    (Closes: #1115463)
    
    18
    +
    
    19
    +  [ Emanuele Rocca ]
    
    20
    +  * hardening-no-fortify-functions: exclude Rust code.
    
    21
    +  * Suggest solution for tests without purpose.
    
    22
    +
    
    23
    +  [ Alexandre Detiste ]
    
    24
    +  * add python3-tz to the list of obsolete-packages.
    
    25
    +
    
    26
    +  [ Nilesh Patra ]
    
    27
    +  * Expand @builddeps@ and @recommends@ field if it specified in Test Depends.
    
    28
    +    (Closes: #1017916, #1024610)
    
    29
    +  * Add a check in existing check to smoket-test @builddeps@ and @recommends@
    
    30
    +    are expanded.
    
    31
    +  * Display the package against which (build-,)depends-obsolete-bootstrap is
    
    32
    +    issued. Adjust tests accordingly. (Closes: #1065177)
    
    33
    +
    
    34
    +  [ Dima Kogan ]
    
    35
    +  * Document --debug parameter.
    
    36
    +  * Improved documentation for lintian-override files. (Closes: #1077709)
    
    37
    +
    
    38
    +  [ Marc Leeman ]
    
    39
    +  * recursive-privilege-change: do not trigger with -maxdepth 1.
    
    40
    +
    
    41
    +  [ Florent 'Skia' Jacquet ]
    
    42
    +  * tests: fix 'binaries-misplaced' pkg if '/bin/true' is a symlink.
    
    43
    +  * Add 'Resolute Raccoon' in the list of known Ubuntu series.
    
    44
    +
    
    45
    + -- Louis-Philippe Véronneau <pollo@debian.org>  Thu, 16 Oct 2025 15:31:04 -0400
    
    6 46
     
    
    7 47
     lintian (2.126.0) unstable; urgency=medium
    
    8 48
     
    

  • debian/control
    ... ... @@ -69,7 +69,6 @@ Build-Depends:
    69 69
      wbritish <!nocheck>,
    
    70 70
      zip <!nocheck>
    
    71 71
     Standards-Version: 4.7.2
    
    72
    -Rules-Requires-Root: no
    
    73 72
     Vcs-Git: https://salsa.debian.org/lintian/lintian.git
    
    74 73
     Vcs-Browser: https://salsa.debian.org/lintian/lintian
    
    75 74
     Homepage: https://lintian.debian.org/
    


  • Reply to: