[debhelper-devel] [debhelper] 01/01: d/control: Add breaks on meson for backports
Niels Thykier
nthykier at moszumanska.debian.org
Sat Jan 20 09:36:16 UTC 2018
This is an automated email from the git hooks/post-receive script.
nthykier pushed a commit to branch master
in repository debhelper.
commit 0fe29da4a330a5ef2692727809e219aaafea4b6c
Author: Niels Thykier <niels at thykier.net>
Date: Sat Jan 20 09:34:29 2018 +0000
d/control: Add breaks on meson for backports
Signed-off-by: Niels Thykier <niels at thykier.net>
---
debian/changelog | 3 +++
debian/control | 2 ++
2 files changed, 5 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index fe6ac57..c150ca6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ debhelper (11.1.3) UNRELEASED; urgency=medium
* autoscripts/*: Improve rollback handling of many scripts.
Notably a lot of scripts failed to rerun the postinst parts
on an "abort-upgrade". (Closes: #446856)
+ * debian/control: Add a Breaks on meson to ensure that we have
+ meson (>= 0.40.0) as the meson build system uses --wrap-mode.
+ This is mostly relevant for backports.
-- Niels Thykier <niels at thykier.net> Sun, 14 Jan 2018 09:54:57 +0000
diff --git a/debian/control b/debian/control
index 73a6bc1..3ce1911 100644
--- a/debian/control
+++ b/debian/control
@@ -39,6 +39,8 @@ Breaks: dh-systemd (<< 1.38),
# - Can be dropped (with the caveat that cmake packages may behave differently
# depending on the version of cmake).
cmake (<< 3.9~),
+# meson build system uses --wrap-mode, which requires meson (>= 0.40.0)
+ meson (<< 0.40.0~),
Replaces: dh-systemd (<< 1.38)
Suggests: dh-make, dwz
Multi-Arch: foreign
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git
More information about the debhelper-devel
mailing list