qgis-plugin-ftools _unstable_ port information

Info2: <<
Package: qgis-plugin-ftools
Version: 0.6.1
Revision: 4
Description: Vector data analysis and management for QGIS
Homepage: http://www.ftools.ca/
License: GPL
Maintainer: BABA Yoshihiko
Source: http://www.ftools.ca/tools/current/fTools.zip
Source-MD5: 847eea39a228ad60b2ae9f2405d9c1bf
SourceDirectory: fTools
Depends: sip-py27 | sip-py26

CompileScript: <<
#!/bin/sh -ev
echo "Nothing to compile"
<<
InstallScript: <<
#!/bin/sh -ev

# Fix the version number
perl -pi -e 's|fTools 0.5.10|fTools %v|g' doAbout.py

pushd ..
mkdir -p %i/share/qgis/python/plugins
cp -R fTools %i/share/qgis/python/plugins/
<<
DescUsage: <<
This version of fTools is newer than the one that comes with QGIS.
Just install it and you will get the latest features.
<<

<<