gitpkg (0.18) unstable; urgency=low gitpkg no longer calls the package's clean target by default during the export process. Since that gives a shell to whatever you are exporting, this is something which should be explicitly enabled, for each trusted repo that needs it, by the local admin. To do that, you can run: $ git config gitpkg.prebuild-target clean Which will restore the previous behaviour. If you've already set that option explicitly, then your current configuration will be preserved. -- Ron Lee Sun, 09 Jan 2011 02:32:59 +1030