From b00a5bfce9546e105d3f16ff0e8c594a600ea42e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 25 Oct 2019 11:07:12 +0300 Subject: Drop code required for compatibility with 0.10.0 (two minor versions behind) --- libbpkg/manifest.cxx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/libbpkg/manifest.cxx b/libbpkg/manifest.cxx index bfa88b0..06e0b40 100644 --- a/libbpkg/manifest.cxx +++ b/libbpkg/manifest.cxx @@ -2297,20 +2297,10 @@ namespace bpkg m.dependencies.push_back (da); } - // @@ If the required description-type value is absent we will not fail - // until toolchain 0.11.0 is released and will set it to plain text - // instead. Not doing so we will fail to build packages coming from - // older pkg repositories. In particular, we will fail to verify that - // the public packages are still buildable with the queued toolchain. - // if (m.description && !m.description_type && flag (package_manifest_flags::require_description_type)) -#if 0 bad_name ("no package description type specified"); -#else - m.description_type = "text/plain"; -#endif if (!m.location && flag (package_manifest_flags::require_location)) bad_name ("no package location specified"); -- cgit v1.1