From 9f3475af9ac81618afd182f7509a95a9dc67153e Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Thu, 3 Feb 2022 12:37:12 +0000 Subject: [PATCH] Remove constraints unnecessary since buster * Build-Depends: Drop versioned constraint on cmake. Changes-By: deb-scrub-obsolete --- debian/changelog | 7 +++++++ debian/control | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index db9335b..6d9d8d1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libexecs (1.3-2) UNRELEASED; urgency=medium + + * Remove constraints unnecessary since buster: + + Build-Depends: Drop versioned constraint on cmake. + + -- Debian Janitor Thu, 03 Feb 2022 12:37:12 -0000 + libexecs (1.3-1) unstable; urgency=medium [ Renzo Davoli ] diff --git a/debian/control b/debian/control index fa3065f..9d525f0 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Priority: optional Section: libs Maintainer: Debian VirtualSquare Team Uploaders: Giulia Cantini , Mattia Biondi , Renzo Davoli , Andrea Capriotti -Build-Depends: debhelper-compat (= 13), cmake (>= 3.13) +Build-Depends: debhelper-compat (= 13), cmake Standards-Version: 4.5.1 Rules-Requires-Root: no Homepage: http://www.virtualsquare.org/ -- GitLab