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

different packages per release #50

Open dario23 opened 6 years ago

dario23 commented 6 years ago

so to avoid hacks like the one in gpdpocket-audio/files/DEBIAN/postinst, there could be separate packages for the different releases where the xenial one can just install the file (as it's not in the archive for xenial/16.04 in any package) and the 17.04 (and later) packages could just drop the file, because as far as i can see the one in this git is the same as the one libasound2-data distributes

having different packages per release is also how distributions like ubuntu/debian generally handle these issues, so i think it would make sense to use the same mechanisms.