Your message dated Sat, 10 Oct 2009 22:54:06 +0000
with message-id <e1mwkpc-0002gy...@ries.debian.org>
and subject line Bug#546930: fixed in poker-network 1.7.5-1.1
has caused the Debian Bug report #546930,
regarding python-poker-network: Incorrect dependencies in init.d script
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
546930: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=546930
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-poker-network
Version: 1.7.3-1
Severity: serious
Tags: patch
User: initscripts-ng-de...@lists.alioth.debian.org
Usertags: incorrect-dependency
With dependency based boot sequencing, I discovered what I believe is
a bug in the init.d script. The script depend on mysqld, a provide
that no other script provide. I suspect it want the mysql facility
provided by the mysql script. The dependency is hard, while the
package only suggest the mysql-server package. Because of this, I
believe that dependency should be a soft dependency (should-*). Next,
the script depend on files in /usr/, and should depend on $remote_fs,
not $local_fs.
<URL:
http://refspecs.freestandards.org/LSB_2.1.0/LSB-generic/LSB-generic/initscrcomconv.html
>
documents the LSB header format. Some debian notes are available from
<URL: http://wiki.debian.org/LSBInitScripts >.
This patch should fix the issues. The hard mysqld dependency is
changed to a soft mysql. Setting severity serious as the package will
fail to install because the mysqld provides do not exist.
diff -ur ../poker-network-1.7.5/debian/python-poker-network.init
../poker-network-1.7.5-pere/debian/python-poker-network.init
--- ../poker-network-1.7.5/debian/python-poker-network.init 2009-09-16
16:25:45.000000000 +0200
+++ ../poker-network-1.7.5-pere/debian/python-poker-network.init
2009-09-16 16:26:50.000000000 +0200
@@ -25,10 +25,10 @@
#
### BEGIN INIT INFO
# Provides: poker-network
-# Required-Start: $local_fs $network mysqld
-# Required-Stop: $local_fs $network mysqld
-# Should-Start: $local_fs
-# Should-Stop: $local_fs
+# Required-Start: $remote_fs $network
+# Required-Stop: $remote_fs $network
+# Should-Start: mysql
+# Should-Stop: mysql
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: poker-network server and bots
Happy hacking,
--
Petter Reinholdtsen
--- End Message ---
--- Begin Message ---
Source: poker-network
Source-Version: 1.7.5-1.1
We believe that the bug you reported is fixed in the latest version of
poker-network, which is due to be installed in the Debian FTP archive:
poker-network_1.7.5-1.1.diff.gz
to pool/main/p/poker-network/poker-network_1.7.5-1.1.diff.gz
poker-network_1.7.5-1.1.dsc
to pool/main/p/poker-network/poker-network_1.7.5-1.1.dsc
poker-web_1.7.5-1.1_all.deb
to pool/main/p/poker-network/poker-web_1.7.5-1.1_all.deb
python-poker-network_1.7.5-1.1_all.deb
to pool/main/p/poker-network/python-poker-network_1.7.5-1.1_all.deb
python-poker-prizes_1.7.5-1.1_all.deb
to pool/main/p/poker-network/python-poker-prizes_1.7.5-1.1_all.deb
python-poker-stats_1.7.5-1.1_all.deb
to pool/main/p/poker-network/python-poker-stats_1.7.5-1.1_all.deb
python-poker2d_1.7.5-1.1_i386.deb
to pool/main/p/poker-network/python-poker2d_1.7.5-1.1_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 546...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Petter Reinholdtsen <p...@debian.org> (supplier of updated poker-network
package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 08 Oct 2009 21:29:13 +0200
Source: poker-network
Binary: python-poker-network python-poker2d poker-web python-poker-stats
python-poker-prizes
Architecture: source all i386
Version: 1.7.5-1.1
Distribution: unstable
Urgency: low
Maintainer: Loic Dachary (OuoU) <l...@debian.org>
Changed-By: Petter Reinholdtsen <p...@debian.org>
Description:
poker-web - Web interface to a poker-network server
python-poker-network - multiplayer poker server and client library
python-poker-prizes - real prizes addon for poker-network
python-poker-stats - statistics poker-network client
python-poker2d - GTK poker client to play on a poker-network server
Closes: 530173 543135 546930
Changes:
poker-network (1.7.5-1.1) unstable; urgency=low
.
* Non-maintainer upload to fix release goal.
* Fix init.d script dependencies (Closes: #546930).
* Run examples/run-pokerserver using bash (Closes: #530173).
* Drop python-xml from build dependencies. It is included in
python now according to #540475 (Closes: #543135).
* Drop essential package coreutils from build-depends.
Checksums-Sha1:
63fed2796a011f99a4515c50e5c72fac98117fb5 1525 poker-network_1.7.5-1.1.dsc
5d21bd439805d684865b66fc27b02df545ebf15b 41417 poker-network_1.7.5-1.1.diff.gz
ce75653cb13ef56d7161bf304d04860a45bfac77 340142
python-poker-network_1.7.5-1.1_all.deb
5236e3ef89ecf254b5543a1d98061683b4b1c06e 273680 poker-web_1.7.5-1.1_all.deb
d4befd55072c13de7be9b9a5e5a221153f9b1817 115426
python-poker-stats_1.7.5-1.1_all.deb
c14e265d2ec14e18a2434e5e6a4a5846ceb0f30b 112684
python-poker-prizes_1.7.5-1.1_all.deb
3f9fd9cb6c1d7209ed0ff173db59930fce565fe9 1616030
python-poker2d_1.7.5-1.1_i386.deb
Checksums-Sha256:
f15c5adab71c0c97aa5b7bc4ca3f45e45cc1442d67a42a102a86461033c50e51 1525
poker-network_1.7.5-1.1.dsc
1253f8fca7450637bab5b9584dc0749c3727e48a8b0bc78138c2cd8ec2b02710 41417
poker-network_1.7.5-1.1.diff.gz
fc9b1f128739207b73e4eaf87bd45d6cd7dd2aa926b51ad7eeb5f09e3087cd09 340142
python-poker-network_1.7.5-1.1_all.deb
2258fbcff9e6db488f15b1ae20ad2ae24721d6f2386529884cad8cecfc4377bb 273680
poker-web_1.7.5-1.1_all.deb
89fa20a0729f197fe2de7c45949178dc3bfe62718229e38ae3375be94c559572 115426
python-poker-stats_1.7.5-1.1_all.deb
54cbc2329e552de8ea86ca065655c0045dc11d24552f203b0135659256130cb0 112684
python-poker-prizes_1.7.5-1.1_all.deb
85efe97fc7c7d5f59d329cf5b50e51efed9ebe01456d57e1cfa602b22aafc559 1616030
python-poker2d_1.7.5-1.1_i386.deb
Files:
fa1b44d4612faa1cfefa6979669c3663 1525 python extra poker-network_1.7.5-1.1.dsc
ab89072fa94d3bb128743d29a57d0327 41417 python extra
poker-network_1.7.5-1.1.diff.gz
3690861e60ab9fc3a2ec20249946cc4f 340142 python extra
python-poker-network_1.7.5-1.1_all.deb
4c03a3876c241135b941b3e7342c867b 273680 web optional
poker-web_1.7.5-1.1_all.deb
afe8da0d47dbf4403d0bd07adb40d2fb 115426 python optional
python-poker-stats_1.7.5-1.1_all.deb
7dbb1d16e1dbf8b2d6f41166658f4951 112684 python optional
python-poker-prizes_1.7.5-1.1_all.deb
3855df586cbba78ae1423b3f549fabef 1616030 games extra
python-poker2d_1.7.5-1.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFKzkx020zMSyow1ykRAqbjAKDgh9GaNPpARq2+kBz2nJuh3jdWygCfU18n
yxUeDrJJJpLlldsr8uGRWVA=
=Ln9T
-----END PGP SIGNATURE-----
--- End Message ---