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

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



Title: GitLab

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

Commits:

  • 790a0a3c
    by Debian Janitor at 2022-09-01T09:54:13+00:00
    Trim trailing whitespace.
    
    Changes-By: lintian-brush
    Fixes: lintian: trailing-whitespace
    See-also: https://lintian.debian.org/tags/trailing-whitespace.html
    
  • 0f429585
    by Debian Janitor at 2022-09-01T09:54:13+00:00
    Use secure copyright file specification URI.
    
    Changes-By: lintian-brush
    Fixes: lintian: insecure-copyright-format-uri
    See-also: https://lintian.debian.org/tags/insecure-copyright-format-uri.html
    
  • e2788956
    by Debian Janitor at 2022-09-01T09:54:13+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
    
  • 0a6b1a05
    by Debian Janitor at 2022-09-01T09:54:14+00:00
    Set field Upstream-Name in debian/copyright.
    
    Changes-By: lintian-brush
    
  • a2c089e9
    by Debian Janitor at 2022-09-01T09:54:16+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
    
  • c767f404
    by Debian Janitor at 2022-09-01T09:54:16+00:00
    Update standards version to 4.6.0, 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
    
  • cdb45816
    by Stéphane Glondu at 2023-08-15T08:06:22+00:00
    Merge branch 'lintian-fixes' into 'master'
    
    Fix some issues reported by lintian
    
    See merge request ocaml-team/mysql-ocaml!1

4 changed files:

Changes:

  • debian/changelog
    1
    +mysql-ocaml (1.2.4-2) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * Trim trailing whitespace.
    
    4
    +  * Use secure copyright file specification URI.
    
    5
    +  * Update watch file format version to 4.
    
    6
    +  * Set field Upstream-Name in debian/copyright.
    
    7
    +  * Update pattern for GitHub archive URLs from /<org>/<repo>/tags
    
    8
    +    page/<org>/<repo>/archive/<tag> -> /<org>/<repo>/archive/refs/tags/<tag>.
    
    9
    +  * Update standards version to 4.6.0, no changes needed.
    
    10
    +
    
    11
    + -- Debian Janitor <janitor@jelmer.uk>  Thu, 01 Sep 2022 09:54:13 -0000
    
    12
    +
    
    1 13
     mysql-ocaml (1.2.4-1) unstable; urgency=medium
    
    2 14
     
    
    3 15
       * Team upload
    
    ... ... @@ -236,4 +248,3 @@ mysql-ocaml (1.0.2-1) unstable; urgency=low
    236 248
       * Initial Release.
    
    237 249
     
    
    238 250
      -- Samuel Mimram <samuel.mimram@ens-lyon.org>  Sun, 16 Nov 2003 22:44:10 +0100
    239
    -

  • debian/control
    ... ... @@ -10,7 +10,7 @@ Build-Depends:
    10 10
      dh-ocaml,
    
    11 11
      ocaml,
    
    12 12
      ocaml-findlib
    
    13
    -Standards-Version: 4.5.0
    
    13
    +Standards-Version: 4.6.0
    
    14 14
     Rules-Requires-Root: no
    
    15 15
     Homepage: https://ygrek.org/p/ocaml-mysql/
    
    16 16
     Vcs-Git: https://salsa.debian.org/ocaml-team/mysql-ocaml.git
    

  • debian/copyright
    1
    -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
    
    1
    +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
    
    2 2
     Source: http://raevnos.pennmush.org/code/ocaml.html
    
    3 3
     Packaged-By: Samuel Mimram <samuel.mimram@ens-lyon.org>
    
    4 4
     Packaged-Date: Sun, 16 Nov 2003 22:44:10 +0100
    
    5
    +Upstream-Name: ocaml-mysql
    
    5 6
     
    
    6 7
     Files: *
    
    7 8
     Copyright: 1999-2004 Shawn Wagner
    

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


  • Reply to: