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
-
0f429585
by Debian Janitor at 2022-09-01T09:54:13+00:00
-
e2788956
by Debian Janitor at 2022-09-01T09:54:13+00:00
-
0a6b1a05
by Debian Janitor at 2022-09-01T09:54:14+00:00
-
a2c089e9
by Debian Janitor at 2022-09-01T09:54:16+00:00
-
c767f404
by Debian Janitor at 2022-09-01T09:54:16+00:00
-
cdb45816
by Stéphane Glondu at 2023-08-15T08:06:22+00:00
4 changed files:
Changes:
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 | - |
... | ... | @@ -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
|
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
|
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 |