From 3cc4e1956c5185349a7e70672e638344ec9f4cd8 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 13 Mar 2019 21:24:33 -0400 Subject: ob_summarize_package_*(): Remove These were supposed to generate lists of architectures (platforms) and architecture (platform) wildcards for which a source package can be built, like the Architecture field of Debian dsc files. --- (limited to 'lib') diff --git a/lib/package.sh b/lib/package.sh index 487d333..5c78b01 100644 --- a/lib/package.sh +++ b/lib/package.sh @@ -234,20 +234,6 @@ ob_get_doc_files() return 0 } -ob_summarize_package_arch() -{ - # XXX: Stub. - - return 0 -} - -ob_summarize_package_plat() -{ - # XXX: Stub. - - return 0 -} - ob_set_package_substvars() { local pkg="${1}" -- cgit v0.9.1