X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=blobdiff_plain;f=www%2Fpsensor%2Fraspbian.pbuilderrc;fp=www%2Fpsensor%2Fraspbian.pbuilderrc;h=d926a37874f5d68eb2eefb219bbf30ab019d571a;hp=0000000000000000000000000000000000000000;hb=e71f36844771356f5d62bf9436a9e23072e9e165;hpb=2abb92c06432de1a65e045258bc13464dd599d30 diff --git a/www/psensor/raspbian.pbuilderrc b/www/psensor/raspbian.pbuilderrc new file mode 100644 index 0000000..d926a37 --- /dev/null +++ b/www/psensor/raspbian.pbuilderrc @@ -0,0 +1,18 @@ +# pbuilderrc file for raspbian + +# specific to raspbian +OS=raspbian +ARCHITECTURE=armhf +# use the correct keyring for raspbian +DEBOOTSTRAPOPTS=( '--variant=buildd' '--keyring=/usr/share/keyrings/raspbian-archive-keyring.gpg') +MIRRORSITE=http://archive.raspbian.org/raspbian/ + +# debian distribution: sid, jessie, testing +DISTRIBUTION=testing + +COMPONENTS="main" + +DEBOOTSTRAP=qemu-debootstrap + +# allow network so pbuilder can install build dependencies automaticaly +USENETWORK=yes \ No newline at end of file