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

[Git][ocaml-team/ocaml-mm][master] 2 commits: Replace explicit dependencies with dh_ocaml



Title: GitLab

Kyle Robbertze pushed to branch master at Debian OCaml Maintainers / ocaml-mm

Commits:

  • d981b936
    by Kyle Robbertze at 2024-03-16T19:25:23+00:00
    Replace explicit dependencies with dh_ocaml
    
  • bb05a0cf
    by Kyle Robbertze at 2024-03-16T19:27:17+00:00
    prepare upload to unstable
    

2 changed files:

Changes:

  • debian/changelog
    1
    +ocaml-mm (0.8.5-4) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Replace explicit dependencies with dh_ocaml
    
    4
    +
    
    5
    + -- Kyle Robbertze <paddatrapper@debian.org>  Sat, 16 Mar 2024 19:26:51 +0000
    
    6
    +
    
    1 7
     ocaml-mm (0.8.5-3) unstable; urgency=medium
    
    2 8
     
    
    3 9
       * Drop extraneous dependency on gstreamer and ogg in dev package
    

  • debian/control
    ... ... @@ -33,13 +33,7 @@ Description: OCaml multimedia library -- runtime files
    33 33
     
    
    34 34
     Package: libmm-ocaml-dev
    
    35 35
     Architecture: any
    
    36
    -Depends: libalsa-ocaml-dev,
    
    37
    -         libao-ocaml-dev,
    
    38
    -         libmad-ocaml-dev,
    
    39
    -         libmm-ocaml (= ${binary:Version}),
    
    40
    -         libpulse-ocaml-dev,
    
    41
    -         libsdl-ocaml-dev,
    
    42
    -         libtheora-ocaml-dev,
    
    36
    +Depends: libmm-ocaml (= ${binary:Version}),
    
    43 37
              ocaml-findlib,
    
    44 38
              ${shlibs:Depends},
    
    45 39
              ${misc:Depends},
    


  • Reply to: