mailing list of musl libc
 help / color / mirror / code / Atom feed
* Notes about musl 1.0.0 Debian package
@ 2014-03-22 14:23 Wermut
  0 siblings, 0 replies; only message in thread
From: Wermut @ 2014-03-22 14:23 UTC (permalink / raw)
  To: musl

[-- Attachment #1: Type: text/plain, Size: 1399 bytes --]

Hi

I am packaging musl for debian since musl 0.9.10 for debian. Since musl has
reached the 1.0.0 release, I wanted to make some notes about the package,
that are theoretically are also interesting for other package maintainers.

Copyright file
=========
I had to create a machine readable copyright file for the package, that
should represent the current copyright situation of all files:

https://github.com/wermut/musl/blob/master/debian/copyright

musl-ldd
======
The package installs a link from /usr/bin/musl-ldd to /lib/$ARCH/libc.so
since ldd would conflict with glibc's ldd. Since the musl code accepts all
argv[0] values ending with ldd, I prefixed it in the same way as musl-gcc.
I would appreciate if the behaviour would not be changed for this reason.

ld-musl-config
==========
I created a small shell script that acts like the the glibcs ldconfig. It
simply parses all files the user registers under /etc/ld-musl-$ARCH.d/* and
creates a corresponding /etc/ld-musl-$ARCH.path file, that will be picked
up by the musl dynamic linker.

https://github.com/wermut/musl/blob/master/debian/scripts/ld-musl-config

manpages
=======
Some simple manpages that should be extendend, rewritten. A complete set of
manpages is still missing.

https://github.com/wermut/musl/tree/master/debian/man

The 1.0.0 package will apear soon in the debian repo. Thank you for
developing musl.

Regards
 Kevin

[-- Attachment #2: Type: text/html, Size: 2009 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-03-22 14:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-22 14:23 Notes about musl 1.0.0 Debian package Wermut

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).