freight-team / freight

A modern take on the Debian archive.
Other
107 stars 37 forks source link

Add the ability to build deb package the Debian way #57

Closed laurvas closed 7 years ago

laurvas commented 7 years ago

Since freight utility is specific to Debian/Ubuntu distros, it's a good idea to use Debian tools for building deb packages instead of FPM.

mattock commented 7 years ago

I tested this PR and it works as advertised. The changes are also well-isolated and don't break anything. Even the old fpm-based build ("make build") still works. If we ever want to build RPM packages we can still use FPM for it. Overall I'm willing to merge this as-is.

@mmoll, @domcleal : any comments?

domcleal commented 7 years ago

Fine by me, happy to replace fpm with native packages.

mmoll commented 7 years ago

Merged, cпасибо Василий!