> > > Choy Kho Yee writes: > > > > control file.... which means...? > > > > > > man deb-control > > > -- > > > John Hasler > > > > Thanks for the enlightenment! :) > > So that means I just need to change the "Maintainer" field to point > > to my name and my e-mail address, right? > No! > Step by step: > 1. sudo apt-get install devscripts > 2. cd /your/source > 3. apt-get source whatever > 4. export [EMAIL PROTECTED] #-> whatevershrc > 5. export DEBFULLNAME='Choy Kho Yee' #-> whatevershrc > 6. export EDITOR=/usr/bin/yourfavorit #-> whatevershrc > 7. cd /your/source/whatever #-> created by apt-get source whatever > 8. dch -i #-> will open debian/changelog and looks like > > whatever (1:1.2.3-4) unstable; urgency=low > > * > > -- Choy Kho Yee <[EMAIL PROTECTED]> Fr, 31 Dez 2004 13:09:11 > +0100 > > Fill in your term after the * > Change your version maybe to (1:1.2.3-4choysfirstbuild1 > > Save/close the editor. > 9. debuild > > The packages will be signed with your key. > whatever_1.2.3-4choysfirstbuild1_arch.deb is one of the results. > > Sigh > Elimar Thanks for your detailed explanation, Elimar :) I will try to apply this the next time I debuild a package. Happy New Year! -- Choy Kho Yee チョイ・コーイー Debian is my choice :D Happy New Year!!! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]