This is an automated email from the git hooks/post-receive script. terceiro pushed a commit to branch master in repository devscripts.
commit 48da354d02d8af6a8cc22da62973bbfe6ddead4f Author: Antonio Terceiro <[email protected]> Date: Thu Nov 24 11:28:37 2016 -0200 debrepro: document exit status in manpage --- debian/changelog | 5 +++++ scripts/debrepro.pod | 23 +++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9b0d371..d38c018 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,13 @@ devscripts (2.16.10) UNRELEASED; urgency=medium + [ Afif Elghraoui ] * debcommit: + Use standard version mangling for git tags. (Closes: #770187) + [ Antonio Terceiro ] + * debrepro: + + document exit status in manpage + -- Afif Elghraoui <[email protected]> Wed, 23 Nov 2016 23:50:46 -0800 devscripts (2.16.9) unstable; urgency=medium diff --git a/scripts/debrepro.pod b/scripts/debrepro.pod index d690a58..e0de6e4 100644 --- a/scripts/debrepro.pod +++ b/scripts/debrepro.pod @@ -88,6 +88,29 @@ future with regards to the current time. =back +=head1 EXIT STATUS + +=over + +=item 0 + +Package is reproducible. + +Reproducible here means that the two builds produced the exactly the +same binaries, under the set of variations that B<debrepro> tests. Other +sources of non-determinism in builds that are not yet tested might still +affect builds in the wild. + +=item 1 + +Package is not reproducible. + +=item 2 + +The given input is not a valid Debian source package. + +=back + =head1 SEE ALSO diffoscope (1), disorderfs (1), -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
