Package: release.debian.org Severity: normal Tags: jessie User: release.debian....@packages.debian.org Usertags: pu
susv4 is an installer package built from src:sus (in contrib), but the file it downloads has been updated, so we need to update the checksum, otherwise the installation will fail due to the mismatch. This is just a rebuild of the package in sid targetting jessie. Andreas
diff -Nru sus-7.20140918/debian/changelog sus-7.20160107~deb8u1/debian/changelog --- sus-7.20140918/debian/changelog 2014-09-18 01:20:00.000000000 +0200 +++ sus-7.20160107~deb8u1/debian/changelog 2016-01-15 23:43:10.000000000 +0100 @@ -1,3 +1,28 @@ +sus (7.20160107~deb8u1) jessie; urgency=medium + + * Non-maintainer upload. + * Rebuild for jessie. + + -- Andreas Beckmann <a...@debian.org> Fri, 15 Jan 2016 23:42:28 +0100 + +sus (7.20160107) unstable; urgency=medium + + * The upstream tarball for SUSv4 TC1 changed; update checksum + (Closes: #790535) + | The chapters on m4 and expr seems to have been improved slightly + * urgency=medium since susv4 is no longer installable + + -- David Weinehall <t...@debian.org> Thu, 07 Jan 2016 12:24:24 +0200 + +sus (7.20150719) unstable; urgency=medium + + * The upstream tarball for SUSv4 TC1 has changed; update checksum + (Closes: #790535) + | No normative changes, only tidying + * urgency=medium since susv4 is no longer installable + + -- David Weinehall <t...@debian.org> Sun, 19 Jul 2015 17:40:24 +0300 + sus (7.20140918) unstable; urgency=low * Re-run install-docs during postinst after downloading & installing diff -Nru sus-7.20140918/debian/susv4.postinst sus-7.20160107~deb8u1/debian/susv4.postinst --- sus-7.20140918/debian/susv4.postinst 2014-09-18 01:16:36.000000000 +0200 +++ sus-7.20160107~deb8u1/debian/susv4.postinst 2016-01-07 11:21:53.000000000 +0100 @@ -8,7 +8,7 @@ wget -P $TEMPDIR http://pubs.opengroup.org/onlinepubs/9699919799/download/susv4tc1.tar.bz2 echo Verifying SHA512 checksum... -SHA512SUM="bf261a61121b07efa29e2df70a28b8b482694588508ebb13fd57bc81883dc718571b95ae6a54fd03666e658ca617a24742f77b2c446e245e7fbf1ec5d67d1bd1" +SHA512SUM="1cb8dc3db53508c1929ac17feb09a2b0722192900c685c4e66ccca01c1a1362a6a9356366c6070fd71b334ff38ba0515beaff46278e59195fc9454b5a558b577" [ x"$(sha512sum $TEMPDIR/susv4tc1.tar.bz2 | cut -f1 -d\ )" = x"$SHA512SUM" ] || (rm -rf $TEMPDIR; exit 1) echo Untarring...