File: control

package info (click to toggle)
python-xattr 0.4-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 128 kB
  • ctags: 135
  • sloc: ansic: 662; python: 396; makefile: 9
file content (18 lines) | stat: -rw-r--r-- 794 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: python-xattr
Section: python
Priority: optional
Maintainer: Guido Guenther <agx@sigxcpu.org>
Build-Depends: cdbs, debhelper (>= 5), quilt, python-all-dev, python-support (>= 0.3), python-setuptools
Standards-Version: 3.7.3
Vcs-Git: http://honk.sigxcpu.org/git/debian-packages/python-xattr.git/

Package: python-xattr
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-pkg-resources
Conflicts: python-pyxattr
Provides: python-pyxattr
Description: module for manipulating filesystem extended attributes
 This module allows manipulation of the filesystem extended attributes present
 in some operating systems (GNU/Linux included). It is compatible to
 python-pyxattr but also provides a dictionary like interfaces for manipulating
 these attributes.