www.digitalmars.com         C & C++   DMDScript  

D.gnu - libgphobos2.so in a debian package

Would it be a bad idea to have libgphobos2(.so) debian package so
other (future) packages don't have to statically link with with
phobos?
---
#libgphobos2.a exists
$ dpkg -L libphobos-4.8-dev  |fgrep .a
/usr/lib/gcc/x86_64-linux-gnu/4.8/libgphobos2.a

#libgphobos2.so doesn't exist
$ dpkg -L libphobos-4.8-dev  |fgrep .so
---
Sep 27 2014