Closed Calebe94 closed 3 years ago
After fixing the executable-not-elf-or-script
warning on 22cca16, another warning has popped:
W: tinytools: unusual-interpreter usr/bin/tnotes #!/usr/bin/python
W: tinytools: unusual-interpreter usr/bin/ttodo #!/usr/bin/python
Change #!/usr/bin/python
to #!/usr/bin/python3
.
When building a
.deb
package lintian gives us the following errors and warnings:Expected Behavior
Current Behavior
Possible Solution
Steps to Reproduce
1. 2. 3. 4.
Context (Environment)
Detailed Description
Possible Implementation