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 for the report. (Closes: #686057) * Fix cross-builds; use the cross-compiler when cross-building. Thanks to Colin Watson for the report and the patch. (Closes: #694842) -- Rob Browning Sat, 01 Dec 2012 12:16:09 -0600 lockfile-progs (0.1.16) unstable; urgency=low * Remove unused rc variable in chk() to silence gcc warning. Thanks to Matthias Klose for the report, and thanks to Aurelien Jarno for the 0.1.15.1 NMU. (Closes: #625384) * Use L_PID rather than L_PPID when appropriate. In cases where lockfile_create() and lockfile_check() were being called with L_PID, use L_PPID to capture the parent's PID. Capturing the PID of the lockfile-create or lockfile-check process made no sense. Thanks to Zrin Žiborski for the report, Larry Diegel for the patch, and Sebastian Siewior for the suggestion to update the documentation. (Closes: #626752) -- Rob Browning Sun, 21 Aug 2011 18:54:27 -0500 lockfile-progs (0.1.15) unstable; urgency=low * Add missing debhelper Build-Depends. -- Rob Browning Sun, 13 Jun 2010 02:21:19 -0500 lockfile-progs (0.1.14) unstable; urgency=low * Don't erroneously require -l for mail-related commands. Thanks to Andre Grueneberg . (closes: #563533) * Change --retry-count to --retry in the manpage. Thanks to Daniel Frank . (closes: #584779) * Change debian/rules to use "dh $@" approach. This also adds md5sums, fixing a wishlist bug. Thanks to Loïc Minier . (closes: #564798) -- Rob Browning Sat, 12 Jun 2010 13:02:23 -0500 lockfile-progs (0.1.13) unstable; urgency=low * Make exit_status volatile since it interacts with a signal handler. * Adjust code for -Wformat-security. Thanks to Michael Bienia . (closes: #487503) -- Rob Browning Sun, 21 Jun 2009 10:00:52 -0700 lockfile-progs (0.1.12) unstable; urgency=low * Fix manpage typos. Thanks to "A. Costa" . (closes: #439745) * Remove duplicate priority field from the control file. (closes: #464297) * Add a --use-pid option which adds L_PID to the underlying liblockfile call. Users should note the caveats in lockfile_create(3). * Add a lockfile-check program (see lockfile_check(3)). * Remove duplicate priority and section fields from debian/control. Thanks to Lucas Nussbaum and Patrick Winnertz . (closes: #464297) -- Rob Browning Wed, 17 Jun 2009 21:38:54 -0700 lockfile-progs (0.1.11) unstable; urgency=low * Add --quiet and --verbose options. (closes: #272539) * Use hard links for duplicate binaries. (closes: #382730) * Respect DEB_BUILD_OPTIONS nostrip. (closes: #437491) * Fix manpage to reflect changes to liblockfile --retry. (closes: #161685, #244314, #360474) * Add support for --lock-name (-l). (closes: #416355) -- Rob Browning Fri, 24 Aug 2007 17:35:23 -0700 lockfile-progs (0.1.10) unstable; urgency=low * update manpage to fix dashes under utf-8. (closes: #159907) * recompile to fix prelink problem. (closes: #231550) * fix manpage to note --try like semantics of --retry. -- Rob Browning Sat, 28 Feb 2004 11:44:30 -0600 lockfile-progs (0.1.9) unstable; urgency=low * Add command tool names to manpages. (closes: #88510) * Update my email address. -- Rob Browning Tue, 17 Jul 2001 12:38:34 -0500 lockfile-progs (0.1.8) unstable; urgency=low * Add Build-Depends: liblockfile-dev (Closes: Bug#94948, Bug#84547). * Move manpages to /usr/share/man (Closes: Bug#80755, Bug#91205). * Move docs to /usr/share (Closes: Bug#91571). -- Rob Browning Mon, 23 Apr 2001 15:24:26 -0500 lockfile-progs (0.1.7) unstable; urgency=low * Update to depend on liblockfile1 (Closes: Bug#44819) * Support new lockfile_create() signature. -- Rob Browning Fri, 24 Sep 1999 18:41:58 -0500 lockfile-progs (0.1.6) unstable; urgency=low * Really fix return codes (Closes: Bug#34279) -- Rob Browning Sat, 29 May 1999 13:36:42 -0500 lockfile-progs (0.1.5) unstable; urgency=low * Programs now return more meaningful result codes (Closes: Bug#31254). -- Rob Browning Sun, 17 Jan 1999 20:39:29 -0600 lockfile-progs (0.1.4) unstable; urgency=low * Don't allow locking arbitrary mailbox (Closes: Bug#28773). * Clean up code to use getopt. * Add --oneshot option to lock touching programs. * Add --retry-count option to locking programs. -- Rob Browning Sat, 21 Nov 1998 01:06:27 -0600 lockfile-progs (0.1.3) unstable; urgency=low * Rebuild as root. Libtricks built a broken .deb (a file that should have been a symlink was a truncated file of garbage). -- Rob Browning Fri, 30 Oct 1998 16:11:34 -0600 lockfile-progs (0.1.2) unstable; urgency=low * Make mail lock programs a separate binary, and make them sgid mail. -- Rob Browning Fri, 30 Oct 1998 15:47:17 -0600 lockfile-progs (0.1.1) unstable; urgency=low * Initial release. * This is beta code, so be a little cautious. I don't think there are any *serious* bugs, but... -- Rob Browning Mon, 19 Oct 1998 16:53:40 -0500