Commit Graph

35 Commits

Author SHA1 Message Date
Mika Bostrom
7015c3f7a6 Bump changelog for version 0.22 2011-03-13 05:15:42 +02:00
Mika Bostrom
d56fbd8701 Merge branch 'steffen' 2011-03-13 05:15:06 +02:00
Steffen Schaumburg
8a519699b5 update copyright year 2011-03-10 06:16:31 +01:00
Mika Bostrom
cf88320d57 Update changelog for v0.21 2011-02-28 04:10:25 +02:00
Mika Bostrom
0a256f18a3 Update debian/changelog for 0.21-rc2 2010-12-28 18:38:33 +02:00
Mika Bostrom
a9c0593eb5 Demote postgres/mysql to suggestions
For most users we only need to depend on sqlite bindings anyway.
2010-12-22 06:02:02 +02:00
Mika Bostrom
a10d6d6286 Update changelog to 0.21-rc1 2010-12-06 17:31:50 +02:00
Mika Bostrom
d44b9494fb py2exe script moved to packaging/windows 2010-08-27 09:11:50 +03:00
Mika Bostrom
7acc8e1135 Update changelog for snapshot 2010-08-27 08:27:16 +03:00
Mika Bostrom
d85358483b Update changelog 2010-08-25 10:06:06 +03:00
Mika Bostrom
f1b051a99a Update changelog 2010-08-17 08:25:23 +03:00
Mika Bostrom
62ddab3232 makeexe.py has been removed 2010-08-14 09:29:07 +03:00
Mika Bostrom
9bfe110e46 Bump changelog for .904 snapshot 2010-08-14 09:24:45 +03:00
Mika Bostrom
15605efd24 Update changelog for .903 snapshot 2010-08-03 17:48:47 +03: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
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
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
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
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
3435cb106e Bump version to 0.12 in packaging 2009-10-26 17:49:37 +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
Mika Bostrom
89aa0fb726 Move other files to non-packaging 2009-10-21 16:42:34 +03:00
Mika Bostrom
690c00470b Add .desktop file 2009-10-21 10:18:34 +03:00
Mika Bostrom
7eb368f221 Debian package: architecture any -> all
The installed files are scripts and even the bytecode versions are
generated on install. There is no need to build arch-dependent packages.
2009-10-03 08:17:41 +03:00
Mika Bostrom
d43954bc5f Clean up debian/control
Drop unneeded and already covered dependencies. Change package priority
from optional to extra, which makes more sense.
2009-08-22 23:05:18 +03:00
Mika Bostrom
ae0612370d Packaging fixes
* It seems that fpdb gets installed into /usr/share/python-support/
  while many other packages end up in .../pyshared; fixed the symlink
  target
* Fixed mail address in changelog, which now is the correct one
* Added postinst script to make fpdb.py executable again. This hack
  is needed because dh_fixperms didn't allow to ignore the script's
  permissions and the file is located in .../fpdb/ along with all the
  other fpdb modules
* Told package manager to create /usr/bin/fpdb symlink pointing to
  fpdb.py so we now have an application named "fpdb" in the system
2009-08-22 22:47:27 +03:00
Mika Bostrom
f84644990b Debian packaging, step #1
* add setup.py for python distutils use
* add packaging/debian/*

Not ready yet, but at least seems to behave sanely
2009-08-22 17:36:44 +03:00