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

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



Title: GitLab

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

Commits:

  • 93abd9fd
    by Debian Janitor at 2023-01-21T02:01:36+00:00
    Remove constraints unnecessary since buster (oldstable)
    
    * Build-Depends: Drop versioned constraint on ocaml-findlib (>= 1.4).
    * Build-Depends: Drop versioned constraint on libpcre-ocaml-dev (>= 6.0.1-2~).
    * Build-Depends: Drop versioned constraint on liblablgtk2-ocaml-dev (>= 2.12.0-4~).
    
    Changes-By: deb-scrub-obsolete
  • 91b7108a
    by Stephane Glondu at 2023-08-15T13:46:31+02:00
    Merge branch 'ocamlnet-scrub-obsolete'
    
  • ca909992
    by Stephane Glondu at 2023-08-15T13:47:00+02:00
    Update changelog
    

2 changed files:

Changes:

  • debian/changelog
    1
    +ocamlnet (4.1.9-3) 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:46:42 +0200
    
    7
    +
    
    1 8
     ocamlnet (4.1.9-2) unstable; urgency=medium
    
    2 9
     
    
    3 10
       * Disable pcre support
    

  • debian/control
    ... ... @@ -10,9 +10,9 @@ Build-Depends:
    10 10
      dh-apache2,
    
    11 11
      ocaml,
    
    12 12
      camlp4,
    
    13
    - ocaml-findlib (>= 1.4),
    
    13
    + ocaml-findlib,
    
    14 14
      libfindlib-ocaml-dev,
    
    15
    - liblablgtk2-ocaml-dev (>= 2.12.0-4~),
    
    15
    + liblablgtk2-ocaml-dev,
    
    16 16
      libzip-ocaml-dev,
    
    17 17
      libgnutls28-dev,
    
    18 18
      apache2-dev
    


  • Reply to: