Hi Colin! On Tue, Jul 18, 2023 at 5:12 PM Colin King (gmail) <colin.i.k...@gmail.com> wrote: > > On 18/07/2023 08:50, Adam Borowski wrote: > > On Mon, Jul 17, 2023 at 03:29:13PM +0100, Colin King (gmail) wrote: > >> * Package name : libtypec > >> Version : 0.3-1 > >> * URL : https://github.com/Rajaram-Regupathy/libtypec > > > >> libtypec1 - generic interface for efficient USB-C port management > >> libtypec-dev - Development files for an interface for USB-C port > >> management > > > >> libtypec (0.3-1) unstable; urgency=low > >> . > >> * Initial release (Closes: #1023477) > >> * Add patch 0001-fix-libtypec-so-version.patch to fix .so name version > > > > Hi! > > Before doing manual review, let's start with lintian: > > Thanks, which lintian options did you use so I can santicy check my fixes? >
Depends on the build tools you use. if you use sbuild, you can put these options on ~/.sbuildrc: ``` $lintian_opts = ['-EvIL', '+pedantic']; ``` Or refer to here: https://lintian.debian.org/manual/index.html#running-lintian Bo > Colin > > > > > E: libtypec1: pkg-config-multi-arch-wrong-dir full text contains > > architecture specific dir x86_64-linux-gnu [usr/share/pkgconfig/libtypec.pc] > > W: libtypec-dev: empty-binary-package > > W: libtypec1: lacks-unversioned-link-to-shared-library example: > > usr/lib/x86_64-linux-gnu/libtypec.so > > [usr/lib/x86_64-linux-gnu/libtypec.so.0.3.0] > > W: libtypec1: link-to-shared-library-in-wrong-package > > usr/lib/x86_64-linux-gnu/libtypec.so.0.3.0 > > [usr/lib/x86_64-linux-gnu/libtypec.so] > > > > > > Meow! >