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

[Git][lintian/lintian][master] Avoid an error with recent dpkg tools



Title: GitLab

Bastien Roucariès pushed to branch master at lintian / lintian

Commits:

  • 9d9ea78e
    by Bastien Roucariès at 2024-07-27T17:09:05+00:00
    Avoid an error with recent dpkg tools
    

2 changed files:

Changes:

  • t/recipes/checks/fields/package-relations/fields-virtual-packages/build-spec/debian/control.in
    ... ... @@ -24,7 +24,7 @@ Description: [% $description %]
    24 24
     Package: [% $source %]2
    
    25 25
     Architecture: [% $package_architecture %]
    
    26 26
     Depends: ${shlibs:Depends}, ${misc:Depends}
    
    27
    -Provides: a, iNvAlId-NaMe, versioned (>> 0.1)
    
    27
    +Provides: a, iNvAlId-NaMe
    
    28 28
     Description: [% $description %] - bogus
    
    29 29
      This is a bogus test package designed to exercise some feature or tag
    
    30 30
      of Lintian.  It is part of the Lintian test suite and may do very odd
    

  • t/recipes/checks/fields/package-relations/fields-virtual-packages/eval/hints
    1
    -fields-virtual-packages2 (binary): invalid-versioned-provides versioned (>> 0.1)
    
    2 1
     fields-virtual-packages2 (binary): bad-provided-package-name iNvAlId-NaMe
    
    3 2
     fields-virtual-packages2 (binary): bad-provided-package-name a
    
    4 3
     fields-virtual-packages (binary): virtual-package-depends-without-real-package-depends Depends: httpd


  • Reply to: