1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: gcp
Section: utils
Priority: extra
Maintainer: Thomas Preud'homme <robotux@celest.fr>
Build-Depends: debhelper (>= 8), python, python-gobject, python-dbus, xvfb, xauth, dbus-x11
Standards-Version: 3.9.3
Homepage: http://wiki.goffi.org/wiki/Gcp/en
Vcs-Git: git://git.debian.org/collab-maint/gcp.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/gcp.git;a=summary
Package: gcp
Architecture: all
Depends: ${misc:Depends}, python (>= 2.6), python-gobject, python-dbus
Recommends: python-progressbar
Description: advanced command line file copy system
gcp is an advanced command line file copy system with an interface similar to
that of cp. It features:
- transfer progression indication
- continuous copying on error (skip to next file)
- copy status logging
- name mangling to handle target filesystem limitations
- forced copy serialization
- transfer lists management
|