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

[Git][ocaml-team/planets][master] 6 commits: Update watch file format version to 4.



Title: GitLab

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

Commits:

  • d1e06ec4
    by Debian Janitor at 2022-11-02T09:03:54+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
    
  • 3321952e
    by Debian Janitor at 2022-11-02T09:04:19+00:00
    Bump debhelper from old 11 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
    
  • 2f8c477a
    by Debian Janitor at 2022-11-02T09:04:19+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
    
  • 74aecf36
    by Debian Janitor at 2022-11-02T09:11:00+00:00
    Refer to specific version of license GPL-2+.
    
    Changes-By: lintian-brush
    Fixes: lintian: copyright-refers-to-symlink-license
    See-also: https://lintian.debian.org/tags/copyright-refers-to-symlink-license.html
    Fixes: lintian: copyright-refers-to-versionless-license-file
    See-also: https://lintian.debian.org/tags/copyright-refers-to-versionless-license-file.html
    
  • 27ddffb7
    by Debian Janitor at 2022-11-02T09:11:01+00:00
    Update standards version to 4.1.5, 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
    
  • 5724692b
    by Stéphane Glondu at 2023-08-15T12:19:44+00:00
    Merge branch 'lintian-fixes' into 'master'
    
    Fix some issues reported by lintian
    
    See merge request ocaml-team/planets!1

5 changed files:

Changes:

  • debian/changelog
    1
    +planets (0.1.13-21) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * Update watch file format version to 4.
    
    4
    +  * Bump debhelper from old 11 to 13.
    
    5
    +  * Set debhelper-compat version in Build-Depends.
    
    6
    +  * Refer to specific version of license GPL-2+.
    
    7
    +  * Update standards version to 4.1.5, no changes needed.
    
    8
    +
    
    9
    + -- Debian Janitor <janitor@jelmer.uk>  Wed, 02 Nov 2022 09:03:54 -0000
    
    10
    +
    
    1 11
     planets (0.1.13-20) unstable; urgency=medium
    
    2 12
     
    
    3 13
       * Team upload
    

  • debian/compat deleted
    1
    -11

  • debian/control
    ... ... @@ -6,13 +6,13 @@ Uploaders: Martin Pitt <mpitt@debian.org>,
    6 6
      Samuel Mimram <smimram@debian.org>,
    
    7 7
      Ralf Treinen <treinen@debian.org>
    
    8 8
     Build-Depends:
    
    9
    - debhelper (>= 11),
    
    9
    + debhelper-compat (= 13),
    
    10 10
      dh-ocaml,
    
    11 11
      tk-dev,
    
    12 12
      liblabltk-ocaml-dev,
    
    13 13
      ocaml,
    
    14 14
      camlp4
    
    15
    -Standards-Version: 4.1.4
    
    15
    +Standards-Version: 4.1.5
    
    16 16
     Vcs-Git: https://salsa.debian.org/ocaml-team/planets.git
    
    17 17
     Vcs-Browser: https://salsa.debian.org/ocaml-team/planets
    
    18 18
     Homepage: http://planets.homedns.org/
    

  • debian/copyright
    ... ... @@ -23,5 +23,5 @@ License: GPL-2+
    23 23
      51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
    
    24 24
      .
    
    25 25
      On Debian GNU/Linux systems, the complete text of the GNU General
    
    26
    - Public License can be found in `/usr/share/common-licenses/GPL'.
    
    26
    + Public License can be found in `/usr/share/common-licenses/GPL-2'.
    
    27 27
     

  • debian/watch
    1
    -version=3
    
    1
    +version=4
    
    2 2
     http://planets.homedns.org/ dist/planets-([\d.]*)\.tgz
    3
    -


  • Reply to: