[Build-common-hackers] pd-pkg-tools

IOhannes zmölnig zmoelnig at iem.at
Tue Jan 4 15:42:17 UTC 2011


On 01/04/2011 04:26 PM, Emilio Pozuelo Monfort wrote:

> With the risk of speaking nonsense (as I haven't been following this thread),
> I'll say that dh_strip already looks for "nostrip" in DEB_BUILD_OPTIONS. Not
> sure why you need to check for it too.

for those who are not too familiar with Pd:
Pd(aka puredata) has a large number of 3rd party plugins (so called
"externals") which are now in the process of being packaged for debian.
for whatever reasons, Pd's externals (which are simply dlopen()ed
binaries) have a "non-standard" extension, namely ".pd_linux" rather
than ".so"

unfortunately, dh_strip will ignore anything that is not +x (which
plugins are discouraged to be) _or_ not ending with .so

therefore, i created a small snippet that will do the stripping for the
relevant files (basically copying the cmdline from dh_strip for libraries)

gfmdsr
IOhannes

PS: it took some time to subscribe me to this list (and am now)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/build-common-hackers/attachments/20110104/abd619b6/attachment-0001.pgp>


More information about the Build-common-hackers mailing list