From 4ba1286acd91fc0f740f72671ed44d9309dcf2da Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Wed, 20 Jul 2022 05:58:49 +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 8066694..a44813b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +strcase (0.1-4) UNRELEASED; urgency=medium + + * Remove constraints unnecessary since buster: + + Build-Depends: Drop versioned constraint on cmake. + + -- Debian Janitor Wed, 20 Jul 2022 05:58:49 -0000 + strcase (0.1-3) unstable; urgency=medium * Source only upload diff --git a/debian/control b/debian/control index 4ab9386..5acfe63 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: strcase Priority: optional Maintainer: Debian VirtualSquare Team Uploaders: Mattia Biondi , Renzo Davoli , Andrea Capriotti -Build-Depends: debhelper-compat (= 13), cmake (>= 3.12) +Build-Depends: debhelper-compat (= 13), cmake Standards-Version: 4.5.0 Section: libdevel Homepage: http://www.virtualsquare.org/ -- GitLab