# -*- coding: ascii; tab-width: 4 -*- Package: rcs-fast-import Version: 1.0 Revision: 1 Description: Import fast-import stream to RCS DescDetail: << Unpack a git fast-import stream into an RCS file tree. The metadata in modern DVCSes can't really be stuffed back into RCS, but this tool makes a valiant effort and may be useful for extracting the revision histories of individual files from a project history. << Homepage: http://www.catb.org/~esr/rcs-fast-import/ License: BSD Maintainer: Daniel Johnson Source: http://www.catb.org/~esr/%n/%n-%v.tar.gz Source-Checksum: SHA256(57bb2771ecc534f71e479af0cbcb4a9b4b75d106b3fe7259191ead8c261f0604) Depends: rcs CompileScript: echo "No CompileScript." InstallScript: << install -d %i/bin install -d %i/share/man/man1 install -m 0755 rcs-fast-import %i/bin install -m 0644 rcs-fast-import.1 %i/share/man/man1 << DocFiles: COPYING NEWS README