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

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



Title: GitLab

Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocamlcreal

Commits:

  • 21238256
    by Debian Janitor at 2023-01-21T01:27:27+00:00
    Remove constraints unnecessary since buster (oldstable)
    
    * Build-Depends: Drop versioned constraint on libgmp-ocaml-dev (>= 20021123-16~).
    
    Changes-By: deb-scrub-obsolete
  • 44662596
    by Stéphane Glondu at 2023-08-15T10:46:54+00:00
    Merge branch 'scrub-obsolete' into 'master'
    
    Remove unnecessary constraints
    
    See merge request ocaml-team/ocamlcreal!3

2 changed files:

Changes:

  • debian/changelog
    1
    +ocamlcreal (0.7-8) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * Remove constraints unnecessary since buster (oldstable):
    
    4
    +    + Build-Depends: Drop versioned constraint on libgmp-ocaml-dev (>=
    
    5
    +      20021123-16~).
    
    6
    +
    
    7
    + -- Debian Janitor <janitor@jelmer.uk>  Sat, 21 Jan 2023 01:27:27 -0000
    
    8
    +
    
    1 9
     ocamlcreal (0.7-7) unstable; urgency=low
    
    2 10
     
    
    3 11
       [ Stéphane Glondu ]
    

  • debian/control
    ... ... @@ -7,7 +7,7 @@ Uploaders:
    7 7
     Build-Depends:
    
    8 8
      debhelper-compat (= 13),
    
    9 9
      ocaml,
    
    10
    - libgmp-ocaml-dev (>= 20021123-16~),
    
    10
    + libgmp-ocaml-dev,
    
    11 11
      dh-ocaml
    
    12 12
     Standards-Version: 4.6.0
    
    13 13
     Rules-Requires-Root: no
    


  • Reply to: