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

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



Title: GitLab

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

Commits:

  • a939b36c
    by Debian Janitor at 2023-01-21T01:52:16+00:00
    Remove constraints unnecessary since buster (oldstable)
    
    * libpostgresql-ocaml: Drop conflict with removed package libpostgresql-ocaml-dev (<< 1.11.1) in Replaces.
    * libpostgresql-ocaml: Drop conflict with removed package libpostgresql-ocaml-dev (<< 1.11.1) in Breaks.
    
    Changes-By: deb-scrub-obsolete
  • 1ea57df7
    by Stéphane Glondu at 2023-08-15T12:18:13+00:00
    Merge branch 'scrub-obsolete' into 'master'
    
    Remove unnecessary constraints
    
    See merge request ocaml-team/postgresql-ocaml!2

1 changed file:

Changes:

  • debian/control
    ... ... @@ -46,9 +46,7 @@ Depends:
    46 46
      ${misc:Depends}
    
    47 47
     Provides: ${ocaml:Provides}
    
    48 48
     Breaks:
    
    49
    - libpostgresql-ocaml-dev (<< 1.11.1),
    
    50 49
      nurpawiki (<< 1.2.3-2~)
    
    51
    -Replaces: libpostgresql-ocaml-dev (<< 1.11.1)
    
    52 50
     Description: OCaml bindings to PostgreSQL's libpq (runtime)
    
    53 51
      This OCaml-library provides an interface to PostgreSQL, an
    
    54 52
      efficient and reliable, open source, relational database.
    


  • Reply to: