Last active
August 29, 2015 14:00
-
-
Save tuxity/11148697 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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