* Julien Cristau <jcris...@debian.org>, 2012-03-02, 19:41:
Lintian suggests the following command to determine correct name for a shared library package:

objdump -p /path/to/libfoo-bar.so.1.2.3 | sed -n 
-e's/^[[:space:]]*SONAME[[:space:]]*//p' | sed -e's/\([0-9]\)\.so\./\1-/; 
s/\.so\.//'

Could this code be included in Policy ยง8.1, perhaps as a footnote? Thanks.

That seems to be missing tr [[:upper:]] [[:lower:]].

Hmm, right. And it should replace underscores with dashes.

--
Jakub Wilk



--
To UNSUBSCRIBE, email to debian-policy-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120302184704.ga4...@jwilk.net

Reply via email to