File: control

package info (click to toggle)
crudini 0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 232 kB
  • sloc: python: 655; sh: 368; makefile: 12
file content (23 lines) | stat: -rw-r--r-- 872 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
Source: crudini
Section: utils
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: Zev Benjamin <zev@mit.edu>, Luke Faraone <lfaraone@debian.org>
Build-Depends: debhelper (>= 8.0.0),
 python,
 dh-python,
# Needed to generate manpage
 help2man,
 python-iniparse
Standards-Version: 3.9.6
Homepage: http://www.pixelbeat.org/programs/crudini/
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/crudini/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/crudini/trunk/

Package: crudini
Architecture: any
Depends: ${python:Depends}, ${misc:Depends}, python-iniparse
Description: utility for manipulating ini files
 crudini is a utility to simplify reading and updating ini files
 from shell scripts, so named as it provides CRUD functionality.  It
 can handle most variants of ini.