Skip to content

Instantly share code, notes, and snippets.

@tuxity
Last active August 29, 2015 14:00
Show Gist options
  • Save tuxity/11148697 to your computer and use it in GitHub Desktop.
Save tuxity/11148697 to your computer and use it in GitHub Desktop.
1/
Install : https://github.com/davromaniak/scriptomaniak/blob/master/pbuilderrc
ARCH="amd64" DIST="jessie" pbuilder create --othermirror "deb http://mirrors.xbmc.org/test-builds/apt/debian stable/" --extrapackages "wget libfuse2 libgcrypt11 udev autopoint"
2/
ARCH="amd64" DIST="jessie" pbuilder --login --save-after-exec --debootstrap qemu-debootstrap
#wget http://ftp.fr.debian.org/debian/pool/main/a/afpfs-ng/libafpclient0_0.8.1-5_armhf.deb
#wget http://ftp.fr.debian.org/debian/pool/main/a/afpfs-ng/libafpclient-dev_0.8.1-5_armhf.deb
#wget http://www.deb-multimedia.org/pool/main/libs/libshairplay-dmo/libshairplay0_0.9.0~git20130907-dmo2_armhf.deb
#wget http://www.deb-multimedia.org/pool/main/libs/libshairplay-dmo/libshairplay-dev_0.9.0~git20130907-dmo2_armhf.deb
#dpkg -i *.deb
3/
ARCHS="amd64" DISTS="jessie" BUILDER="pdebuild" PDEBUILD_OPTS="--auto-debsign --debsign-k 26AF3AC9 --debbuildopts \"-j4\"" DEBIAN="https://github.com/Tuxity/xbmc-packaging/archive/master.tar.gz" ./tools/Linux/packaging/mk-debian-package.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment