Releases: Kovalit31/python-debdeploy
Releases · Kovalit31/python-debdeploy
Release v1.2.1
Update notice:
- Fix: dpkg-deb in no-superuser mode (So.. you don't need lots permissions to build it 👍 )
- Fix: Default arch check-out (It's more good to check host arch..)
- Debug: Add message if file is a link (I cannot determine, why ldconfig after installing this staff shout to me about links..)
- Test: Default script path to $(pwd) (Debugging - pretty thing)
- Fix: Ignore when force (Don't worry, you don't need to process all again.)
TODO list:
- Previous release TODO's
- Script to update owners/permissions of files in no-superuser mode
- Sharing with cpio archives (Old, but works fine on all bootable linux systems)
Release v1.2.0
Update notice:
- Rewrite of legacy code (Oh, I only together understand, how OOP is pretty)
- Smart work with dependencies (Now it not breaking at all)
- Using version compare from python3-debian package, implemented in
- Use define syntax as "package:arch (modifier version)" to build package with arch that modifier version
Modifier is <<, >>, >=, <=, =
Also you can define like "package:arch" or simply "package" to build specific package by arch or without it - Change short flags
- Use pyproject.toml
TODO:
- Dependency depth
- Share through localhost webserver
Release v1.1.0
- Legacy code rewrite
- Build by version ( supports version modificators )
- Cache and Debs store choose support
- No-Root-Perms support (either if you haven't got this perms)
- Installing via pip and running from command-line
ToDo: - Implement build arch
- Implement working with multiarch
- Implement dependency build with x depth
Release v1.0.0
New release is out!
In next versions will be:
- Add arch and version features
- Set path to debs folder and cache folder
- Add support for run program into package
Enjoy!