summaryrefslogtreecommitdiff
path: root/debian/control
blob: f0aeb74a9dd0e1d2e72961368a1b37acd9dcdaef (plain)
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.