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

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



Title: GitLab

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

Commits:

  • 19928590
    by Debian Janitor at 2022-11-27T07:34:40+00:00
    Remove constraints unnecessary since buster (oldstable)
    
    * Build-Depends: Drop versioned constraint on dh-ocaml, liblablgl-ocaml-dev, ocaml-findlib and ocaml-nox.
    
    Changes-By: deb-scrub-obsolete
  • 3004310c
    by Stephane Glondu at 2023-08-15T13:33:07+02:00
    Merge branch 'ocamlsdl-scrub-obsolete'
    
  • 4a9c65c0
    by Stephane Glondu at 2023-08-15T13:33:44+02:00
    Update changelog
    

2 changed files:

Changes:

  • debian/changelog
    1
    +ocamlsdl (0.9.1-4) 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 13:33:17 +0200
    
    7
    +
    
    1 8
     ocamlsdl (0.9.1-3) unstable; urgency=medium
    
    2 9
     
    
    3 10
       * Update Vcs-*
    

  • debian/control
    ... ... @@ -6,16 +6,16 @@ Uploaders:
    6 6
      Stéphane Glondu <glondu@debian.org>
    
    7 7
     Build-Depends:
    
    8 8
      debhelper (>= 8),
    
    9
    - dh-ocaml (>= 0.9.1),
    
    10
    - ocaml (>= 4),
    
    9
    + dh-ocaml,
    
    10
    + ocaml,
    
    11 11
      libpng-dev,
    
    12 12
      libsdl1.2-dev,
    
    13 13
      libsdl-mixer1.2-dev,
    
    14 14
      libsdl-image1.2-dev,
    
    15 15
      libsdl-ttf2.0-dev,
    
    16 16
      libsdl-gfx1.2-dev,
    
    17
    - liblablgl-ocaml-dev (>= 1.04),
    
    18
    - ocaml-findlib (>= 1.2.4)
    
    17
    + liblablgl-ocaml-dev,
    
    18
    + ocaml-findlib
    
    19 19
     Standards-Version: 3.9.3
    
    20 20
     Homepage: http://ocamlsdl.sourceforge.net
    
    21 21
     Vcs-Git: https://salsa.debian.org/ocaml-team/ocamlsdl.git
    


  • Reply to: