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

[Git][ocaml-team/ulex][master] 7 commits: Trim trailing whitespace.



Title: GitLab

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

Commits:

  • cea4d497
    by Debian Janitor at 2022-11-02T06:41:08+00:00
    Trim trailing whitespace.
    
    Changes-By: lintian-brush
    Fixes: lintian: trailing-whitespace
    See-also: https://lintian.debian.org/tags/trailing-whitespace.html
    
  • d5af5f5d
    by Debian Janitor at 2022-11-02T06:41:09+00:00
    Update watch file format version to 4.
    
    Changes-By: lintian-brush
    Fixes: lintian: older-debian-watch-file-standard
    See-also: https://lintian.debian.org/tags/older-debian-watch-file-standard.html
    
  • 60f2cb73
    by Debian Janitor at 2022-11-02T06:41:11+00:00
    Set upstream metadata fields: Repository-Browse.
    
    Changes-By: lintian-brush
    Fixes: lintian: upstream-metadata-file-is-missing
    See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
    
  • 274af61b
    by Debian Janitor at 2022-11-02T06:41:11+00:00
    Update pattern for GitHub archive URLs from /<org>/<repo>/tags page/<org>/<repo>/archive/<tag> -> /<org>/<repo>/archive/refs/tags/<tag>.
    
    Changes-By: lintian-brush
    
  • 4a56476d
    by Debian Janitor at 2022-11-02T06:41:11+00:00
    debian/watch: Use GitHub /tags rather than /releases page.
    
    Changes-By: lintian-brush
    
  • 47b65954
    by Debian Janitor at 2022-11-02T06:41:11+00:00
    Update standards version to 4.6.1, no changes needed.
    
    Changes-By: lintian-brush
    Fixes: lintian: out-of-date-standards-version
    See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
    
  • 14fcb24e
    by Stéphane Glondu at 2023-08-15T12:09:54+00:00
    Merge branch 'lintian-fixes' into 'master'
    
    Fix some issues reported by lintian
    
    See merge request ocaml-team/ulex!1

4 changed files:

Changes:

  • debian/changelog
    1
    +ulex (1.2-2) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * Trim trailing whitespace.
    
    4
    +  * Update watch file format version to 4.
    
    5
    +  * Set upstream metadata fields: Repository-Browse.
    
    6
    +  * Update pattern for GitHub archive URLs from /<org>/<repo>/tags
    
    7
    +    page/<org>/<repo>/archive/<tag> -> /<org>/<repo>/archive/refs/tags/<tag>.
    
    8
    +  * debian/watch: Use GitHub /tags rather than /releases page.
    
    9
    +  * Update standards version to 4.6.1, no changes needed.
    
    10
    +
    
    11
    + -- Debian Janitor <janitor@jelmer.uk>  Wed, 02 Nov 2022 06:41:08 -0000
    
    12
    +
    
    1 13
     ulex (1.2-1) unstable; urgency=medium
    
    2 14
     
    
    3 15
       * Team upload
    
    ... ... @@ -235,4 +247,3 @@ ulex (0.2-1) unstable; urgency=low
    235 247
       * Initial Release (Closes: #212676)
    
    236 248
     
    
    237 249
      -- Stefano Zacchiroli <zack@debian.org>  Thu, 25 Sep 2003 09:43:05 +0200
    238
    -

  • debian/control
    ... ... @@ -9,7 +9,7 @@ Build-Depends:
    9 9
      ocaml-findlib,
    
    10 10
      ocamlbuild,
    
    11 11
      dh-ocaml
    
    12
    -Standards-Version: 4.5.0
    
    12
    +Standards-Version: 4.6.1
    
    13 13
     Rules-Requires-Root: no
    
    14 14
     Vcs-Git: https://salsa.debian.org/ocaml-team/ulex.git
    
    15 15
     Vcs-Browser: https://salsa.debian.org/ocaml-team/ulex
    
    ... ... @@ -33,4 +33,3 @@ Description: OCaml lexer generator with Unicode support
    33 33
      Generated lexers work with a new kind of "lexbuf" that supports
    
    34 34
      Unicode; a single lexer can work with arbitrary encodings of the input
    
    35 35
      stream.
    36
    -

  • debian/upstream/metadata
    1
    +---
    
    2
    +Repository-Browse: https://github.com/whitequark/ulex

  • debian/watch
    1
    -version=3
    
    2
    -https://github.com/whitequark/ulex/releases .*/archive/v?([0-9.]+)\.tar\.gz
    1
    +version=4
    
    2
    +https://github.com/whitequark/ulex/tags .*/archive/refs/tags/v?([0-9.]+)\.tar\.gz


  • Reply to: