aboutsummaryrefslogtreecommitdiff
path: root/debian/source/options
AgeCommit message (Collapse)Author
2018-09-14debian: add tar-ignore=.gitDavid Bremner
Unfortunately 514fb397c9 somewhat messed up the "debian-snapshot" target, by including .git in the generated tarball.
2018-09-09debian: drop argument-less tar-ignoredebian/0.27-3archive/debian/0.27-3David Bremner
This hangs up dgit. It's probably not useful for users of the source package to have debian/.gitignore, but it should not hurt.
2014-04-05debian: ignore performance corpus when making source packageDavid Bremner
Currently "make debian-snapshot" will include the performance corpus tarball in the source package, which slows things down and wastes disk space. tar-ignore is needed twice to keep the default exclude rules (e.g. to exclude .git)
2014-01-12debian: add single-debian-patchDavid Bremner
The point of fancy patch systems is to share things with upstream. We have met the upstream and he is us.