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

[Git][ocaml-team/xstr][master] 4 commits: Trim trailing whitespace.



Title: GitLab

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

Commits:

  • 6e1cc70d
    by Debian Janitor at 2023-08-12T07:53:44+00:00
    Trim trailing whitespace.
    
    Changes-By: lintian-brush
    Fixes: lintian: trailing-whitespace
    See-also: https://lintian.debian.org/tags/trailing-whitespace.html
    
  • 9b8ecd70
    by Debian Janitor at 2023-08-12T07:53:48+00:00
    Bump debhelper from old 10 to 13.
    
    Changes-By: lintian-brush
    Fixes: lintian: package-uses-old-debhelper-compat-version
    See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html
    
  • b69c1d22
    by Debian Janitor at 2023-08-12T07:53:48+00:00
    Set debhelper-compat version in Build-Depends.
    
    Changes-By: lintian-brush
    Fixes: lintian: uses-debhelper-compat-file
    See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html
    
  • 22752903
    by Stéphane Glondu at 2023-08-15T12:09:14+00:00
    Merge branch 'lintian-fixes' into 'master'
    
    Fix some issues reported by lintian
    
    See merge request ocaml-team/xstr!1

3 changed files:

Changes:

  • debian/changelog
    1
    +xstr (0.2.1-24) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * Trim trailing whitespace.
    
    4
    +  * Bump debhelper from old 10 to 13.
    
    5
    +  * Set debhelper-compat version in Build-Depends.
    
    6
    +
    
    7
    + -- Debian Janitor <janitor@jelmer.uk>  Sat, 12 Aug 2023 07:53:44 -0000
    
    8
    +
    
    1 9
     xstr (0.2.1-23) unstable; urgency=medium
    
    2 10
     
    
    3 11
       * Team upload
    
    ... ... @@ -256,4 +264,3 @@ xstr (0.2-1) unstable; urgency=low
    256 264
       * Initial Release (closes: Bug#93417).
    
    257 265
     
    
    258 266
      -- Stefano Zacchiroli <zack@debian.org>  Sat,  7 Apr 2001 01:01:51 +0200
    259
    -

  • debian/compat deleted
    1
    -10

  • debian/control
    ... ... @@ -3,7 +3,7 @@ Section: ocaml
    3 3
     Priority: optional
    
    4 4
     Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
    
    5 5
     Build-Depends:
    
    6
    - debhelper (>= 10),
    
    6
    + debhelper-compat (= 13),
    
    7 7
      ocaml,
    
    8 8
      ocaml-findlib (>= 1.2.4),
    
    9 9
      dh-ocaml (>= 0.9.1)
    


  • Reply to: