Rajaram-Regupathy / libtypec

“libtypec” is aimed to provide a generic interface abstracting all platform complexity for user space to develop tools for efficient USB-C port management. The library can also enable development of diagnostic and debug tools to debug system issues around USB-C/USB PD topology.
34 stars 4 forks source link

First cut of debian packaging #17

Closed ColinIanKing closed 1 year ago

ColinIanKing commented 1 year ago

Two patches in this merge request. The first generates .so shared libraries instead of the .a static libraries as this is how modern Linux distributions package libraries. The second is the initial cut of the Debian packaging. This generates deb files that are lintian warning clean.