File: control

package info (click to toggle)
lua-proctitle 0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 68 kB
  • sloc: ansic: 23; makefile: 6
file content (27 lines) | stat: -rw-r--r-- 736 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
25
26
27
Source: lua-proctitle
Section: interpreters
Priority: optional
Maintainer: Debian Lua Team <pkg-lua-devel@lists.alioth.debian.org>
Uploaders:
 Victor Seva <vseva@debian.org>,
Build-Depends:
 debhelper-compat (= 12),
 dh-lua,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/lua-team/lua-proctitle.git
Vcs-Browser: https://salsa.debian.org/lua-team/lua-proctitle/
Homepage: https://github.com/hoelzro/lua-proctitle

Package: lua-proctitle
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Provides:
 ${lua:Provides},
XB-Lua-Versions: ${lua:Versions}
Description: set process name from Lua
 Set your process' name from Lua so that it shows up
 differently in programs like ps or netstat.