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

[Git][ocaml-team/ocaml-sqlite3][master] 3 commits: Remove constraints unnecessary since buster



Title: GitLab

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

Commits:

  • 3ca49990
    by Debian Janitor at 2022-05-11T03:53:47+00:00
    Remove constraints unnecessary since buster
    
    * Build-Depends: Drop versioned constraint on libsqlite3-dev and ocaml-findlib.
    
    Changes-By: deb-scrub-obsolete
  • e59aa50a
    by Stephane Glondu at 2023-08-15T14:04:32+02:00
    Merge branch 'ocaml-sqlite3-scrub-obsolete'
    
  • 1bee0329
    by Stephane Glondu at 2023-08-15T14:05:05+02:00
    Update changelog
    

2 changed files:

Changes:

  • debian/changelog
    1
    +ocaml-sqlite3 (5.1.0-4) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  [ Debian Janitor ]
    
    4
    +  * Remove constraints unnecessary since buster
    
    5
    +
    
    6
    + -- Stéphane Glondu <glondu@debian.org>  Tue, 15 Aug 2023 14:04:48 +0200
    
    7
    +
    
    1 8
     ocaml-sqlite3 (5.1.0-3) unstable; urgency=medium
    
    2 9
     
    
    3 10
       * Include ocamlvars.mk in debian/rules
    

  • debian/control
    ... ... @@ -7,10 +7,10 @@ Build-Depends:
    7 7
      debhelper-compat (= 13),
    
    8 8
      pkg-config,
    
    9 9
      ocaml,
    
    10
    - libsqlite3-dev (>= 3.3.9),
    
    10
    + libsqlite3-dev,
    
    11 11
      ocaml-dune,
    
    12 12
      libdune-ocaml-dev,
    
    13
    - ocaml-findlib (>= 1.4),
    
    13
    + ocaml-findlib,
    
    14 14
      dh-ocaml (>= 1.2)
    
    15 15
     Standards-Version: 4.6.0
    
    16 16
     Rules-Requires-Root: no
    


  • Reply to: