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

[Git][ocaml-team/planets][master] 3 commits: fix typo in package description



Title: GitLab

Ralf Treinen pushed to branch master at Debian OCaml Maintainers / planets

Commits:

  • f24bd55a
    by Ralf Treinen at 2024-02-26T08:54:44+01:00
    fix typo in package description
    
  • d2d06cae
    by Ralf Treinen at 2024-02-26T09:03:16+01:00
    update homepage
    
  • 10eaa967
    by Ralf Treinen at 2024-02-26T22:32:40+01:00
    remove the file 'test' in the clean target
    

3 changed files:

Changes:

  • debian/changelog
    1
    +planets (0.1.13-22) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Fix typo in package description (closes: #1060847)
    
    4
    +  * Update homepage
    
    5
    +  * debian/clean: remove the file "test" (closes: #1047502)
    
    6
    +
    
    7
    + -- Ralf Treinen <treinen@debian.org>  Mon, 26 Feb 2024 22:31:12 +0100
    
    8
    +
    
    1 9
     planets (0.1.13-21) unstable; urgency=medium
    
    2 10
     
    
    3 11
       [ Stéphane Glondu ]
    

  • debian/clean
    1
    +test

  • debian/control
    ... ... @@ -16,7 +16,7 @@ Standards-Version: 4.6.2
    16 16
     Rules-Requires-Root: no
    
    17 17
     Vcs-Git: https://salsa.debian.org/ocaml-team/planets.git
    
    18 18
     Vcs-Browser: https://salsa.debian.org/ocaml-team/planets
    
    19
    -Homepage: http://planets.homedns.org/
    
    19
    +Homepage: https://ocaml.org/p/planets/latest
    
    20 20
     
    
    21 21
     Package: planets
    
    22 22
     Architecture: any
    
    ... ... @@ -28,4 +28,4 @@ Description: Gravitation simulation of planetary bodies
    28 28
      level.
    
    29 29
      .
    
    30 30
      The user interface is aimed at being simple enough for a fairly young
    
    31
    - kid to enjoy it, their is a special kid-mode for this purpose.
    31
    + kid to enjoy it, there is a special kid-mode for this purpose.


  • Reply to: