===== People that were present on April 26, 2008 ===== * Vũ Đỗ Quỳnh - tested Hardy upgrade from Gutsy + [[others:HanoiLUG]] * Lê Quốc Thái - tested Hardy Xubuntu upgrade on his own laptop (wow! what a sacrifice for our comunity :-D ) * Jean Christophe André - checked the contrib section, updated some [[others:HanoiLUG]] packages (changed the maintainer email address to our list by the way) * Ngô Huy Hoàng - checked the import section, downloaded new version of softwares and check for Realmedia integration (do we still need Realplayer? this one still have to be checked, if so we would have to find a package or create some) * Nguyễn Đình Trung - did his first Debian packaging (in the quick'n'dirty way) to let the OOo help Vietnamese translation being easily installable for Ubuntu from the [[others:HanoiLUG]] repository! bravo! :-) ===== Upgrading HanoiLUG Gutsy packages for Hardy ===== * install a Hardy development environment * install debootstrap package from hardy (the hardy version is required to get Hardy scripts for debootstrap) * see http://packages.ubuntu.com/hardy/debootstrap * ''wget http://mirrors.kernel.org/ubuntu/pool/main/d/debootstrap/debootstrap_1.0.8_all.deb'' * ''sudo aptitude install debootstrap_1.0.8_all.deb'' * use debootstrap to create a Hardy devel environment * ''rm -fr /tmp/hardy-devel'' * ''debootstrap --arch=i386 hardy /tmp/hardy-devel http://kr.archive.ubuntu.com/ubuntu'' * enter the Hardy devel environment : * ''for dir in /dev /sys /proc ; do mount --bind $dir /tmp/hardy-devel$dir ; done'' * ''chroot /tmp/hardy-devel'' * add some more development packages * ''aptitude install build-essential devscripts fakeroot patch dh-make lintian manpages-dev'' * get the Gutsy [[others:HanoiLUG]] packages in this environment * ''mkdir /tmp/hanoilug ; cd /tmp/hanoilug'' * ''wget -m -np http://apt.hanoilug.org/ubuntu/dists/gutsy/'' * rebuild them all * using [[https://help.ubuntu.com/6.10/pdf/ubuntu/C/packagingguide.pdf|the official packaging documentation]] * but since them don't have sources (ahem... in our TODO list) just extract and recreate them, using dpkg-deb: * ''dpkg-deb -x some-package.deb /tmp/some-package'' * ''dpkg-deb -e some-package.deb /tmp/some-package/DEBIAN'' * ''vi /tmp/some-package/DEBIAN/*'' * ''dpkg-deb -b /tmp/some-package .'' * put the new packages online in some Hardy repository * try them ===== Work still to be done ===== * check how to manage [[https://help.ubuntu.com/community/RestrictedFormats|restricted formats]] now on Hardy * I have two hardy installs (Intel and AMD64) and frankly all I needed to do was to use the standard ubuntu-restricted package and the medibuntu libdvdcss2 package (to play encrypted dvd) that's all. I have yet to see a media format I can't play David