From d85358483bb76bb912b190939d7bbf106585a62e Mon Sep 17 00:00:00 2001 From: Mika Bostrom Date: Wed, 25 Aug 2010 10:06:06 +0300 Subject: [PATCH 1/3] Update changelog --- packaging/debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 49211161..29aa5e79 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,10 @@ +free-poker-tools (0.20.905-1) unstable; urgency=low + + * New snapshot + * Hungarian translation + + -- Mika Bostrom Wed, 25 Aug 2010 10:05:36 +0300 + free-poker-tools (0.20.904-2) unstable; urgency=low * On fpdb start, copy example HUD_config.xml in place if none is present From 7acc8e11356592c2f1e64575bf8a91ea6d629262 Mon Sep 17 00:00:00 2001 From: Mika Bostrom Date: Fri, 27 Aug 2010 08:27:16 +0300 Subject: [PATCH 2/3] Update changelog for snapshot --- packaging/debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 29aa5e79..c09713a3 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +free-poker-tools (0.20.906-1) unstable; urgency=low + + * New snapshot + + -- Mika Bostrom Fri, 27 Aug 2010 08:26:05 +0300 + free-poker-tools (0.20.905-1) unstable; urgency=low * New snapshot From d44b9494fbde94eecee50d0a67310dbf5380aa49 Mon Sep 17 00:00:00 2001 From: Mika Bostrom Date: Fri, 27 Aug 2010 09:11:50 +0300 Subject: [PATCH 3/3] py2exe script moved to packaging/windows --- packaging/debian/rules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packaging/debian/rules b/packaging/debian/rules index 58b1136b..9f8d5238 100755 --- a/packaging/debian/rules +++ b/packaging/debian/rules @@ -26,8 +26,7 @@ install: build # Copy *.pyw manually in packaging tree cp pyfpdb/*.pyw debian/$(PACKAGE)/usr/lib/python2.6/site-packages/fpdb/ # Remove scripts that are only useful in win32 - rm debian/$(PACKAGE)/usr/lib/python2.6/site-packages/fpdb//windows_make_bats.py - rm debian/$(PACKAGE)/usr/lib/python2.6/site-packages/fpdb/py2exe_setup.py + rm debian/$(PACKAGE)/usr/lib/python2.6/site-packages/fpdb/windows_make_bats.py binary-indep: build install