diff options
Diffstat (limited to 'bin/reproducible_common.sh')
-rwxr-xr-x | bin/reproducible_common.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 9d4a5201..64dd33e8 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -145,9 +145,9 @@ META_PKGSET[1]="essential" META_PKGSET[2]="required" META_PKGSET[3]="build-essential" META_PKGSET[4]="gnome" -META_PKGSET[5]="build-depends_gnome" +META_PKGSET[5]="gnome_build-depends" META_PKGSET[6]="tails" -META_PKGSET[7]="build-depends_tails" +META_PKGSET[7]="tails_build-depends" META_PKGSET[8]="maint_pkg-perl-maintainers" META_PKGSET[9]="popcon_top1337-installed-sources" META_PKGSET[10]="installed_on_debian.org" |