From 47a2c6e37acf838599f4329eeb6d7713b065b891 Mon Sep 17 00:00:00 2001 From: Filipp Mikoian Date: Thu, 7 May 2020 03:53:58 -0400 Subject: [PATCH] Update README.md Fix package version restriction syntax according to https://www.debian.org/doc/manuals/maint-guide/maint-guide.en.txt which states: > The fields may restrict their applicability to particular > versions of each named package. The restriction of each > individual package is listed ___in parentheses___ after its name... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e56a76..c992f92 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ EOF $ cat >> CPackConfig.cmake <= 3.0") +set(CPACK_DEBIAN_PACKAGE_PREDEPENDS "cmake (>= 3.0)") set(CPACK_DEBIAN_PACKAGE_RELEASE 1) EOF ```