* Remove data_files why install man pages in "debian/manpages".
Index: tomahawk-0.6.0/setup.py
===================================================================
--- tomahawk-0.6.0.orig/setup.py	2013-04-21 02:24:04.000000000 +0900
+++ tomahawk-0.6.0/setup.py	2013-07-31 14:29:27.436299444 +0900
@@ -54,9 +54,6 @@
     platforms = 'unix',
     install_requires = install_requires,
     tests_require = [ 'flexmock', 'pytest', 'pytest-cov' ],
-    data_files = [
-        ('man/man1', [ 'man/man1/tomahawk.1', 'man/man1/tomahawk-rsync.1' ])
-    ],
     classifiers = [
         'Development Status :: 5 - ' + __status__,
         'Environment :: Console',
