File: control

package info (click to toggle)
apt-venv 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 148 kB
  • sloc: python: 231; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 823 bytes parent folder | download
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
Source: apt-venv
Section: admin
Priority: optional
Maintainer: Leo Iannacone <l3on@ubuntu.com>
Build-Depends:
 debhelper (>= 8)
 , dh-python
 , python3-all
 , python3-xdg
Standards-Version: 3.9.5
Homepage: https://github.com/LeoIannacone/apt-venv
Vcs-Git: git://anonscm.debian.org/collab-maint/apt-venv.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/apt-venv.git

Package: apt-venv
Architecture: all
Depends: ${python3:Depends}
 , ${misc:Depends}
 , python3-xdg
Description: apt virtual environment
 apt-venv creates a sort of virtual environment in the user
 home directory, forcing apt to run under some custom option.
 .
 A simple use case is collect information about packages
 in different Debian and Ubuntu releases without surfing the web,
 just calling apt-cache through the virtual environment.