summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Glondu <steph@glondu.net>2023-08-16 09:50:32 +0200
committerStephane Glondu <steph@glondu.net>2023-08-16 09:50:32 +0200
commite014bb44f469b96063eac5e9460014a4f898828a (patch)
tree2b132bf6c71e0745b05dc2a33f22dc719e674511
parent22752903bf0bcc34fe84cd1df1dd0b9d294c57cd (diff)
Update packaging
-rw-r--r--debian/changelog5
-rw-r--r--debian/control7
2 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index d5b2a96..880a64d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
xstr (0.2.1-24) UNRELEASED; urgency=medium
+ [ Debian Janitor ]
* Trim trailing whitespace.
* Bump debhelper from old 10 to 13.
* Set debhelper-compat version in Build-Depends.
+ [ Stéphane Glondu ]
+ * Add Rules-Requires-Root: no
+ * Bump Standards-Version to 4.6.2
+
-- Debian Janitor <janitor@jelmer.uk> Sat, 12 Aug 2023 07:53:44 -0000
xstr (0.2.1-23) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index c139471..a11e191 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,10 @@ Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Build-Depends:
debhelper-compat (= 13),
ocaml,
- ocaml-findlib (>= 1.2.4),
- dh-ocaml (>= 0.9.1)
-Standards-Version: 4.0.1
+ ocaml-findlib,
+ dh-ocaml
+Standards-Version: 4.6.2
+Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/ocaml-team/xstr.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/xstr
Homepage: http://projects.camlcity.org/projects/xstr.html