From 26e9fe4ff60a6e43de5ff497ee9e8531d12b4d8c Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 01 Sep 2014 20:21:01 -0400 Subject: profile/proteanos: Add a big TODO comment --- (limited to 'lib') diff --git a/lib/profile/proteanos.sh b/lib/profile/proteanos.sh index dcdff25..7c3e028 100644 --- a/lib/profile/proteanos.sh +++ b/lib/profile/proteanos.sh @@ -166,6 +166,14 @@ prof_proteanos_include_pkg() return 0 fi elif [ "x${name}" = 'xpackage' ]; then + # TODO: Drop this code once: + # * base-files is marked "Essential: yes", + # * At least one essential package depends on libc.6 on + # any-any-glibc architectures, + # * linux-image is marked "Essential: yes", and + # * Each config- source package builds a config-base + # binary package marked "Essential: yes" that depends on + # proteanos-branding. case "${value}" in base-files|libc.6|linux-image|proteanos-branding) return 0 -- cgit v0.9.1