summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-01-06 01:27:54 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-06 01:27:54 +0100
commit26e779499fd96eff94184ec03afd1218cadb2d30 (patch)
tree0fbf7ae75a19aa8fc5823ff7db6715c5e6b156e4 /bin
parent3dd7bd1a5281d582bb9a63909ceb4ed67f8f4e4b (diff)
downloadjenkins.debian.net-26e779499fd96eff94184ec03afd1218cadb2d30.tar.xz
reproducible: track new package set: everything maintained by pkg-perl-maintainers (because they are awesome)
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_common.sh1
-rwxr-xr-xbin/reproducible_create_meta_pkg_sets.sh5
2 files changed, 6 insertions, 0 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index f6924f67..a36323c8 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -146,6 +146,7 @@ META_PKGSET[4]="gnome"
META_PKGSET[5]="build-depends_gnome"
META_PKGSET[6]="tails"
META_PKGSET[7]="build-depends_tails"
+META_PKGSET[8]="maint_pkg-perl-maintainers"
init_html() {
SUITE=sid
diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh
index 6a16234b..780e93cb 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -97,6 +97,11 @@ done
convert_into_source_packages_only
update_if_similar ${META_PKGSET[7]}.pkgset
+# pkg-perl-maintainers
+grep-dctrl -sPackage -n -FMaintainer pkg-perl-maintainers@lists.alioth.debian.org $SOURCES > $TMPFILE
+convert_into_source_packages_only
+update_if_similar ${META_PKGSET[8]}.pkgset
+
# finally
echo "All meta package sets created successfully."