File: control

package info (click to toggle)
lockfile-progs 0.1.17
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 76 kB
  • ctags: 28
  • sloc: ansic: 326; makefile: 80
file content (24 lines) | stat: -rw-r--r-- 702 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: lockfile-progs
Section: misc
Priority: optional
Maintainer: Rob Browning <rlb@defaultvalue.org>
Build-Depends: liblockfile-dev, debhelper (>= 7)
Standards-Version: 3.6.1

Package: lockfile-progs
Architecture: any
Depends: ${shlibs:Depends}
Description: Programs for locking and unlocking files and mailboxes
 This package includes several programs to safely lock and unlock
 files and mailboxes from the command line.  These include:
 .
   lockfile-create
   lockfile-remove
   lockfile-touchlock
   mail-lock
   mail-unlock
   mail-touchlock
 .
 These programs use liblockfile to perform the file locking and
 unlocking, so they are guaranteed compatible with Debian's
 file locking policies.