summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog10
-rw-r--r--debian/control7
2 files changed, 14 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index ddef946..2fc3329 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+ppx-derivers (1.2.1-4) unstable; urgency=medium
+
+ * Team upload
+ * Bump debhelper compat level to 13
+ * Add Rules-Requires-Root: no
+ * Bump Standards-Version to 4.6.2
+ * Depend on ocaml instead of transitional ocaml-nox
+
+ -- Stéphane Glondu <glondu@debian.org> Sun, 10 Sep 2023 05:53:33 +0200
+
ppx-derivers (1.2.1-3) unstable; urgency=medium
* Team upload
diff --git a/debian/control b/debian/control
index 1e09351..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-nox,
+ 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