summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-05-28 15:23:38 +0200
committerHolger Levsen <holger@layer-acht.org>2016-05-28 15:23:38 +0200
commit629e3624057e2a8bd1bf9aa1a4b59ba37069420c (patch)
tree0e8f167e6876af75b2465e42a1d9d78a8a64958a /bin
parent2ff0b3c607708a73719912efb99e80e08d361724 (diff)
downloadjenkins.debian.net-629e3624057e2a8bd1bf9aa1a4b59ba37069420c.tar.xz
reproducible debian: kde pkg sets: add packages maintained by debian-qt-kde@lists.debian.org and pkg-kde-extras@lists.alioth.debian.org
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_create_meta_pkg_sets.sh4
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