Update debian packaging

Changelog bump for new snapshot, and executable script renames that were
done for win32 setups.
This commit is contained in:
Mika Bostrom 2010-06-16 08:16:06 +03:00
parent 5660d6cb5e
commit a5a507ece7
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,12 @@
free-poker-tools (0.20~git20100616) unstable; urgency=low
* Snapshot release
* Executable names have been changed to accommodate for some win32
trouble cases; update paths
* Improved statistics
-- Mika Bostrom <bostik+fpdb@bostik.iki.fi> Wed, 16 Jun 2010 08:10:00 +0300
free-poker-tools (0.20~git20100305) unstable; urgency=low
* New snapshot

View File

@ -1 +1 @@
/usr/share/pyshared/fpdb/fpdb.py /usr/bin/fpdb
/usr/share/pyshared/fpdb/fpdb.pyw /usr/bin/fpdb

View File

@ -3,4 +3,4 @@
# When installed into .../fpdb/ the script gets mode 644
# Note: "dh_fixperms -Xfpdb.py" did not work, hence this hack
chmod 755 /usr/bin/fpdb
chmod 755 /usr/share/pyshared/fpdb/HUD_main.py
chmod 755 /usr/share/pyshared/fpdb/HUD_main.pyw