Package: cvs-fast-export / 1.44-1

Metadata

Package Version Patches format
cvs-fast-export 1.44-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 compile flags.patch | (download)

Makefile | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 modify compile flags handling in makefile for debian packaging
 This is to allow CFLAGS set by dpkg-buildflags from the environment
 so that hardening flags and DEB_BUILD_OPTIONS=noopt would work.
 .
 Also disable -march=native which causes FTBFS on many platforms
 and is inappropriate for a Debian package.  See a similar bug
 https://bugs.debian.org/761912 for an explanation.
02 reproducible date.patch | (download)

Makefile | 2 1 + 1 - 0 !
cvs-fast-export.adoc | 1 1 + 0 - 0 !
cvsconvert.adoc | 1 1 + 0 - 0 !
cvssync.adoc | 1 1 + 0 - 0 !
4 files changed, 4 insertions(+), 1 deletion(-)

 fix reproducible issues with asciidoc-generated timestamp
 See https://wiki.debian.org/ReproducibleBuilds/TimestampsInDocumentationGeneratedByAsciidoc
03 fix setpython not found error.patch | (download)

tests/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix "sh: 1: setpython: not found" error in tests/makefile