Hacker News new | ask | show | jobs
by drdaeman 5203 days ago
There are only 2 popular package formats: deb and rpm.

I don't have any experience with RPM, but to build a package for a reasonably big part of the Debian-based world, you have to set up a build system (pbuilder/cowbuilder) and tell it something like `for DIST in lenny squeeze wheezy sid lucid maverick natty oneiric pangolin do; git-buildpackage ...; done`

The problem is, to get it right one has to find and read TONS of documentation.

1 comments

It'd be a lot more popular if it was as easy as the Android apk export wizard.

My 2c: Improve the tools and the developers will follow.