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

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



Title: GitLab

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

Commits:

  • 0014def3
    by Debian Janitor at 2022-11-02T04:30:00+00:00
    Remove constraints unnecessary since buster (oldstable)
    
    * Build-Depends: Drop versioned constraint on dh-ocaml.
    
    Changes-By: deb-scrub-obsolete
  • 2ad03636
    by Debian Janitor at 2023-01-30T02:56:57+00:00
    Remove constraints unnecessary since buster (oldstable)
    
    * libcudf-dev: Replace dependency on transitional package libncurses5-dev with replacement libtinfo6 (= 6.1+20181013-2+deb10u2), libncurses-dev (= 6.1+20181013-2+deb10u2) in Depends.
    
    Changes-By: deb-scrub-obsolete
  • d50e74e1
    by Stéphane Glondu at 2023-07-22T07:45:42+00:00
    Merge branch 'master' into 'scrub-obsolete'
  • 93d4d949
    by Stéphane Glondu at 2023-07-22T07:46:11+00:00
    Merge branch 'scrub-obsolete' into 'master'
    
    Remove unnecessary constraints
    
    See merge request ocaml-team/cudf!2

2 changed files:

Changes:

  • debian/changelog
    1 1
     cudf (0.9-3) UNRELEASED; urgency=medium
    
    2 2
     
    
    3
    +  * Remove constraints unnecessary since buster (oldstable):
    
    4
    +    + Build-Depends: Drop versioned constraint on dh-ocaml.
    
    5
    +  * Remove constraints unnecessary since buster (oldstable):
    
    6
    +    + libcudf-dev: Replace dependency on transitional package libncurses5-dev
    
    7
    +      with replacement libtinfo6 (= 6.1+20181013-2+deb10u2), libncurses-dev (=
    
    8
    +      6.1+20181013-2+deb10u2) in Depends.
    
    3 9
       * Use secure URI in Homepage field.
    
    4 10
       * Update standards version to 4.6.1, no changes needed.
    
    5 11
       * Remove field Section on binary package cudf-tools that duplicates source.
    

  • debian/control
    ... ... @@ -4,8 +4,8 @@ Priority: optional
    4 4
     Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
    
    5 5
     Uploaders: Ralf Treinen <treinen@debian.org>
    
    6 6
     Build-Depends:
    
    7
    - debhelper-compat (=13),
    
    8
    - dh-ocaml (>= 0.9),
    
    7
    + debhelper-compat (= 13),
    
    8
    + dh-ocaml,
    
    9 9
      ocaml-nox,
    
    10 10
      ocaml-findlib,
    
    11 11
      ocamlbuild,
    
    ... ... @@ -54,7 +54,7 @@ Section: libdevel
    54 54
     Depends:
    
    55 55
      libc6-dev,
    
    56 56
      libglib2.0-dev,
    
    57
    - libncurses5-dev,
    
    57
    + libtinfo6 (= 6.1+20181013-2+deb10u2), libncurses-dev (= 6.1+20181013-2+deb10u2),
    
    58 58
      ${shlibs:Depends},
    
    59 59
      ${misc:Depends}
    
    60 60
     Description: C library to access descriptions of package upgrade problems
    


  • Reply to: