ensure the right permissions as dpkg-deb ensists
authorDavid Kalnischkies <david@kalnischkies.de>
Fri, 17 Jan 2014 18:37:45 +0000 (19:37 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Fri, 17 Jan 2014 18:37:45 +0000 (19:37 +0100)
commiteb9dee9602941af8a62f619817f1956ce7363074
tree46e464421cd41727166b1217cbf66057d9da2afe
parent039382803d4172d512789e507c1e9a2559a4f235
ensure the right permissions as dpkg-deb ensists

otherwise you get with pickier umasks errors like:
dpkg-deb: error: control directory has bad permissions 700 (must be
>=0755 and <=0775)
so we just force a 755 for the control directory and dpkg is happy.

Git-Dch: Ignore
test/integration/framework