FriedChicken : If you want to try the adventure, I can say you that it's
not so complicate and that if you make some mistakes, it will be easy to
fix them. You can learn about packaging here :

https://help.ubuntu.com/ubuntu/packagingguide/C/

4 indispensable commands :

Get source package :
apt-get source gnucash

Build new source package once files in debian folder were updated and once you 
added a new version number in debian/changelog :
dpkg-buildpackage -S -sa -rfakeroot

Create a pbuilder environment to build binary packages (needed only once) :
sudo pbuilder create --distribution hardy --othermirror "deb 
http://archive.ubuntu.com/ubuntu hardy universe multiverse"

Build a binary package from a source package : 
sudo pbuilder --build ../<filename>.dsc

At anytime if you have questions about this, don't hesitate to email me
at [EMAIL PROTECTED] . From now on, I think that we need your work to be
properly packaged and tested before we can upload it. Thanks for your
hard work!

-- 
Changing paper type does not have any effects
https://bugs.launchpad.net/bugs/206365
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