debian/0000755000000000000000000000000012302376540007170 5ustar debian/xattr.10000644000000000000000000000236711773377533010442 0ustar .TH XATTR 1 "May 8, 2010" .SH NAME xattr \- sets or lists extended attributes on a file or directory .SH SYNOPSIS \fBxattr\fR [ \fI-lz\fR ] \fBfilename\fR [ \fBfilename\fR ... ] .br \fBxattr\fR \fI-p\fR [ \fI-lz\fR ] \fIattr_name\fR \fBfilename\fR [ \fBfilename\fR ... ] .br \fBxattr\fR \fI-w\fR [ \fI-z\fR ] \fIattr_name\fR \fIattr_value\fR \fBfilename\fR [ \fBfilename\fR ... ] .br \fBxattr\fR \fI-d\fR \fIattr_name\fR \fBfilename\fR [ \fBfilename\fR ... ] .br .SH DESCRIPTION This manual page documents briefly the \fBxattr\fR command. .PP The first form lists the names of all xattrs on the given file(s). .br The second form (\-p) prints the value of the xattr attr_name. .br The third form (\-w) sets the value of the xattr attr_name to attr_value. .br The fourth form (\-d) deletes the xattr attr_name. .br .SH OPTIONS A summary of options is included below. .TP .B \-h Show summary of options. .TP .B \-l Print long format (attr_name: attr_value) when listing xattrs. .TP .B \-z Compress or decompress (if compressed) attribute value in zip format). .SH SEE ALSO The Python module "xattr" .br .SH AUTHOR xattr was written by Bob Ippolito . .PP This manual page was written by Federico Ceratto, for the Debian project (and may be used by others). debian/docs0000644000000000000000000000002211773377533010053 0ustar debian/README.txt debian/manpages0000644000000000000000000000001711773377533010722 0ustar debian/xattr.1 debian/copyright0000644000000000000000000000247611773377533011152 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Source: http://github.com/xattr/xattr Files: * Copyright: © 2004-2012, Bob Ippolito License: MIT Files: debian/* Copyright: © 2011, Federico Ceratto License: MIT License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/changelog0000644000000000000000000000545112302376540011047 0ustar python-xattr (0.6.4-2build1) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared. -- Matthias Klose Sun, 23 Feb 2014 13:53:36 +0000 python-xattr (0.6.4-2) unstable; urgency=low * python-support dependency removed (Closes: #673713) * Standards-Version bumped to 3.9.3, no changes needed. -- Federico Ceratto Fri, 29 Jun 2012 20:17:18 +0100 python-xattr (0.6.4-1) unstable; urgency=low * New upstream release -- Federico Ceratto Sat, 18 Feb 2012 15:31:18 +0000 python-xattr (0.6.2-1) unstable; urgency=low * New upstream release -- Federico Ceratto Fri, 19 Aug 2011 13:28:08 +0000 python-xattr (0.6-1) unstable; urgency=low * New upstream release (Closes: #592860) * Standards-Version bumped to 3.9.1, no changes needed. -- Federico Ceratto Mon, 23 Aug 2010 16:53:32 +0100 python-xattr (0.4-5) unstable; urgency=low * New maintainer. (Closes: #579614) * package rebuilt from scratch - Built using dh7 - Standards-Version bumped to 3.9.0, no changes needed - Manpage added (thanks David Paleino) -- Federico Ceratto Sun, 04 Jul 2010 20:36:08 +0100 python-xattr (0.4-4) unstable; urgency=low * depend on python-pkg-resources (Closes: #468703) * use Vcs-Git instead of XS-Vcs-Git -- Guido Guenther Sun, 02 Mar 2008 14:32:44 +0100 python-xattr (0.4-3) unstable; urgency=low * depend on python-setuptools (Closes: #456716) * add XS-VCS-Git * bump standards version -- Guido Guenther Tue, 18 Dec 2007 13:22:07 +0100 python-xattr (0.4-2) unstable; urgency=low * depend on python-setuptools (Closes: #415542) -- Guido Guenther Tue, 20 Mar 2007 18:45:38 +0100 python-xattr (0.4-1) unstable; urgency=low * New Upstream Version * debian/patches/version: drop, fixed upstream * debian/patches/tool.py-add-missing-global: add, fix attribute display in xattr -- Guido Guenther Tue, 20 Mar 2007 00:10:07 +0100 python-xattr (0.2-3) unstable; urgency=low * correct version number in __init__.py * build-depend on python-all-dev so all we build for all available python versions (Closes: #387013) -- Guido Guenther Mon, 11 Sep 2006 23:21:08 +0200 python-xattr (0.2-2) unstable; urgency=low * upload to unstable since we actually provide the same functionality as python-pykerberos and therefore can safely provide/replace it * don't install INSTALLING.txt -- Guido Guenther Mon, 11 Sep 2006 14:44:19 +0200 python-xattr (0.2-1) experimental; urgency=low * Initial release -- Guido Guenther Wed, 6 Sep 2006 15:52:03 +0200 debian/README.txt0000644000000000000000000000171011773377533010703 0ustar In Linux 2.6+, extended attributes are supported by the ext2, ext3, ext4, JFS, ReiserFS and XFS filesystems. In Darwin 8.0+ (Mac OS X 10.4), extended are supported by the HFS+ filesystem. Extended attributes extend the basic attributes of files and directories in the file system. They are stored as name:data pairs associated with file system objects (files, directories, symlinks, etc). Warning: the behavior of python-xattr on Linux systems may be confusing due to the presence of the "user." string at the beginning of every attribute name. Such string is not shown by other tools like "pyxattr" and "attr". >>> from xattr import xattr >>> f = xattr('/tmp/testfile') >>> f.list() [] >>> f.set('user.my_color','green') >>> f.list() [u'user.my_color'] >>> f.get('user.my_color') 'green' >>> f.remove('user.my_color') >>> f.list() [] Some documentation is available at: http://bob.pythonmac.org/archives/2005/10/08/xattr-python-extended-filesystem-attributes/ debian/compat0000644000000000000000000000000211773377533010404 0ustar 9 debian/control0000644000000000000000000000173211773377533010614 0ustar Source: python-xattr Section: python Priority: optional Maintainer: Federico Ceratto DM-Upload-Allowed: yes Build-Depends: debhelper (>= 9~) , python-all-dev (>= 2.6.6-3~) , python-setuptools (>= 0.6.14-4) Standards-Version: 3.9.3 X-Python-Version: >= 2.5 Homepage: http://www.undefined.org/python/ Vcs-Git: git://git.debian.org/git/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: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. debian/rules0000755000000000000000000000005511773377533010266 0ustar #!/usr/bin/make -f %: dh $@ --with python2 debian/source/0000755000000000000000000000000011773377533010506 5ustar debian/source/format0000644000000000000000000000001411773377533011714 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000011411773377533010233 0ustar version=3 http://pypi.python.org/packages/source/x/xattr/xattr-(.*)\.tar\.gz