Comment 1 for bug 138836

Revision history for this message
Johan Euphrosine (proppy) wrote :

The following commands reproduce the problem highlighted above:

sudo debootstrap gutsy poker-network-mysql-installation-issue-gutsy
sudo chroot poker-network-mysql-installation-issue-gutsy/
locale-gen en_US.UTF-8
cat /etc/apt/sources.list | sed s/deb/deb-src/ >> /etc/apt/sources.list
cat /etc/apt/sources.list | sed s/main/universe/ > /etc/apt/sources.list.d/universe.list
apt-get install dpkg-dev devscripts
apt-get source poker-network
apt-get build-dep poker-network
apt-get install wget
wget http://launchpadlibrarian.net/9163078/poker-network_1.1.1-1ubuntu2.patch
patch -p0 < poker-network_1.1.1-1ubuntu2.patch
cd poker-network-1.1.1/
debuild -us -uc
cd ..
dpkg -i *.deb