File: control

package info (click to toggle)
python-augeas 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 752 kB
  • ctags: 77
  • sloc: python: 480; makefile: 28; sh: 2
file content (44 lines) | stat: -rw-r--r-- 1,281 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: python-augeas
Section: python
Priority: optional
Maintainer: Free Ekanayaka <freee@debian.org>
Build-Depends:
 debhelper (>= 9~),
 dh-python,
 libaugeas0 (>= 0.7.2),
 python-all (>= 2.6.5),
 python3-all
Standards-Version: 3.9.6
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.3
Homepage: http://augeas.net/
Vcs-Git: git://anonscm.debian.org/collab-maint/python-augeas.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-augeas.git

Package: python-augeas
Architecture: all
Depends:
 libaugeas0 (>= 0.7.2),
 ${misc:Depends},
 ${python:Depends}
Description: Python bindings for Augeas
 Augeas is a library and command line tool that focuses
 on the most basic problem in handling Linux configurations
 programmatically: editing actual configuration files in a
 controlled manner.
 .
 This module provides a Python interface to the Augeas API.

Package: python3-augeas
Architecture: all
Depends:
 libaugeas0 (>= 0.7.2),
 ${misc:Depends},
 ${python3:Depends}
Description: Python3 bindings for Augeas
 Augeas is a library and command line tool that focuses
 on the most basic problem in handling Linux configurations
 programmatically: editing actual configuration files in a
 controlled manner.
 .
 This module provides a Python3 interface to the Augeas API.