File: control

package info (click to toggle)
postpone 0.1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 68 kB
  • ctags: 34
  • sloc: ansic: 320; makefile: 39
file content (15 lines) | stat: -rw-r--r-- 585 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: postpone
Section: utils
Priority: optional
Maintainer: Christoph Berg <myon@debian.org>
Build-Depends: debhelper (>> 5)
Standards-Version: 3.7.2

Package: postpone
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: schedules commands to be executed later
 Postpone schedules a command to be executed later when a lockfile disappears.
 Intended usage is when a command is executed possibly multiple times, but
 running once is sufficient. This happens in maintainer scripts of Debian
 packages, for example, TeX packages need to rebuild several indices.