-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix131 #135
Conversation
Personally, I have tested with unreleased source on my local machine and confirmed that lintian error is resolved. Created DEB package and installed to host system. APT and Synaptic will now show proper dependencies for Python:
Most features in Customizer have been tested working in Xubuntu Trusty (14.04) and Debian Jessie 32-bit; Both were tested with UMR 14.04 32-bit ISO image. P.S.: Wait for testing result on Debian, then only merge into P.S.S.: Test result OK; That lintian error was not seen, therefore resolved. |
Proof of testing on Debian Jessie:
Some output has been trimmed for simplicity; Unlike Ubuntu, there were additional warnings appearing while creating DEB package on Debian, esp. the following lines:
I suppose the warnings are specific to Debian, since those didn't appear on Ubuntu. Anyway, Customizer has been tested installable and usable on Debian. |
* Delete genabout.py * Create MANUAL.md * Simplify ChangeLog * Rename ChangeLog to CHANGELOG * Simplify Contributors * Fix issue #123 * Fix issue #131 C.1, C.2, C.3, C.4 This will automatically provide proper dependencies for Python with version that is defined by hashbang line of all Python scripts. * Fix131 (#135) The hashbang lines are revised from 'python2' to 'python2.7'. * Rename MANUAL.md to docs/manual.md * Fix issue #133 A, B, C * Simplify README.md * Update README.md Fix relative links and paragraph. Fix relative link for Wiki. Added copyright and link to debian/copyright. Revised text and include main requirements in one line. * Update debian/copyright * Update debian/changelog * Update Makefile
This is a follow up from commit ae4f16e to fix issue #131 C.4.