[debhelper-devel] [debhelper] 01/01: debhelper.pod: Remove cmake caveat for compat 11

Niels Thykier nthykier at moszumanska.debian.org
Tue Jan 2 18:33:04 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 c1e2bbd0858b29ff1c90427501480c27e885d5b6
Author: Niels Thykier <niels at thykier.net>
Date:   Tue Jan 2 18:29:45 2018 +0000

    debhelper.pod: Remove cmake caveat for compat 11
    
    Given the "Breaks: cmake (<< 3.9~)" it is no longer relevant.
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 debhelper.pod  | 5 -----
 debian/control | 2 +-
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/debhelper.pod b/debhelper.pod
index 5a17502..1a56e9b 100644
--- a/debhelper.pod
+++ b/debhelper.pod
@@ -633,11 +633,6 @@ F<./configure>.
 The B<cmake> buildsystem now passes
 B<-DCMAKE_INSTALL_RUNSTATEDIR=/run> to L<cmake(1)>.
 
-B<Caveat>: This option silently does nothing in cmake versions prior
-to 3.8.  Please keep this in mind if your package is regularly
-backported to a suite (e.g. stretch-backports) where cmake is older
-than 3.8.
-
 =item -
 
 B<dh_installman> will now prefer detecting the language from the
diff --git a/debian/control b/debian/control
index f0cbf0c..9b52a38 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), cmake (<< 3.8~)
+Breaks: dh-systemd (<< 1.38), 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