File: control

package info (click to toggle)
python-xattr 0.4-5%2Bsqueeze1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 160 kB
  • ctags: 136
  • sloc: ansic: 662; python: 397; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 927 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: python-xattr
Section: python
Priority: optional
Maintainer: Federico Ceratto <federico.ceratto@gmail.com>
Build-Depends: debhelper (>= 7.0.50~), python-all-dev, python-support (>= 0.90.0~), python-setuptools (>= 0.6c8-4)
Standards-Version: 3.9.0
Homepage: http://www.undefined.org/python/
Vcs-Git: git://git.debian.org/collab-maint/python-xattr.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/python-xattr.git;a=summary

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.