[debhelper-devel] [debhelper] 01/01: d/control: Add a Breaks for cmake in backports

Niels Thykier nthykier at moszumanska.debian.org
Tue Jan 2 15:37:30 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 39b55236985c2a7e92c59051e7c958cf90b0d345
Author: Niels Thykier <niels at thykier.net>
Date:   Tue Jan 2 15:35:57 2018 +0000

    d/control: Add a Breaks for cmake in backports
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 debian/changelog | 3 +++
 debian/control   | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9db0168..d79284d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -56,6 +56,9 @@ debhelper (11.1) UNRELEASED; urgency=medium
   * dh: Rewrite sequence handling to ensure that dh does not "inline"
     a subtarget of a target it recurses into.  Thanks to James
     Cowgill for reporting the bug.  (Closes: #880840)
+  * d/control: Add a Breaks against cmake (<< 3.8~) to ensure that
+    cmake response to the /run change in compat 11.  Thanks to
+    Adrian Bunk for the suggestion.  (Closes: #886127)
 
  -- Niels Thykier <niels at thykier.net>  Sun, 17 Dec 2017 07:59:18 +0000
 
diff --git a/debian/control b/debian/control
index 82788e2..f0cbf0c 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Depends: autotools-dev,
          po-debconf,
          ${misc:Depends},
          ${perl:Depends}
-Breaks: dh-systemd (<< 1.38)
+Breaks: dh-systemd (<< 1.38), cmake (<< 3.8~)
 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