Releases: NicolaiSoeborg/ELF2deb
Releases · NicolaiSoeborg/ELF2deb
Release v1.2.1
Bugfix for when --license_year
wasn't specified, but the auto license logic tried to predict it.
Install using pip3 install --user elf2deb
or download and add elf2deb.pyz to your $PATH
.
Release v1.2.0
Made the tool even easier to use.
- Added some logic to guess parameters
- Fix python3.5 support
Install using pip3 install elf2deb
or download and add elf2deb.pyz
to your PATH.
Release v1.1.0
Now available on PyPi: pip3 install elf2deb
.
Otherwise run the standalone binary: chmod +x ./elf2deb.pyz && ./elf2deb.pyz
.
Requires python3.5+ and requests (if using --license
parameter).
Release v1.0.1
Run the file as python3 elf2deb.pyz
or make it executable and run it directly (chmod +x ./elf2deb.pyz && ./elf2deb.pyz
)
Requires python3.5+
Release v1.0.0
Requires python3.5+