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

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



Title: GitLab

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

Commits:

  • 224c8982
    by Debian Janitor at 2022-09-18T08:42:57+00:00
    Remove constraints unnecessary since buster (oldstable)
    
    * hevea: Drop versioned constraint on netpbm in Depends.
    
    Changes-By: deb-scrub-obsolete
  • e564963d
    by Stephane Glondu at 2023-08-14T11:34:01+02:00
    Merge branch 'hevea-scrub-obsolete'
    

2 changed files:

Changes:

  • debian/changelog
    ... ... @@ -2,8 +2,10 @@ hevea (2.36-2) UNRELEASED; urgency=medium
    2 2
     
    
    3 3
       * Use secure URI in Homepage field.
    
    4 4
       * Set upstream metadata fields: Bug-Submit, Repository.
    
    5
    +  * Remove constraints unnecessary since buster (oldstable):
    
    6
    +    + hevea: Drop versioned constraint on netpbm in Depends.
    
    5 7
     
    
    6
    - -- Debian Janitor <janitor@jelmer.uk>  Sun, 18 Sep 2022 08:42:58 -0000
    
    8
    + -- Debian Janitor <janitor@jelmer.uk>  Sun, 18 Sep 2022 08:42:57 -0000
    
    7 9
     
    
    8 10
     hevea (2.36-1) unstable; urgency=medium
    
    9 11
     
    

  • debian/control
    ... ... @@ -20,7 +20,7 @@ Homepage: https://hevea.inria.fr/
    20 20
     Package: hevea
    
    21 21
     Architecture: any
    
    22 22
     Multi-Arch: foreign
    
    23
    -Depends: ghostscript, netpbm(>=2:9.10-1), texlive-base, imagemagick,
    
    23
    +Depends: ghostscript, netpbm, texlive-base, imagemagick,
    
    24 24
      ${ocaml:Depends}, ${misc:Depends}, ${shlibs:Depends}
    
    25 25
     Suggests: hevea-doc, texlive-latex-extra
    
    26 26
     Description: translates from LaTeX to HTML, info, or text
    


  • Reply to: