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

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



Title: GitLab

Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocaml-ladspa

Commits:

  • 27ab95b0
    by Debian Janitor at 2023-07-15T06:08:17+00:00
    Trim trailing whitespace.
    
    Changes-By: lintian-brush
    Fixes: lintian: trailing-whitespace
    See-also: https://lintian.debian.org/tags/trailing-whitespace.html
    
  • e4275576
    by Debian Janitor at 2023-07-15T06:08:23+00:00
    Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, 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
    Fixes: lintian: upstream-metadata-missing-bug-tracking
    See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html
    Fixes: lintian: upstream-metadata-missing-repository
    See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html
    
  • 2a71e78f
    by Debian Janitor at 2023-07-15T06:08:25+00:00
    debian/watch: Use GitHub /tags rather than /releases page.
    
    Changes-By: lintian-brush
    
  • 4b4cb077
    by Stephane Glondu at 2023-08-15T13:18:26+02:00
    Merge branch 'ocaml-ladspa-lintian-fixes'
    

3 changed files:

Changes:

  • debian/changelog
    1 1
     ocaml-ladspa (0.2.2-3) UNRELEASED; urgency=medium
    
    2 2
     
    
    3
    +  [ Stéphane Glondu ]
    
    3 4
       * Use ocaml_dune DH buildsystem
    
    4 5
     
    
    6
    +  [ Debian Janitor ]
    
    7
    +  * Trim trailing whitespace.
    
    8
    +  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    
    9
    +    Repository-Browse.
    
    10
    +  * debian/watch: Use GitHub /tags rather than /releases page.
    
    11
    +
    
    5 12
      -- Stéphane Glondu <glondu@debian.org>  Sun, 13 Aug 2023 17:22:25 +0200
    
    6 13
     
    
    7 14
     ocaml-ladspa (0.2.2-2) unstable; urgency=medium
    
    ... ... @@ -118,4 +125,3 @@ ocaml-ladspa (0.1.0-1) unstable; urgency=low
    118 125
       * Initial upload to sid (Closes: #451233)
    
    119 126
     
    
    120 127
      -- Romain Beauxis <toots@rastageeks.org>  Wed, 14 Nov 2007 02:03:50 +0100
    121
    -

  • debian/upstream/metadata
    1
    +---
    
    2
    +Bug-Database: https://github.com/savonet/ocaml-ladspa/issues
    
    3
    +Bug-Submit: https://github.com/savonet/ocaml-ladspa/issues/new
    
    4
    +Repository: https://github.com/savonet/ocaml-ladspa.git
    
    5
    +Repository-Browse: https://github.com/savonet/ocaml-ladspa

  • debian/watch
    1 1
     version=4
    
    2
    -https://github.com/savonet/ocaml-ladspa/releases .*/v?([0-9.]+)\.tar\.gz
    2
    +https://github.com/savonet/ocaml-ladspa/tags .*/v?([0-9.]+)\.tar\.gz


  • Reply to: