Commit Graph

69 Commits

Author SHA1 Message Date
Erki Ferenc
1116b600ff Fix permissions on *.pyw files
Previously the chmod setting *.pyw files executable was after prepgamesdirs, making the files world executable. It has been moved before it to allow prepgamesdirs
to do its job.
2010-08-12 18:50:21 +02:00
Erki Ferenc
04a9309f33 Fixed an ebuild bug related to .pyw file permissions
If fpdb is installed using an ebuild for the very first time then fperms mysteriously fails marking the *.pyw files as executables. During a second
install from the ebuild fperms was working which is more mysterious. I have found notices about this behaviour of fperms but couldn't find a proper
solution. However simply replacing fperms with chmod just does the work done.

Signed-off-by: steffen123 <steffen@schaumburger.info>
2010-08-12 15:24:19 +02:00
Erki Ferenc
b2f74c62a5 Added live git ebuild
Added an ebuild which installs fpdb from steffen's main tree.

Signed-off-by: steffen123 <steffen@schaumburger.info>
2010-08-12 15:24:00 +02:00
steffen123
55214ad934 slight change to make it easier for normals to understand the resulting filename 2010-08-02 22:35:00 +02:00
gimick
5f2acf9fe6 py2exe: get pytz working; make script more restartable; update walkthrough 2010-08-01 23:51:33 +01:00
steffen123
4394cebbff adapt ebuild to work with snapshots too 2010-07-31 20:30:35 +02:00
steffen123
5e67459c24 add readme for gentoo users, add pytz dependency 2010-07-29 16:55:13 +02:00
steffen123
2329128c91 courtesy of Ferki: fix archive format change, remove unnecessary echos 2010-07-29 16:46:32 +02:00
steffen123
a02d16841d clean up ebuilds 2010-07-29 16:45:17 +02:00
Mika Bostrom
ff835a0427 Update changelog for 0.20.902 snapshot 2010-07-24 09:06:40 +03:00
Mika Bostrom
9eba555fe5 Update changelog and version for snapshot 2010-07-22 23:33:34 +03:00
Mika Bostrom
1c45aa25a1 Merge branch 'packagingfix'
Conflicts:
	packaging/debian/changelog

Merge changelog manually
2010-07-22 09:02:15 +03:00
Mika Bostrom
19d400c0b1 Update changelog, release version 2010-07-22 08:48:05 +03:00
Mika Bostrom
3ed0476709 Merge branch 'master' of git://git.assembla.com/fpdb 2010-07-22 08:44:13 +03:00
steffen123
85200e8dd5 PKG/GENTOO: many improvements from ferki, update to 0.20.1 2010-07-22 03:46:11 +02:00
steffen123
bda435ec34 EBUILD: add lots of improvements from ferki to ebuild 2010-07-16 05:07:30 +02:00
steffen123
3bff176970 Merge branch 'carl'
Conflicts:
	packaging/debian/changelog
	pyfpdb/PokerStarsToFpdb.py
	pyfpdb/TourneySummary.py
2010-07-08 22:33:09 +02:00
Mika Bostrom
f0b3dcb7a8 Update debian packaging
Changelog bump for new snapshot, and executable script renames that were
done for win32 setups.
(cherry picked from commit a5a507ece7)

Signed-off-by: steffen123 <steffen@schaumburger.info>
2010-07-08 22:16:49 +02:00
Mika Bostrom
2808f71f7e Bump changelog and version for new upload 2010-07-08 21:32:57 +03:00
Mika Bostrom
6443c7f1d8 Update version to 0.20 2010-07-08 11:26:16 +03:00
Worros
4d4d6f297f Merge branch 'master' of git://git.assembla.com/fpdb-gimick 2010-07-08 11:44:10 +08:00
steffen123
a25a2dd389 some improvements on the gentoo ebuild 2010-07-07 09:46:16 +02:00
gimick
f2aaa89a93 Update walkthough licence to agpl3.0 2010-07-06 12:32:13 +01:00
Worros
958e67beac Merge branch 'master' of git://git.assembla.com/fpdb-gimick 2010-07-06 12:18:16 +08:00
gimick
659f3e8835 walkthrough updated to fix numpy dotblas error : add fdl1.2 licence to walkthroughs 2010-07-05 22:15:45 +01:00
Worros
4577cfbfa2 some cleanups:
- updated copyright notices
- added copyright notices that were missing
- changed python to python2
- added gpl-2/3 license texts
- removed THANKS.txt file as the wiki version is more up to date
- removed empty fpdb_db.py
- added GPL2 to debian license file

Conflicts:

	pyfpdb/Database.py
	pyfpdb/DerivedStats.py
	pyfpdb/SQL.py
	pyfpdb/SummaryEverleaf.py
	pyfpdb/TournamentTracker.py
	pyfpdb/Tourney.py
	run_fpdb.py
2010-07-05 12:17:08 +08:00
steffen123
ea1e136ae2 Merge branch 'master' of git://git.assembla.com/fpdb-gimick 2010-07-04 23:20:24 +02:00
steffen123
3b24fd18b2 some cleanups:
- updated copyright notices
- added copyright notices that were missing
- changed python to python2
- added gpl-2/3 license texts
- removed THANKS.txt file as the wiki version is more up to date
- removed empty fpdb_db.py
- added GPL2 to debian license file
2010-07-04 03:05:16 +02:00
Worros
c1c3cdf8bd Merge branch 'master' of git://git.assembla.com/fpdb-gimick 2010-07-03 13:20:32 +08:00
Worros
072ead3250 Merge branch 'master' of git://repo.or.cz/fpbd-bostik 2010-07-03 13:04:13 +08:00
gimick
fcde707644 version -pre4; graph export fix; add mysql-python123.exe walkthrough 2010-07-02 23:13:36 +01:00
Mika Bostrom
22fb033823 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
2010-07-02 12:32:05 +03:00
gimick
812f9759b3 update py2exe walkthrough for mysql-python package changes 2010-06-29 21:42:23 +01:00
gimick
034ac470ec MySql-python windows installer walkthrough added 2010-06-29 20:58:54 +01:00
Mika Bostrom
8411f3ed09 Merge branch 'master' of git://git.assembla.com/fpdboz 2010-06-29 10:26:20 +03:00
gimick
40745ace13 improve walkthrough and include postgresql - tweak script for python 2.6 2010-06-26 13:46:33 +01:00
gimick
222b70fbb4 add mysql to build instructions, py2.6 mods to py2exe, set ver 0.20pre3 2010-06-26 00:48:55 +01:00
steffen123
465f081c69 Updated and improved ebuild.
It doesnt actually install fpdb atm, I'll bring that back another time.
2010-06-25 15:24:59 +08:00
gimick
5dd0915f15 add walkthrough of py2exe for python26/fpdb0.20 2010-06-22 12:02:32 +08:00
Mika Bostrom
a5a507ece7 Update debian packaging
Changelog bump for new snapshot, and executable script renames that were
done for win32 setups.
2010-06-16 08:16:06 +03:00
Mika Bostrom
dcbb90def6 Update changelog and bump version 2010-03-05 08:39:54 +02:00
Mika Bostrom
8b012a3af3 Update debian/changelog for snapshot 2010-01-22 09:27:09 +02:00
Mika Bostrom
17a1151954 Update debian packaging
The new table code is saner, cleaner and altogether nicer than the old
one. On linux, the routines finally use Xlib directly. Depend on
python-xlib bindings so we can use them.
2009-11-06 09:56:45 +02:00
Mika Bostrom
ca5fea5cc5 Fix HUD start from debianized install 2009-10-30 01:51:57 +02:00
Mika Bostrom
dabbcc2d47 Merge branch 'master' of git://git.assembla.com/fpdboz 2009-10-27 05:49:59 +02:00
Worros
9144c7ae68 Revert "Merge branch 'master' of git://git.assembla.com/fpdb-mme"
This reverts commit 1f07fa9a14.
2009-10-27 11:28:27 +08:00
Mika Bostrom
3435cb106e Bump version to 0.12 in packaging 2009-10-26 17:49:37 +02:00
Worros
1f07fa9a14 Merge branch 'master' of git://git.assembla.com/fpdb-mme
Conflicts:
	docs/tabledesign.html
	pyfpdb/CarbonToFpdb.py
	pyfpdb/Configuration.py
	pyfpdb/Database.py
	pyfpdb/EverleafToFpdb.py
	pyfpdb/FpdbSQLQueries.py
	pyfpdb/GuiAutoImport.py
	pyfpdb/GuiBulkImport.py
	pyfpdb/GuiGraphViewer.py
	pyfpdb/GuiPlayerStats.py
	pyfpdb/GuiTableViewer.py
	pyfpdb/HUD_config.xml.example
	pyfpdb/HUD_main.py
	pyfpdb/HandHistoryConverter.py
	pyfpdb/Hud.py
	pyfpdb/Mucked.py
	pyfpdb/SQL.py
	pyfpdb/Stats.py
	pyfpdb/Tables.py
	pyfpdb/fpdb.py
	pyfpdb/fpdb_db.py
	pyfpdb/fpdb_import.py
	pyfpdb/fpdb_parse_logic.py
	pyfpdb/fpdb_simple.py
	pyfpdb/upd_indexes.sql
2009-10-26 14:40:11 +08:00
fpdb-mme
0b0312d1ee Signed-off-by: fpdb-mme <jUrner@arcor.de>
initial commit
2009-10-25 00:13:35 +02:00
Mika Bostrom
b8f19741e0 Fix packaging issues
Affected files:
* Configuration.py
* Database.py
* HandHistoryConverter.py
* fpdb_import.py

and setup.py to a lesser extent.

Logging requires a configuration file when initialising the class. If we
are executing from outside the source tree, this file is not present.
Catch config parser's error and try to provide the logging config file
from debian package path.

Update symlink target to match python-support from latest Debian and the
oncoming Ubuntu versions.
2009-10-21 20:24:46 +03:00