This is an automated email from the git hooks/post-receive script. infinity0 pushed a commit to branch master in repository devscripts.
commit 1a1d95f94aa674142ec3b67f22cce13fccc8aa39 Author: Ximin Luo <[email protected]> Date: Fri Nov 25 18:19:27 2016 +0100 debrepro: fix man page, add build products to .gitignore --- .gitignore | 2 ++ scripts/debrepro.pod | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1b6a686..00c05c6 100644 --- a/.gitignore +++ b/.gitignore @@ -51,6 +51,8 @@ scripts/debi scripts/debpkg scripts/debpkg-wrapper scripts/debrelease +scripts/debrepro +scripts/debrepro.1 scripts/debrsign scripts/debsign scripts/debsnap diff --git a/scripts/debrepro.pod b/scripts/debrepro.pod index e0de6e4..050ed10 100644 --- a/scripts/debrepro.pod +++ b/scripts/debrepro.pod @@ -92,7 +92,7 @@ future with regards to the current time. =over -=item 0 +=item 0Z<> Package is reproducible. @@ -101,11 +101,11 @@ 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 +=item 1Z<> Package is not reproducible. -=item 2 +=item 2Z<> The given input is not a valid Debian source package. -- 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
