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

[Git][ocaml-team/ocaml-soundtouch][master] 2 commits: Remove constraints unnecessary since buster (oldstable)



Title: GitLab

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

Commits:

  • f7b6f9d8
    by Debian Janitor at 2023-07-27T05:43:39+00:00
    Remove constraints unnecessary since buster (oldstable)
    
    * libsoundtouch-ocaml-dev: Drop versioned constraint on libsoundtouch-dev (>= 1.5.0) in Depends.
    
    Changes-By: deb-scrub-obsolete
  • bc600578
    by Stephane Glondu at 2023-08-15T13:30:26+02:00
    Merge branch 'ocaml-soundtouch-scrub-obsolete'
    

2 changed files:

Changes:

  • debian/changelog
    1
    +ocaml-soundtouch (0.1.9-4) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * Remove constraints unnecessary since buster (oldstable):
    
    4
    +    + libsoundtouch-ocaml-dev: Drop versioned constraint on libsoundtouch-dev
    
    5
    +      (>= 1.5.0) in Depends.
    
    6
    +
    
    7
    + -- Debian Janitor <janitor@jelmer.uk>  Thu, 27 Jul 2023 05:43:39 -0000
    
    8
    +
    
    1 9
     ocaml-soundtouch (0.1.9-3) unstable; urgency=medium
    
    2 10
     
    
    3 11
       * Team upload
    

  • debian/control
    ... ... @@ -32,7 +32,7 @@ Package: libsoundtouch-ocaml-dev
    32 32
     Architecture: any
    
    33 33
     Depends:
    
    34 34
      ${ocaml:Depends},
    
    35
    - libsoundtouch-dev (>= 1.5.0),
    
    35
    + libsoundtouch-dev,
    
    36 36
      libsoundtouch-ocaml (= ${binary:Version}),
    
    37 37
      ocaml-findlib,
    
    38 38
      ${misc:Depends}
    


  • Reply to: