Nikolaus Rath writes ("Bug#850005: dgit push without dgit build-source"):
> Package: dgit
> Version: 2.13
> Severity: normal
...
> $ dgit --dpm build-source
> [...]
> dpkg-checkbuilddeps: Unmet build dependencies: python-pytest-catchlog
> dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
> dpkg-buildpackage: warning: (Use -d flag to override.)
> dgit: failed command: dpkg-buildpackage '-i'\\'.git/' -I.git -T clean
> dgit: subprocess failed with error exit status 3This is because building the source package runs the package clean target (by default). I think maybe what you wanted was --clean=dpkg-source-d aka -wdd ? Or, perhaps, --clean=git-force aka -wgf ... Regards, Ian. -- Ian Jackson <[email protected]> These opinions are my own. If I emailed you from an address @fyvzl.net or @evade.org.uk, that is a private address which bypasses my fierce spamfilter.

