From 60761a31cc3a099efc0fe037f04af30d02243a97 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 15 May 2016 02:09:54 +0200 Subject: reproducible debian: change order of pkg sets, sort freedombox before tails --- bin/reproducible_common.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bin/reproducible_common.sh') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 695fef90..c3f30f3a 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -110,12 +110,12 @@ META_PKGSET[12]="kde" META_PKGSET[13]="kde_build-depends" META_PKGSET[14]="xfce" META_PKGSET[15]="xfce_build-depends" -META_PKGSET[16]="tails" -META_PKGSET[17]="tails_build-depends" +META_PKGSET[16]="freedombox" +META_PKGSET[17]="freedombox_build-depends" META_PKGSET[18]="grml" META_PKGSET[19]="grml_build-depends" -META_PKGSET[20]="freedombox" -META_PKGSET[21]="freedombox_build-depends" +META_PKGSET[20]="tails" +META_PKGSET[21]="tails_build-depends" META_PKGSET[22]="subgraph_OS" META_PKGSET[23]="subgraph_OS_build-depends" META_PKGSET[24]="maint_pkg-perl-maintainers" -- cgit v1.2.3-70-g09d2