Source: xtree
Section: utils
Priority: optional
Maintainer: Luca Falavigna <dktrkranz@debian.org>
Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~)
Standards-Version: 3.9.4
Homepage: https://github.com/dktrkranz/xtree
X-Python-Version: >= 2.7
Vcs-Svn: svn://svn.debian.org/python-apps/packages/xtree/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/xtree/trunk/

Package: xtree
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-magic
Description: gather files scattered across several subdirectories
 xtree can easily convert an archive or a directory populated by a lot of
 nested subdirectories into a flat tree structure, or the other way round.
 .
 This is particularly useful to move files scattered across a lot of
 subdirectories into a single directory, or to move files grouped by
 a common pattern into corresponding subdirectories.
