From b452a2a85237eef50db49d793caae4ffca8de243 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 22 Jun 2018 08:28:03 +0200 Subject: lib/common-functions, lib/mysql-functions: remove artificial dependencies $p-{doc,i18n} -> $p -- they should be covered by the "package-source blob" logic --- lib/common-functions | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'lib/common-functions') diff --git a/lib/common-functions b/lib/common-functions index 64a11a7..8c21101 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -319,20 +319,7 @@ make_source_info() { printf 'upstream_git_repository = %s\n' "${git_repo}" printf 'PKGBUILD = %s\n' "${PKGBUILD}" printf 'PKGBUILD_mod = %s\n' "${PKGBUILD_mod}" - makepkg --printsrcinfo | \ - sed ' - /^pkgname = / ! b - /= python2\?-oslo-i18n$/ b - s/= \(\S\+\)-i18n$/\0\n\tdepends = \1/ - t - /= gtk-doc$/ b - s/= \(openjdk[0-9]\+\)-doc$/\0\n\tdepends = \1-src/ - t - s/= \(qt5\)-doc$/\0\n\tdepends = \1-base/ - t - s/= \(\S\+\)-docs\?$/\0\n\tdepends = \1/ - t - ' + makepkg --printsrcinfo cd .. } > \ "${output}" || \ -- cgit v1.2.3-54-g00ecf