summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephane Glondu <steph@glondu.net>2023-08-16 09:55:11 +0200
committerStephane Glondu <steph@glondu.net>2023-08-16 09:55:11 +0200
commitdc93de5c426e3ffb5eed5a751d542d16876fa489 (patch)
treecd28599cc004a52e32d5f741a600ebf735583648
parent97e2b5690875aa50566765e80879aa751cace2d2 (diff)
Update packaging
-rw-r--r--debian/changelog8
-rw-r--r--debian/control5
2 files changed, 11 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index ddef946..2bd6b0b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ppx-derivers (1.2.1-4) UNRELEASED; urgency=medium
+
+ * Bump debhelper compat level to 13
+ * Add Rules-Requires-Root: no
+ * Bump Standards-Version to 4.6.2
+
+ -- Stéphane Glondu <glondu@debian.org> Wed, 16 Aug 2023 09:54:37 +0200
+
ppx-derivers (1.2.1-3) unstable; urgency=medium
* Team upload
diff --git a/debian/control b/debian/control
index 4fb5745..adaaa1b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,11 +4,12 @@ Priority: optional
Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Uploaders: Ralf Treinen <treinen@debian.org>
Build-Depends:
- debhelper-compat (= 12),
+ debhelper-compat (= 13),
dh-ocaml (>= 1.2),
ocaml,
ocaml-dune
-Standards-Version: 4.4.0
+Standards-Version: 4.6.2
+Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/ocaml-team/ppx-derivers
Vcs-Git: https://salsa.debian.org/ocaml-team/ppx-derivers.git
Homepage: https://github.com/diml/ppx_derivers