summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStéphane Glondu <glondu@debian.org>2023-08-15 08:06:22 +0000
committerStéphane Glondu <glondu@debian.org>2023-08-15 08:06:22 +0000
commitcdb458164ae22786294d310b347b858404943b1f (patch)
tree77acb442b1a85bff1d5baed7e47048ed0ee8f338
parent74ce02c9f52c58c67c3f93f8023d0a1317e520d3 (diff)
parentc767f404e66d3eab528172ba608393106b41e813 (diff)
Merge branch 'lintian-fixes' into 'master'
Fix some issues reported by lintian See merge request ocaml-team/mysql-ocaml!1
-rw-r--r--debian/changelog13
-rw-r--r--debian/control2
-rw-r--r--debian/copyright3
-rw-r--r--debian/watch4
4 files changed, 17 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 95d6e3a..ed70473 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+mysql-ocaml (1.2.4-2) UNRELEASED; urgency=medium
+
+ * Trim trailing whitespace.
+ * Use secure copyright file specification URI.
+ * Update watch file format version to 4.
+ * Set field Upstream-Name in debian/copyright.
+ * Update pattern for GitHub archive URLs from /<org>/<repo>/tags
+ page/<org>/<repo>/archive/<tag> -> /<org>/<repo>/archive/refs/tags/<tag>.
+ * Update standards version to 4.6.0, no changes needed.
+
+ -- Debian Janitor <janitor@jelmer.uk> Thu, 01 Sep 2022 09:54:13 -0000
+
mysql-ocaml (1.2.4-1) unstable; urgency=medium
* Team upload
@@ -236,4 +248,3 @@ mysql-ocaml (1.0.2-1) unstable; urgency=low
* Initial Release.
-- Samuel Mimram <samuel.mimram@ens-lyon.org> Sun, 16 Nov 2003 22:44:10 +0100
-
diff --git a/debian/control b/debian/control
index f7e0daa..c8aba32 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
dh-ocaml,
ocaml,
ocaml-findlib
-Standards-Version: 4.5.0
+Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://ygrek.org/p/ocaml-mysql/
Vcs-Git: https://salsa.debian.org/ocaml-team/mysql-ocaml.git
diff --git a/debian/copyright b/debian/copyright
index 9209889..8324fad 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,8 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: http://raevnos.pennmush.org/code/ocaml.html
Packaged-By: Samuel Mimram <samuel.mimram@ens-lyon.org>
Packaged-Date: Sun, 16 Nov 2003 22:44:10 +0100
+Upstream-Name: ocaml-mysql
Files: *
Copyright: 1999-2004 Shawn Wagner
diff --git a/debian/watch b/debian/watch
index 665615d..a8e87c3 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
-version=3
-https://github.com/ygrek/ocaml-mysql/releases .*/archive/v?([0-9.]+)\.tar\.gz
+version=4
+https://github.com/ygrek/ocaml-mysql/releases .*/archive/refs/tags/v?([0-9.]+)\.tar\.gz