Skip to content

Releases: Kovalit31/python-debdeploy

Release v1.2.1

27 Feb 11:33
59fa8b6

Choose a tag to compare

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

10 Oct 11:29

Choose a tag to compare

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

09 Sep 11:39

Choose a tag to compare

  • 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

04 Aug 07:02
ed0977b

Choose a tag to compare

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!