From 26e779499fd96eff94184ec03afd1218cadb2d30 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 6 Jan 2015 01:27:54 +0100 Subject: reproducible: track new package set: everything maintained by pkg-perl-maintainers (because they are awesome) --- bin/reproducible_common.sh | 1 + bin/reproducible_create_meta_pkg_sets.sh | 5 +++++ 2 files changed, 6 insertions(+) (limited to 'bin') 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." -- cgit v1.2.3-70-g09d2