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
This commit is contained in:
parent
777b7b726a
commit
ae0612370d
|
@ -2,4 +2,4 @@ free-poker-tools (0.10.99) unstable; urgency=low
|
|||
|
||||
* Initial packaging release.
|
||||
|
||||
-- Mika Bostrom <bostik+fpdb@iki.fi> Thu, 20 Aug 2009 06:30:53 +0300
|
||||
-- Mika Bostrom <bostik+fpdb@bostik.iki.fi> Thu, 20 Aug 2009 06:30:53 +0300
|
||||
|
|
|
@ -1 +1 @@
|
|||
/usr/share/pyshared/fpdb/fpdb.py /usr/bin/fpdb
|
||||
/usr/share/python-support/python-fpdb/fpdb/fpdb.py /usr/bin/fpdb
|
||||
|
|
5
packaging/debian/python-fpdb.postinst
Normal file
5
packaging/debian/python-fpdb.postinst
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
# When installed into .../fpdb/ the script gets mode 644
|
||||
# Note: "dh_fixperms -Xfpdb.py" did not work, hence this hack
|
||||
chmod 755 /usr/bin/fpdb
|
Loading…
Reference in New Issue
Block a user