Change logs for mklibs source package in Artful

  • mklibs (0.1.43) unstable; urgency=medium
    
      * Add support for DT_RUNPATH in addition to DT_RPATH (Closes: #845418).
        Main reasons to do so include:
         - according to the elf.h header, the latter is deprecated.
         - new versions of binutils generate DT_RUNPATH entries instead of
           DT_RPATH ones, as detailed in cdebconf's #845414.
    
     -- Cyril Brulebois <email address hidden>  Wed, 23 Nov 2016 09:03:52 +0100
  • mklibs (0.1.41ubuntu1) yakkety; urgency=medium
    
      * Work around mklibs-readelf segfaults under fakeroot with new glibc:
        - Convert command() method from os.popen() to subprocess.Popen()
        - Fix one command() call to stop providing args as a single string
        - Filter libfakeroot from LD_PRELOAD when calling mklibs-readelf
    
     -- Adam Conrad <email address hidden>  Wed, 24 Aug 2016 16:59:32 -0600