Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocamlbuild
Commits:
605a1275 by Stephane Glondu at 2022-01-20T13:03:56+01:00
Update packaging
- - - - -
9f4f6f5f by Stephane Glondu at 2022-01-20T13:10:02+01:00
Update changelog and prepare upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,9 +1,15 @@
-ocamlbuild (0.14.0-3) UNRELEASED; urgency=low
+ocamlbuild (0.14.0-3) unstable; urgency=medium
+ [ Stéphane Glondu ]
+ * Team upload
+ * Depend on ocaml-base-$ABI instead of ocaml-base-nox-$ABI
+ * Bump Standards-Version to 4.6.0
+
+ [ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
- -- Debian Janitor <[email protected]> Sun, 16 Aug 2020 13:13:07 -0000
+ -- Stéphane Glondu <[email protected]> Thu, 20 Jan 2022 13:05:28 +0100
ocamlbuild (0.14.0-2) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -6,10 +6,10 @@ Uploaders: Ximin Luo <[email protected]>
Build-Depends:
debhelper-compat (= 13),
dh-ocaml,
- ocaml-nox (>= 4.04.0),
+ ocaml,
ocaml-findlib (>= 1.7.3),
libfindlib-ocaml-dev (>= 1.7.3),
-Standards-Version: 4.5.0
+Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://github.com/ocaml/ocamlbuild/
Vcs-Git: https://salsa.debian.org/ocaml-team/ocamlbuild.git
=====================================
debian/rules
=====================================
@@ -15,7 +15,7 @@ include /usr/share/ocaml/ocamlvars.mk
OCAMLABI = $(shell ocamlc -version)
# to test a bytecode build on an architecture with ocamlopt, set this to "yes"
BYTECODE = $(shell [ -x /usr/bin/ocamlopt ] || echo yes)
-OCAMLRUN = $(if $(BYTECODE),ocaml-base-nox-$(OCAMLABI))
+OCAMLRUN = $(if $(BYTECODE),ocaml-base-$(OCAMLABI))
OCAML_NATIVE = $(if $(BYTECODE),false,true)
OCAMLBUILD_CFG = \
View it on GitLab:
https://salsa.debian.org/ocaml-team/ocamlbuild/-/compare/d93dbaccb0c94d0068c366fd747eb41acbcbc89c...9f4f6f5f1919fc83022a478ffca50fb6b67045e3
--
View it on GitLab:
https://salsa.debian.org/ocaml-team/ocamlbuild/-/compare/d93dbaccb0c94d0068c366fd747eb41acbcbc89c...9f4f6f5f1919fc83022a478ffca50fb6b67045e3
You're receiving this email because of your account on salsa.debian.org.