From: Jan Rękorajski Date: Wed, 8 Aug 2012 12:16:40 +0000 (+0000) Subject: - removed outdated ignores X-Git-Url: http://git.pld-linux.org/?p=projects%2Fpld-ftp-admin.git;a=commitdiff_plain;h=d33dacc88fba0e7bc76a63d82fd3a261c2381482 - removed outdated ignores Changed files: wwwbin/consistency-check.sh -> 1.10 --- diff --git a/wwwbin/consistency-check.sh b/wwwbin/consistency-check.sh index ca27d36..784eb81 100644 --- a/wwwbin/consistency-check.sh +++ b/wwwbin/consistency-check.sh @@ -66,22 +66,9 @@ gen_list() { date /usr/bin/poldek -O "auto directory dependencies = yes" \ --ignore "*-debuginfo-*" \ - --ignore "db4.6*" \ - --ignore "boost*1.34*" \ - --ignore "krb5*" \ - --ignore "libjpeg6*" \ - --ignore "libpthread-stubs-devel*" \ - --ignore "monodoc-*" \ - --ignore "arts-*" \ - --ignore "artsc-*" \ - --ignore "esound-*" \ --ignore "opera-plugin32-*" \ --ignore "nspluginwrapper-*" \ --ignore "mbrola-voice-*" \ - --ignore "hal" \ - --ignore "hal-libs" \ - --ignore "quicktime4linux*" \ - --ignore "compat-libstdc++-*" \ --verify=deps -Q "$@" | filter_deps | group_deps | sort | pkg2src "$@" }