Codebase list debuerreotype / d2af808
Update to 0.15 upstream release - support for deb822-style sources - replaces security.debian.org with deb.debian.org * skip riscv64 in autopkgtests (ports architecture, harder to test) Tianon Gravi 1 year, 8 months ago
2 changed file(s) with 17 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 debuerreotype (0.15-1) UNRELEASED; urgency=medium
1
2 * Update to 0.15 upstream release
3 - support for deb822-style sources
4 - replaces security.debian.org with deb.debian.org
5 * skip riscv64 in autopkgtests (ports architecture, harder to test)
6
7 -- Tianon Gravi <tianon@debian.org> Fri, 01 Jul 2022 11:33:20 -0700
8
09 debuerreotype (0.14-1) unstable; urgency=medium
110
211 [ Tianon Gravi ]
1414 ['i386']='b4e574904703114291f1c42bd80744b1da333d95cf5c00e8e71ba09241ca66ae'
1515 ['mips64el']='767982e9ca353058d9ca44f410e0367071ebf9938a4a996e3ed9139d57bc987f'
1616 ['ppc64el']='99bc8a072448360be9ff741b98466835bc0f270041784cacbcb3803f8d3fbb6a'
17 ['riscv64']='ports'
1718 ['s390x']='7ad6fa1abaf9d8cb3fd9d1257e24363bc842f0fe204e98d0a2aa995541b62b1c'
1819 )
1920 dpkgArch="$(dpkg --print-architecture)"
2021 expectedSha256="${expectedSha256s["$dpkgArch"]:-}"
22
23 if [ "$expectedSha256" = 'ports' ]; then
24 echo >&2 "aw, '$dpkgArch' is a ports arch -- bailing early!"
25 exit 0
26 fi
2127
2228 expectedCompareUrl="https://people.debian.org/~tianon/debuerreotype/$suite--$timestamp--0.14--$dpkgArch--$expectedSha256.txz"
2329
4248 debuerreotype-debian-sources-list "$rootfs" "$suite"
4349 # remove effect of https://github.com/debuerreotype/debuerreotype/pull/56 (to avoid regenerating expected tarballs to compensate)
4450 sed -i -e '/^#/d' "$rootfs/etc/apt/sources.list"
51 # remove effect of https://github.com/debuerreotype/debuerreotype/pull/135 (^^^)
52 sed -i -e 's!deb.debian.org/debian-security!security.debian.org/debian-security!g' "$rootfs/etc/apt/sources.list"
4553
4654 debuerreotype-tar "$rootfs" "$tempDir/actual.tar"
4755 sha256="$(sha256sum "$tempDir/actual.tar" | cut -d' ' -f1)"