Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / xstrp4
Commits: b935142b by Stephane Glondu at 2023-09-21T07:07:22+02:00 Bump Standards-Version to 4.6.2 - - - - - 28b598e8 by Stephane Glondu at 2023-09-21T07:08:54+02:00 Make libxstrp4-camlp4-dev an arch:any package - - - - - 9e2109c9 by Stephane Glondu at 2023-09-21T07:10:31+02:00 Update changelog and prepare upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== 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 <[email protected]> Thu, 21 Sep 2023 07:10:25 +0200 + xstrp4 (1.8.2-6) unstable; urgency=medium [ Stéphane Glondu ] ===================================== 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 ===================================== 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)" View it on GitLab: https://salsa.debian.org/ocaml-team/xstrp4/-/compare/3055180f0f086f3938e7c04433a35320687fd59b...9e2109c93cad18bb49da77c050381ce0db385e15 -- View it on GitLab: https://salsa.debian.org/ocaml-team/xstrp4/-/compare/3055180f0f086f3938e7c04433a35320687fd59b...9e2109c93cad18bb49da77c050381ce0db385e15 You're receiving this email because of your account on salsa.debian.org.

