File: control

package info (click to toggle)
procenv 0.43-2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,052 kB
  • ctags: 547
  • sloc: ansic: 9,524; sh: 1,729; makefile: 53
file content (23 lines) | stat: -rw-r--r-- 950 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
Source: procenv
Section: utils
Priority: optional
Maintainer: James Hunt <jamesodhunt@ubuntu.com>
Build-Depends: debhelper (>= 9.0.0), dh-autoreconf, pkg-config,
  libkvm-dev [kfreebsd-any],
  automake (>= 1.12),
  perl, expat, check,
  libnuma-dev [linux-i386 linux-amd64 linux-ia64 linux-mips linux-mipsel linux-mips64 linux-mips64el linux-powerpc linux-ppc64 linux-ppc64el linux-x32],
  libcap-dev [linux-any],
  libselinux1-dev [linux-any], libapparmor-dev [linux-any]
Standards-Version: 3.9.5
Homepage: https://github.com/jamesodhunt/procenv
XS-Testsuite: autopkgtest

Package: procenv
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Utility to show process environment
 This package contains a command-line tool that displays as much
 detail about itself and its environment as possible. It can be
 used as a test tool, to understand the type of environment a
 process runs in, and for comparing system environments.