Debian packaging, step #1

* add setup.py for python distutils use
* add packaging/debian/*

Not ready yet, but at least seems to behave sanely
This commit is contained in:
Mika Bostrom
2009-08-22 17:36:44 +03:00
parent 1eb17e90e1
commit f84644990b
8 changed files with 101 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
Source: free-poker-tools
Maintainer: Mika Bostrom <bostik+fpdb@bostik.iki.fi>
Section: games
Priority: optional
Build-Depends: python, dpkg-dev, python-support
Standards-Version: 3.8.0
Package: python-fpdb
Architecture: any
Section: games
Priority: optional
Depends: ${python:Depends}, python-gtk2, python-matplotlib,
python-support, mysql-server | postgresql | python-pysqlite2,
python-psycopg2 | python-mysqldb
Suggests: wine
Description: free poker database with HUD
FPDB is a statistics tool for online poker. It supports most sites
and several games. Most prominent feature is its heads-up display
(HUD) which shows statistical details for players in real time.
.
Due to the fact that most online poker clients are Windows-only,
you may need to install wine.
.
FPDB is under heavy development.