[debhelper-devel] [debhelper] 01/01: Document the cmake Breaks to assist backporting

Niels Thykier nthykier at moszumanska.debian.org
Wed Jan 3 11:25:14 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 63153d779ee8fb7dfa4aa3a7a89ff04a422507f0
Author: Niels Thykier <niels at thykier.net>
Date:   Wed Jan 3 11:23:47 2018 +0000

    Document the cmake Breaks to assist backporting
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 debian/control | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 9b52a38..9057309 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,11 @@ Depends: autotools-dev,
          po-debconf,
          ${misc:Depends},
          ${perl:Depends}
-Breaks: dh-systemd (<< 1.38), cmake (<< 3.9~)
+Breaks: dh-systemd (<< 1.38),
+# To ensure cmake understands -DCMAKE_INSTALL_RUNSTATEDIR=/run as used in compat 11
+# - Can be dropped (with the caveat that cmake packages may behave differently
+#   depending on the version of cmake).
+        cmake (<< 3.9~),
 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