Please use a browser that supports javascript

Bogeskov.dk

My Debian Packages

I've made a debian repository (sorry no ubuntu, ditched it1)

deb http://bogeskov.dk/debian wheezy main
deb-src http://bogeskov.dk/debian wheezy main


The first package you want to install is

apt-get install bogeskovdk-keyring

Just to remove the "unsigned" packages warning.


If you want to download the sources (using apt-get source) and get:

gpgv: Signature made @DATESTAMP@ using RSA key ID 89CE60D2
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./@PACKAGE@.dsc

It's because you done hat the key as "trusted" in gnupg.. you can fix this by running:

sudo apt-key export 89CE60D2 | gpg --no-default-keyring --keyring ~/.gnupg/trustedkeys.gpg --import -

This puts the signing key from the apt-system into your thrustedkeys, and the warnings should go away.

  1. Since the unity - let everything look like a smartphone by Fisher-Price (1)