Update debian packaging for new snapshot

* Deal with .pyw file extensions, because distutils doesn't
* Remove unnecessary win32-only build files from fpdb/*
* Tweak .desktop file for better menu integration
* Assume that build happens with python2.6
This commit is contained in:
Mika Bostrom
2010-07-02 12:32:05 +03:00
parent 8411f3ed09
commit 22fb033823
4 changed files with 11 additions and 5 deletions
+1 -2
View File
@@ -12,8 +12,7 @@ setup(name = 'fpdb',
package_dir = { 'fpdb' : 'pyfpdb' },
data_files = [
('/usr/share/doc/python-fpdb',
['docs/readme.txt', 'docs/release-notes.txt',
'docs/tabledesign.html', 'THANKS.txt']),
['THANKS.txt']),
('/usr/share/pixmaps',
['gfx/fpdb-icon.png', 'gfx/fpdb-icon2.png',
'gfx/fpdb-cards.png'