This is an automated email from the git hooks/post-receive script. lucas pushed a commit to branch master in repository developers-reference.
commit ab70cbd93d770cd3d02ca794b73e2fb5232097e5 Author: Lucas Nussbaum <[email protected]> Date: Sat Aug 23 18:56:23 2014 -0700 Mention other types of checksums besides MD5. Closes: #750994 --- debian/changelog | 1 + resources.dbk | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 <[email protected]> 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. </para> <para> The <filename>.dsc</filename> file lists all the files in the source package -together with checksums (<command>md5sums</command>) and some additional info +together with checksums (<command>md5sums</command>, <command>sha1sums</command>, +<command>sha256sums</command>) and some additional info about the package (maintainer, version, etc.). </para> </section> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/developers-reference.git -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

