liblockfile-dev - Development library for liblockfile
# sudo apt-get update
# sudo apt-get install liblockfile-dev
2013-06-02 - Anibal Monsalve Salazar <anibal@debian.org> liblockfile (1.09-6) unstable; urgency=low * Merge 1.09-5ubuntu1 fix-buffer-overflows.patch: Fix buffer overflows when building strings - Protect against overflows caused by long hostnames (LP: #941968) - Protect against overflows caused by large PID numbers (LP: #1011477) Closes: #677225 * In Makefile.in it compiles nfslock.so.$(NVER) but installs nfslock.so.$(VER) Add 688074-Makefile.in-NVER.patch Patch by Yao Zhao Closes: #688074 * Standards Version is 3.9.4
2013-01-09 - Tyler Hicks <tyhicks@canonical.com> liblockfile (1.09-5ubuntu1) raring; urgency=low * debian/patches/fix-buffer-overflows.patch: Fix buffer overflows when building strings - Protect against overflows caused by long hostnames (LP: #941968) - Protect against overflows caused by large PID numbers (LP: #1011477)
2012-12-11 - Anibal Monsalve Salazar <anibal@debian.org> liblockfile (1.09-5) unstable; urgency=low [ Rob Browning ] * Don't remove /usr/share/doc/liblockfile1 from the postrm anymore. Doing so breaks multarch, and it appears that the code was originally inserted to fix an upgrade problem (#339498) from 2005. (closes: #695268)
2012-06-13 - Anibal Monsalve Salazar <anibal@debian.org> liblockfile (1.09-4) unstable; urgency=low * Multiarch issues - Move liblockfile.a to /usr/lib/$(DEB_HOST_MULTIARCH) - Compress files with "gzip -n" Patch by Sven Joachim Closes: #637569 * Enable hardened build flags Add Makefile.in.patch * Standards version is 3.9.3
2011-08-13 - Miquel van Smoorenburg <miquels@cistron.nl> liblockfile (1.09-3) unstable; urgency=high * add Replaces/Breaks liblockfile1 for liblockfile-bin (closes: #637555) * make liblockfile-bin Multiarch: foreign (closes: #637568)
2011-08-12 - Miquel van Smoorenburg <miquels@cistron.nl> liblockfile (1.09-2) unstable; urgency=high * fix debian/files botchup (fixes: #637465) * fix more lintian warnings and errors
2011-08-10 - Miquel van Smoorenburg <miquels@cistron.nl> liblockfile (1.09-1) unstable; urgency=low * New upstream version (fixes: #406471, #547721, #273112) * Make package multi-arch compliant * Add lintian override for setgid mail helper * Delete whitespace adjusting macro stuff from dotlockfile.1 * Remove shlib depends from dotlockfile control file entry
2010-02-14 - Anibal Monsalve Salazar <anibal@debian.org> liblockfile (1.08-4) unstable; urgency=low * Merge 1.08-3ubuntu1 Compute md5sums during build Closes: 563544, 564797 * Debian source format is 3.0 (quilt) Add 04-505851-remove-debug-code.patch * Add important information to dotlockfile.1 Add 06-493462-dotlockfile.1.patch Update usage message Add 07-493462-dotlockfile.c.patch Patches by Roland Eggner Closes: 493462 * Make ar overwritable (for cross-builds) Add 09-562937-make-ar-overwrittable.patch Patch by Marc Kleine-Budde and Wolfram Sang Closes: 562937 * Fix out-of-date-standards-version Add 02-COPYRIGHT.patch * Fix copyright-refers-to-symlink-license * Fix maintainer-script-without-set-e
2010-01-12 - Loïc Minier <loic.minier@ubuntu.com> liblockfile (1.08-3ubuntu1) lucid; urgency=low * Compute md5sums during build.
2008-11-18 - Anibal Monsalve Salazar <anibal@debian.org> liblockfile (1.08-3) unstable; urgency=high * Don't stale lockfiles after 10 seconds instead of 5 minutes; patch by Wolfram Sang; closes: #505851 * Handle nostrip build option; patch by Justin Pryzby; closes: #437374 * debian/rules: Don't ignore error status of rm -fr; patch by Justin Pryzby * debian/rules: Remove stampfiles first; patch by Justin Pryzby