This is an automated email from the git hooks/post-receive script. jcowgill-guest pushed a commit to branch master in repository glfw3.
commit 94634d8d50ed26d9952d6e2039854ff49820c233 Author: James Cowgill <[email protected]> Date: Sat Jun 20 15:43:29 2015 +0100 Add patch to make the build reproducible --- debian/patches/reproducible-docs.patch | 16 ++++++++++++++++ debian/patches/series | 2 ++ 2 files changed, 18 insertions(+) diff --git a/debian/patches/reproducible-docs.patch b/debian/patches/reproducible-docs.patch new file mode 100644 index 0000000..7f60cea --- /dev/null +++ b/debian/patches/reproducible-docs.patch @@ -0,0 +1,16 @@ +Description: Remove the date from the documentation footer to make the + build reproducible. +Author: James Cowgill <[email protected]> +Forwarded: no +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/docs/footer.html ++++ b/docs/footer.html +@@ -1,6 +1,6 @@ + <address class="footer"> + <p> +-Last update on $date for $projectname $projectnumber ++$projectname $projectnumber + </p> + </address> + </body> diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..9801a22 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1,2 @@ + +reproducible-docs.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/glfw3.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

