From: Lucas Nussbaum Date: Sun, 24 Aug 2014 01:56:23 +0000 (-0700) Subject: Mention other types of checksums besides MD5. Closes: #750994 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=ab70cbd93d770cd3d02ca794b73e2fb5232097e5;p=developers-reference.git Mention other types of checksums besides MD5. Closes: #750994 --- diff --git a/debian/changelog b/debian/changelog index 8c442d9..45b1a47 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ developers-reference (3.4.14) UNRELEASED; urgency=medium * dpkg-buildpackage now uses fakeroot automatically. Closes: #750988 * Drop section on debsums as this functionality is now integrated in dpkg. Closes: #750990 + * Mention other types of checksums besides MD5. Closes: #750994 -- Paul Wise Wed, 20 Aug 2014 18:43:04 -0700 diff --git a/resources.dbk b/resources.dbk index 4d40b62..f308162 100644 --- a/resources.dbk +++ b/resources.dbk @@ -587,7 +587,8 @@ made by the Debian maintainer. The .dsc file lists all the files in the source package -together with checksums (md5sums) and some additional info +together with checksums (md5sums, sha1sums, +sha256sums) and some additional info about the package (maintainer, version, etc.).