Package: python-poker-network
Version: 1.7.5-1.1
Severity: wishlist
Tags: patch

This is the patch used in my NMU.  It was uploaded to the 2 day
delayed queue just now.  I added $syslog as a init.d script dependency
because the init.d script used to start after syslog.

diff -ur ../poker-network-1.7.5/debian/changelog 
../poker-network-1.7.5-pere/debian/changelog
--- ../poker-network-1.7.5/debian/changelog     2009-10-08 21:27:25.000000000 
+0200
+++ ../poker-network-1.7.5-pere/debian/changelog        2009-10-08 
22:06:30.000000000 +0200
@@ -1,3 +1,14 @@
+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.
+
+ -- Petter Reinholdtsen <p...@debian.org>  Thu, 08 Oct 2009 21:29:13 +0200
+
 poker-network (1.7.5-1) unstable; urgency=low
 
   * upstream sync
diff -ur ../poker-network-1.7.5/debian/control 
../poker-network-1.7.5-pere/debian/control
--- ../poker-network-1.7.5/debian/control       2009-10-08 21:27:25.000000000 
+0200
+++ ../poker-network-1.7.5-pere/debian/control  2009-10-08 22:06:12.000000000 
+0200
@@ -2,7 +2,7 @@
 Section: python
 Priority: extra
 Maintainer: Loic Dachary (OuoU) <l...@debian.org>
-Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.4), automake1.9, 
cdbs, pkg-config, debconf | debconf-2.0, po-debconf, mysql-client, 
python-mysqldb, python-openssl, python-simplejson, python-soappy, 
python-glade2, python-twisted, python-pygame, python-poker-engine (>= 1.3.4), 
libglade2-dev, libtool, perl, valgrind [amd64 i386 powerpc], xvfb, php-pear, 
php5-dev, php5-mysql, graphviz, cvs, python-gtk2-dev, libjson-perl, apg, rsync, 
coreutils, python-xml, python-central
+Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.4), automake1.9, 
cdbs, pkg-config, debconf | debconf-2.0, po-debconf, mysql-client, 
python-mysqldb, python-openssl, python-simplejson, python-soappy, 
python-glade2, python-twisted, python-pygame, python-poker-engine (>= 1.3.4), 
libglade2-dev, libtool, perl, valgrind [amd64 i386 powerpc], xvfb, php-pear, 
php5-dev, php5-mysql, graphviz, cvs, python-gtk2-dev, libjson-perl, apg, rsync, 
python-central
 XS-Python-Version: >=2.4
 Standards-Version: 3.8.1
 
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-10-08 
21:27:25.000000000 +0200
+++ ../poker-network-1.7.5-pere/debian/python-poker-network.init        
2009-10-08 21:48:42.000000000 +0200
@@ -24,11 +24,11 @@
 # http://wiki.debian.org/LSBInitScripts
 #
 ### 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
+# Provides:          python-poker-network
+# Required-Start:    $network $remote_fs $syslog
+# Required-Stop:     $network $remote_fs $syslog
+# Should-Start:      mysql
+# Should-Stop:       mysql
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: poker-network server and bots
diff -ur ../poker-network-1.7.5/examples/run-pokerserver 
../poker-network-1.7.5-pere/examples/run-pokerserver
--- ../poker-network-1.7.5/examples/run-pokerserver     2008-12-04 
04:11:22.000000000 +0100
+++ ../poker-network-1.7.5-pere/examples/run-pokerserver        2009-10-08 
21:46:07.000000000 +0200
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Copyright (C) 2007 Loic Dachary <l...@dachary.org>
 # Copyright (C) 2005, 2006 Mekensleep <licens...@mekensleep.com>

Happy hacking,
-- 
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to