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

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



Title: GitLab

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

Commits:

  • baf457cc
    by Debian Janitor at 2023-01-05T23:54:06+00:00
    Remove constraints unnecessary since buster (oldstable)
    
    * Build-Depends: Drop versioned constraint on ocaml-findlib (>= 1.4).
    * Build-Depends: Drop versioned constraint on dh-ocaml (>= 0.9).
    * Build-Depends: Drop versioned constraint on ocaml-nox (>= 4.01).
    * Build-Depends: Drop versioned constraint on libcairo2-dev (>= 1.2).
    * Build-Depends: Drop versioned constraint on liblablgtk2-ocaml-dev (>= 2.12.0-4~).
    
    Changes-By: deb-scrub-obsolete
  • e4166ede
    by Stephane Glondu at 2023-08-15T09:53:20+02:00
    Merge branch 'cairo-ocaml-scrub-obsolete'
    
  • b6274a3b
    by Stephane Glondu at 2023-08-15T09:54:12+02:00
    Update changelog
    

2 changed files:

Changes:

  • debian/changelog
    1
    +cairo-ocaml (1:1.2.0-9) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  [ Debian Janitor ]
    
    4
    +  * Remove constraints unnecessary since buster (oldstable)
    
    5
    +
    
    6
    + -- Stéphane Glondu <glondu@debian.org>  Tue, 15 Aug 2023 09:53:45 +0200
    
    7
    +
    
    1 8
     cairo-ocaml (1:1.2.0-8) unstable; urgency=medium
    
    2 9
     
    
    3 10
       * Team upload
    

  • debian/control
    ... ... @@ -6,11 +6,11 @@ Build-Depends:
    6 6
      debhelper (>= 12),
    
    7 7
      automake,
    
    8 8
      autoconf,
    
    9
    - ocaml-findlib (>= 1.4),
    
    10
    - dh-ocaml (>= 0.9),
    
    9
    + ocaml-findlib,
    
    10
    + dh-ocaml,
    
    11 11
      ocaml,
    
    12
    - libcairo2-dev (>= 1.2),
    
    13
    - liblablgtk2-ocaml-dev (>= 2.12.0-4~)
    
    12
    + libcairo2-dev,
    
    13
    + liblablgtk2-ocaml-dev
    
    14 14
     Standards-Version: 4.4.0
    
    15 15
     Homepage: http://cairographics.org/cairo-ocaml/
    
    16 16
     Vcs-Browser: https://salsa.debian.org/ocaml-team/cairo-ocaml
    


  • Reply to: