Source: gap-autpgrp Version: 1.5-2 Severity: wishlist Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: timestamps X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org
Hi, Whilst working on the Reproducible Builds effort [0], we noticed that gap-autpgrp could not be built reproducibly: │ │ │ ├── ./usr/share/gap/pkg/AutPGrp/doc/manual.pdf │ │ │ │ ├── pdftotext {} - │ │ │ │ │ @@ -2,15 +2,15 @@ │ │ │ │ │ — │ │ │ │ │ A GAP4 Package │ │ │ │ │ │ │ │ │ │ by │ │ │ │ │ │ │ │ │ │ Bettina Eick and Eamonn O’Brien │ │ │ │ │ │ │ │ │ │ -March 2019 │ │ │ │ │ +February 2018 Patch attached. [0] https://reproducible-builds.org/ Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
--- a/debian/patches/reproducible-build.patch 1970-01-01 01:00:00.000000000 +0100 --- b/debian/patches/reproducible-build.patch 2018-02-21 22:28:31.295932059 +0000 @@ -0,0 +1,14 @@ +Description: Make the build reproducible +Author: Chris Lamb <la...@debian.org> +Last-Update: 2018-02-21 + +--- gap-autpgrp-1.5.orig/doc/manual.tex ++++ gap-autpgrp-1.5/doc/manual.tex +@@ -35,7 +35,6 @@ + \centerline{\titlefont A GAP4 Package}\vfill + \centerline{\secfont by}\vfill + \centerline{\secfont Bettina Eick and Eamonn O'Brien}\vfill +- \centerline{\secfont{\Month} \Year} + } + % + % --- a/debian/patches/series 2018-02-21 22:25:16.586537816 +0000 --- b/debian/patches/series 2018-02-21 22:28:29.951924809 +0000 @@ -1,2 +1,3 @@ doc-makefile fix-makedoc +reproducible-build.patch