Commit Graph

23 Commits

Author SHA1 Message Date
Mika Bostrom
7015c3f7a6 Bump changelog for version 0.22 2011-03-13 05:15:42 +02: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
a10d6d6286 Update changelog to 0.21-rc1 2010-12-06 17:31:50 +02: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
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
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
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
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