paultag / go-debian

debian golang support library
https://pault.ag/go/debian
Other
78 stars 31 forks source link

Handle BSD `ar` members, where there's a trailing slash #59

Open paultag opened 7 years ago

paultag commented 7 years ago

No members ought to have a trailing slash ever, so always remove it.

Thanks guillem!

paultag commented 7 years ago
14:58 < guillem> paultag: if in doubt take a look at the dpkg_ar_normalize_name in lib/dpkg/ar.c