Hi, Benjamin Mesing <bensm...@gmx.net> writes:
> fakeroot debian/rules clean > # do not abort if quilt pop fails (this is usually if there no > patches applied > quilt pop -a || true > No patch removed > quilt push 10_addBuildInfrastructure > No patches in series You probably have a .quiltrc that sets non-default options (e.g. QUILT_PATCHES=debian/patches). The .quiltrc is not available in the pbuilder environment, thus the build fails. The quilt makefile /usr/share/quilt/quilt.make uses the `--quiltrc /dev/null' option and sets QUILT_PATCHES by hand for this reason. Regards, Ansgar -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org