Package: seabios Version: 1.10.2-1 Sources: https://anonscm.debian.org/git/pkg-qemu/seabios.git/ Branch: debian-unstable Tag: debian/1.10.2-1
Building with: echo -------- echo Cleaning echo -------- cd git-seabios sudo -u actionmystique -H git-reset-clean-pull-checkout.sh $branch $tag echo --------------------------- echo Checking Build Dependencies echo --------------------------- dpkg-check-build-dependencies.sh echo -------- echo Building echo -------- sudo -u actionmystique -H dpkg-buildpackage --build=binary -m"Jean-Christophe Manciot <manciot.jeanchristo...@gmail.com>" leads to: ... dh_clean debian/rules build [ ! -d .git ] || { echo "Directory .git exists, aborting" >&2; exit 1; } *Directory .git exists, aborting* debian/rules:55: recipe for target 'build/env-stamp' failed make: *** [build/env-stamp] Error 1 dpkg-buildpackage: error: debian/rules build gave error exit status 2 What is the point of having a git repository if we cannot build from it? -- Jean-Christophe