summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStéphane Glondu <glondu@debian.org>2023-08-15 12:09:14 +0000
committerStéphane Glondu <glondu@debian.org>2023-08-15 12:09:14 +0000
commit22752903bf0bcc34fe84cd1df1dd0b9d294c57cd (patch)
treefb767c7603dd88ca43ed22e0bdd331a7fbf68704
parent39c556dcb1a9dfae561ed677251da2c7e21b508d (diff)
parentb69c1d223c6c994c272ae599b838e05390c94ac9 (diff)
Merge branch 'lintian-fixes' into 'master'
Fix some issues reported by lintian See merge request ocaml-team/xstr!1
-rw-r--r--debian/changelog9
-rw-r--r--debian/compat1
-rw-r--r--debian/control2
3 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 78272c9..d5b2a96 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xstr (0.2.1-24) UNRELEASED; urgency=medium
+
+ * Trim trailing whitespace.
+ * Bump debhelper from old 10 to 13.
+ * Set debhelper-compat version in Build-Depends.
+
+ -- Debian Janitor <janitor@jelmer.uk> Sat, 12 Aug 2023 07:53:44 -0000
+
xstr (0.2.1-23) unstable; urgency=medium
* Team upload
@@ -256,4 +264,3 @@ xstr (0.2-1) unstable; urgency=low
* Initial Release (closes: Bug#93417).
-- Stefano Zacchiroli <zack@debian.org> Sat, 7 Apr 2001 01:01:51 +0200
-
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
index 401cc59..c139471 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: ocaml
Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Build-Depends:
- debhelper (>= 10),
+ debhelper-compat (= 13),
ocaml,
ocaml-findlib (>= 1.2.4),
dh-ocaml (>= 0.9.1)