On Fri, 31 Dec 2004 the mental interface of Choy Kho Yee told: > On Thu, 30 Dec 2004 11:10:42 -0600 > John Hasler <[EMAIL PROTECTED]> wrote: > > > 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
--
Planung:
Ersatz des Zufalls durch den Irrtum.
-unknown-
signature.asc
Description: Digital signature

