--- a/debian/patches/reproducible-build.patch 1970-01-01 01:00:00.000000000 +0100 --- b/debian/patches/reproducible-build.patch 2020-01-23 15:49:59.572926655 +0000 @@ -0,0 +1,14 @@ +Description: Make the build reproducible +Author: Chris Lamb +Last-Update: 2020-01-23 + +--- mcomix-1.2.1mcomix3+git20200122.orig/installer.py ++++ mcomix-1.2.1mcomix3+git20200122/installer.py +@@ -61,6 +61,7 @@ def install(srcdir,filename,target,pool) + + def scandir(root,dest,pool=None): + for r,dl,fl in walk(root): ++ dl.sort() + for f in fl: + yield r,f,dest,pool + --- a/debian/patches/series 2020-01-23 15:19:31.120441310 +0000 --- b/debian/patches/series 2020-01-23 15:27:00.106822832 +0000 @@ -0,0 +1 @@ +reproducible-build.patch --- a/installer.py 2020-01-23 15:19:31.120441310 +0000 --- b/installer.py 2020-01-23 15:49:58.524896459 +0000 @@ -61,6 +61,7 @@ def scandir(root,dest,pool=None): for r,dl,fl in walk(root): + dl.sort() for f in fl: yield r,f,dest,pool