Codebase list debuerreotype / 3498cb6
Add several more architecture hashes to autopkgtests - armel - armhf - i386 - mips64el - ppc64el - s390x Tianon Gravi 3 years ago
3 changed file(s) with 18 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 debuerreotype (0.10-3) UNRELEASED; urgency=medium
1
2 * Add several more architecture hashes to autopkgtests:
3 - armel
4 - armhf
5 - i386
6 - mips64el
7 - ppc64el
8 - s390x
9
10 -- Tianon Gravi <tianon@debian.org> Tue, 02 Mar 2021 08:32:12 -0800
11
012 debuerreotype (0.10-2) unstable; urgency=medium
113
214 [ Tianon Gravi ]
66 wget,
77 xz-utils
88 Restrictions: allow-stderr, needs-root
9 #Architecture: amd64, arm64
88 declare -A expectedSha256s=(
99 ['amd64']='26490ed3400a5029b8b5939c6cebd38691e28ea5c616bb54f25f758125417c5f'
1010 ['arm64']='45e5e0c6da27db14de19a600663140db1f85f7516a856bf00957436e93e1f684'
11 ['armel']='9935d1ffc1316d9a03b223225f909e6d229f96a437b49a23abb1e33406c43e3d'
12 ['armhf']='feaef36fd7a5e202a426099b5e110d91da234f17c63b77ac7169d3da21079878'
13 ['i386']='800eb45aa8d0f8132533832cd4483dab47450ef86fb86874d9a2994616c4f3a1'
14 ['mips64el']='63ceab271ebaacc8036f3790a7ac206e4f6662cfb5669be00889993f14a82abe'
15 ['ppc64el']='31876452b695db0843cf81a48b0a236edf52c5eb68e730d8e041383ed511e7cc'
16 ['s390x']='587779b5c2f8defaa2de40755193c814358db34a1f3c82d68038a1ae226ccff3'
1117 )
1218 dpkgArch="$(dpkg --print-architecture)"
1319 expectedSha256="${expectedSha256s["$dpkgArch"]:-}"