diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_create_meta_pkg_sets.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh index 8665b47a..9b12f97b 100755 --- a/bin/reproducible_create_meta_pkg_sets.sh +++ b/bin/reproducible_create_meta_pkg_sets.sh @@ -291,6 +291,10 @@ update_pkg_sets() { get_installable_set ${META_PKGSET[12]}.pkgset if [ -f $TMPFILE ] ; then convert_from_deb822_into_source_packages_only + # also add the packages maintained by those teams + # (maybe add the depends of those packages too?) + grep-dctrl -sPackage -n -FMaintainer,Uploaders debian-qt-kde@lists.debian.org $SOURCES >> $TMPFILE + grep-dctrl -sPackage -n -FMaintainer,Uploaders pkg-kde-extras@lists.alioth.debian.org $SOURCES >> $TMPFILE update_if_similar ${META_PKGSET[12]}.pkgset fi fi |