nexus511 / gpd-ubuntu-packages

This repository shall provide the base for building ubuntu packages from most of the patches currently used to get linux on the gpd-pocket.
GNU General Public License v3.0
73 stars 4 forks source link

use more debian-packaging-mechanisms #52

Open dario23 opened 6 years ago

dario23 commented 6 years ago

currently packages are built by copying files into a DEBIAN directory and calling dpkg-deb -b on it. some tasks that are repeated over many of the make.py scripts that would also be doable with the usual debian packaging mechanisms are

i think these changes would go especially well in combination with also implementing the changes proposed in #50, but i also respect that you are the maintainer and so i think you should be the one to decide on the general direction of the project. again, i'd be happy to provide pull requests if you're willing to go in this direction :-)