Hacker News new | ask | show | jobs
by vaporup 1226 days ago
Actually it is not that hard:

  - default: https://vaporup.github.io/books/the-pragmatic-sysadmin/debian-packaging/
  -   quick: https://nfpm.goreleaser.com/usage/
2 comments

Read the official documentation instead of random blogs.
Official documentation is a problem. It is aimed at Debian maintainers building a fully policy compliant package that could be accepted to the official repository. You don't need any of that crap for making a .deb package. It puts off people from creating Debian packages for their own programs or private use.
Interesting, thanks. I'll give it a read.