Misc Notes

Pbuilder Notes

# Much like updating your local apt-repository
sudo pbuilder update

# When your complete with the previous step you should have a directory
# structure that looks as follows

~/hello/ubuntu
drwxr-xr-x  3 alake alake   4096 2007-11-03 13:47 .
drwxr-xr-x  3 alake alake   4096 2007-11-03 13:49 ..
drwxr-xr-x 10 alake alake   4096 2007-11-03 13:47 hello-2.2
-rw-r--r--  1 alake alake   4834 2007-04-27 06:06 hello_2.2-2.diff.gz
-rw-r--r--  1 alake alake    512 2007-04-27 06:06 hello_2.2-2.dsc
-rw-r--r--  1 alake alake 382629 2006-12-12 08:03 hello_2.2.orig.tar.gz
# The CDBS "Easy way"

#!/usr/bin/make -f (-)
                                
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk

VIM Stuff

echo "syntax on" >> ~/.vimrc

#if you use a dark background for your terminal
echo "set bg=dark >> ~/.vimrc

scp -r username@<HOME_IP>:~/.gnupg/ ~/

GPG Notes

# This worked for me:
debuild -k<YourKeyID> -S

# put in ~.bashrc
# gpg key
export GPGKEY=$YOURGPGNUM

GPG Howto

  1. -snipped names/emails for privacy. If you need the name/key number for signing email me and I'll get you the info

Launchpad Bugs

Ubuntu Bugs to Fix: Bitesize tag
 
linux/packaging/notes.txt · Last modified: 23:07 03/11/2007 by rharding