radekp / qtmoko

QtExtended, formerly known as Qtopia from TrollTech, discontinued by Nokia
http://qtmoko.org
Other
70 stars 39 forks source link

debian/rules: minimize shell scriptlets + dh_shlibdeps + minor fixes #143

Closed pini-gh closed 11 years ago

pini-gh commented 11 years ago

Hi Radek,

The commits should be self explanatory.

The main change is related to reducing shell scriptlets in debian/rules to better match the make standards. Previously the build didn't stop at the first encountered error.

I also reintroduced the generation of dependencies by dh_shlibdeps.

And finally, there is a couple of changes related to building the pc flavor of QtMoko.

Thanks,

_g.

radekp commented 11 years ago

Not tested but, it looks fine, thanks!