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
-
3321952e
by Debian Janitor at 2022-11-02T09:04:19+00:00
-
2f8c477a
by Debian Janitor at 2022-11-02T09:04:19+00:00
-
74aecf36
by Debian Janitor at 2022-11-02T09:11:00+00:00
-
27ddffb7
by Debian Janitor at 2022-11-02T09:11:01+00:00
-
5724692b
by Stéphane Glondu at 2023-08-15T12:19:44+00:00
5 changed files:
Changes:
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
|
1 | -11 |
... | ... | @@ -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/
|
... | ... | @@ -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 |
1 | -version=3
|
|
1 | +version=4
|
|
2 | 2 | http://planets.homedns.org/ dist/planets-([\d.]*)\.tgz |
3 | - |