Change logs for lockfile-progs source package in Trusty

  • lockfile-progs (0.1.17) unstable; urgency=low
    
    
      * Add "p" to getopt_long()'s short options so the "-p" arg will actually work.
        As the manpage states, "-p" was intended to be the short argument for
        "--use-pid", but since "p" wasn't added to the getopt_long()
        optstring, it didn't actually work.  Fix it.
        Thanks to Michael Deegan <email address hidden> for the report.
        (Closes: #686057)
    
      * Fix cross-builds; use the cross-compiler when cross-building.
        Thanks to Colin Watson <email address hidden> for the report and the
        patch. (Closes: #694842)
    
     -- Rob Browning <email address hidden>  Sat, 01 Dec 2012 12:16:09 -0600