This is an automated email from the git hooks/post-receive script. abe pushed a commit to branch master in repository debsums.
commit 03f4179c80eae91a223e9544ef83e2a6ef437133 Author: Ryan Niebur <[email protected]> Date: Sun Aug 2 01:59:01 2009 -0700 document the possible outcomes (Closes: #469774) --- debian/changelog | 3 ++- man/debsums.1 | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 679044e..d238f1f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,8 +7,9 @@ debsums (2.0.47) UNRELEASED; urgency=low [ Ryan Niebur ] * set myself as maintainer (Closes: #534655) * document the solution to bug #74033 + * document the possible outcomes (Closes: #469774) - -- Ryan Niebur <[email protected]> Sun, 02 Aug 2009 01:56:23 -0700 + -- Ryan Niebur <[email protected]> Sun, 02 Aug 2009 01:58:58 -0700 debsums (2.0.46) unstable; urgency=low diff --git a/man/debsums.1 b/man/debsums.1 index c34bd3b..d0e6a9c 100644 --- a/man/debsums.1 +++ b/man/debsums.1 @@ -154,6 +154,16 @@ As above, using sums from cached debs where available. .TP apt-get install \-\-reinstall $(dpkg \-S $(debsums \-c) | cut \-d : \-f 1 | sort \-u) Reinstalls packages with changed files. +.SH RESULTS +.TP +OK +The file's md5sum is good. +.TP +FAILED +The file's md5sum does not match. +.TP +REPLACED +The file has been replaced by a file from a different package. .SH NOTES .PP The default installation of -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/debsums.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
