summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog9
-rw-r--r--debian/control7
-rwxr-xr-xdebian/rules4
3 files changed, 13 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index b405eff..2ef8483 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+xstrp4 (1.8.2-7) unstable; urgency=medium
+
+ * Team upload
+ * Recompile with OCaml 4.14.1
+ * Make libxstrp4-camlp4-dev an arch:any package
+ * Bump Standards-Version to 4.6.2
+
+ -- Stéphane Glondu <glondu@debian.org> Thu, 21 Sep 2023 07:10:25 +0200
+
xstrp4 (1.8.2-6) unstable; urgency=medium
[ Stéphane Glondu ]
diff --git a/debian/control b/debian/control
index 5557a05..5ef5b10 100644
--- a/debian/control
+++ b/debian/control
@@ -8,15 +8,16 @@ Build-Depends:
dh-ocaml,
debhelper-compat (= 13),
camlp4
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: http://projects.camlcity.org/projects/xstrp4.html
Vcs-Git: https://salsa.debian.org/ocaml-team/xstrp4.git
Vcs-Browser: https://salsa.debian.org/ocaml-team/xstrp4
Package: libxstrp4-camlp4-dev
-Architecture: all
-Depends: libcamlp4-ocaml-dev, ocaml-${F:OCamlABI}, ${misc:Depends}
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${ocaml:Depends}
+Provides: ${ocaml:Provides}
Recommends: ocaml-findlib
Description: camlp4 extension that expands brace expansions in OCaml string
This camlp4 syntax extension interprets the dollar notation ${name} in
diff --git a/debian/rules b/debian/rules
index bbb6479..26b20f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,3 @@ override_dh_auto_install:
.PHONY: override_dh_auto_clean
override_dh_auto_clean:
$(MAKE) clean distclean
-
-.PHONY: override_dh_gencontrol
-override_dh_gencontrol:
- dh_gencontrol -- -VF:OCamlABI="$(OCAML_ABI)"