diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-09 11:22:10 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-09 11:22:10 +0100 |
commit | 0048dd523d38409955e149cd09915c15aea7efaa (patch) | |
tree | 1a46eadf825888a7b4e176b747e7e6c51de9e7f0 /bin | |
parent | 5647e0ef7e46944e956bc2a92f9804fc5299505d (diff) | |
download | jenkins.debian.net-0048dd523d38409955e149cd09915c15aea7efaa.tar.xz |
rename build-depends_(gnome|tails) meta pkg sets to (gnome|tails)_build-depends
Diffstat (limited to 'bin')
-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" |