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

[Git][ocaml-team/ocaml-fdkaac][master] Add missing Provides in libfdkaac-ocaml{,-dev}



Title: GitLab

Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocaml-fdkaac

Commits:

  • 67044ab6
    by Stephane Glondu at 2023-08-23T15:35:34+02:00
    Add missing Provides in libfdkaac-ocaml{,-dev}
    

2 changed files:

Changes:

  • debian/changelog
    1
    +ocaml-fdkaac (0.3.3~gitd3393eb-3) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Team upload
    
    4
    +  * Add missing Provides in libfdkaac-ocaml{,-dev}
    
    5
    +
    
    6
    + -- Stéphane Glondu <glondu@debian.org>  Wed, 23 Aug 2023 15:31:32 +0200
    
    7
    +
    
    1 8
     ocaml-fdkaac (0.3.3~gitd3393eb-2) unstable; urgency=medium
    
    2 9
     
    
    3 10
       * Team upload
    

  • debian/control
    ... ... @@ -24,6 +24,7 @@ Architecture: any
    24 24
     Depends: ${ocaml:Depends},
    
    25 25
              ${shlibs:Depends},
    
    26 26
              ${misc:Depends}
    
    27
    +Provides: ${ocaml:Provides}
    
    27 28
     Description: OCaml interface to the fdkaac library -- runtime files
    
    28 29
      This package provides an interface to the fdkaac library for
    
    29 30
      OCaml programmers.
    
    ... ... @@ -57,6 +58,7 @@ Depends: libfdk-aac-dev,
    57 58
              ${ocaml:Depends},
    
    58 59
              ${shlibs:Depends},
    
    59 60
              ${misc:Depends}
    
    61
    +Provides: ${ocaml:Provides}
    
    60 62
     Description: OCaml interface to the fdkaac library -- development files
    
    61 63
      This package provides an interface to the fdkaac library for
    
    62 64
      OCaml programmers.
    


  • Reply to: