wxWidgets Deb package | Linux Mint | how to create deb package ?

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • Inspired from debian based packaging I created my own deb package from source with three (3) deb packages. After You Learn how to create deb package you can replicate the original deb package, build from source on the Distribution which don't have the updated software packages.
    You can go here:- packages.debia...
    and download the source package name end with "debian.tar.xz" , in which you can see how the 13 packages are made from single source package.

Комментарии • 1

  • @linuxzone92
    @linuxzone92  Месяц назад

    if build fails at packaging, after fix errors you can start with "fakeroot debian/rules binary" you don't need to rerun "dpkg-buildpackage".
    Don't forget to make debian/rules file executable with "chmod +x debian/rules" command