Change logs for make-dfsg source package in Natty

  • make-dfsg (3.81-8ubuntu1) natty; urgency=low
    
      * remake.c, configure.in: prepend multiarch paths to the library path in
        library_search() when we have a target dependency of '-lfoo', so that
        this still works when all our libraries are moving to multiarch library
        directories.  LP: #737641.
     -- Steve Langasek <email address hidden>   Fri, 18 Mar 2011 13:42:02 -0700
  • make-dfsg (3.81-8) unstable; urgency=low
    
      * New bug fixing release.
      * [a6f53b8]: [topic--overlap-strcpy-fix]: make corrupts commands with
        latest eglibc make uses strcpy() on overlapping strings, recent
        (e)glibc doesn't tolerate this. strcpy is not defined to work on
        overlapping regions. This is upstream bug
        https://savannah.gnu.org/bugs/index.php?29253 The fix comes thanks
        to Roderich Schupp and Max Bowsher.
        Bug fix: "make corrupts commands with latest eglibc (strcpy of
        overlapping strings)", thanks to Roderich Schupp    (Closes: #568665).
      * Bug fix: "make package built from source missing libc6 dependency",
        thanks to Daniel Schepler                           (Closes: #569924).
      * Bug fix: "Please build-depend on autopoint", thanks to Santiago Vila
                                                             (Closes: #572474).
     -- Felix Geyer <email address hidden>   Sun, 21 Mar 2010 12:42:55 -0700