Package: grokevt / 0.5.0-6.1

Metadata

Package Version Patches format
grokevt 0.5.0-6.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
example_configuration_path | (download)

doc/grokevt.7.docbook | 19 10 9 - 0 !
1 file changed, 10 insertions( ), 9 deletions(-)

 patch docs to fix path of example config file
makefile.patch | (download)

Makefile | 8 4 4 - 0 !
lib/grokevt.py | 2 1 1 - 0 !
2 files changed, 5 insertions( ), 5 deletions(-)

 patches makefile and grokevy.py
 Use $(PREFIX) variable on Makefile
 Fixing config path
 Get correct python3 PATH

python3 shebang.patch | (download)

bin/grokevt-builddb | 2 1 1 - 0 !
bin/grokevt-dumpmsgs | 2 1 1 - 0 !
bin/grokevt-findlogs | 2 1 1 - 0 !
bin/grokevt-parselog | 2 1 1 - 0 !
bin/grokevt-ripdll | 2 1 1 - 0 !
5 files changed, 5 insertions( ), 5 deletions(-)

 change shebangs to python3
no_egg.patch | (download)

Makefile | 4 2 2 - 0 !
1 file changed, 2 insertions( ), 2 deletions(-)

 make the build reproducible
remove_distutils.patch | (download)

grokevt-distutils.py | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 remove distutils from source
 This package use setup from setuptools instead of the setup from the deprecated
 distutils module.