Skip to content

Releases: NicolaiSoeborg/ELF2deb

Release v1.2.1

22 Jan 17:49
ea03a41
Compare
Choose a tag to compare

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

06 Jun 11:22
6cc2a46
Compare
Choose a tag to compare

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

20 May 21:50
4546f59
Compare
Choose a tag to compare

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

03 May 11:16
f84b6a1
Compare
Choose a tag to compare

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

30 Apr 23:43
b13976e
Compare
Choose a tag to compare

Requires python3.5+