I'm not sure what the normal procedure is, but here's what worked for
me.  I downloaded the three files from the source package.

http://packages.ubuntu.com/source/natty/glib2.0

I then just extracted the orig packages (tar zxf
glib2.0_2.27.3.orig.tar.gz) and applied the patch from the created
directory (gunzip -c ../*.diff.gz | patch -p1) and then run debuild -us
-uc

Once the build is done just dpkg --list | grep glib2.0 and compare which
packages you have to install, the glib2-cil is from the mono-gtk package
so you can ignore that.

Also you'll probably need to install a few packages, compilers and what-
not, depends what you have already.  You can do apt-get build-dep
glib2.0 to install the source dependencies, also apt-get install
devscripts dpkg-dev to install the debian package building tools.

-- 
Installed GSettings schemas not detected on PowerPC
https://bugs.launchpad.net/bugs/672873
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to