View Single Post
Posts: 946 | Thanked: 1,650 times | Joined on Oct 2009 @ Germany
#92
Originally Posted by fatalsaint View Post
As far as his Build documentation (#4), that's entirely perspective. I have never had a problem finding the necessary how-to's to building a deb file properly or the proper formatting of the files.
The Build files (#5), again, never had a problem with this. And the nice thing about the debian/rules file is you can manually edit the exact steps needed to compile a piece of software: in case you get something that is written using a strange system other than cmake/qmake/automake/etc. I personally like having separate files, it's cleaner and easier to read, than a single, long, file to accomplish the same thing.
I talked to the guy on IRC and he didn't know debhelper 7. that explains a lot.
And with the new Debian source format 3.0, which is a tar.gz of the debian directory, it's now much easier to store binary files (e.g., icons) in the diff.
I think the debian dir is much more flexible then a spec file.