+ - Refer to the Build-Depends information in debian/control for
+ additional requirements (some of which are Debian-specific)
+
+** NOTICE **
+The C++ global constructors do not link correctly when using non-shared
+libraries. This is probably the correct behavior of the linker, but I have
+not yet had time to devise a work around for it. The correct thing to
+do is add a reference to debSystem in apt-pkg/init.cc,
+assert(&debSystem == 0) would be fine for instance.