Source: unattended-upgrades Version: 0.82.3 Severity: minor Tags: patch The uploaded tarball for unattended-upgrades contains .pyc files, and it was annoying me by making my debdiff longer :-)
The solution is really short: diff --git a/debian/source/options b/debian/source/options new file mode 100644 index 0000000..59a6b9e --- /dev/null +++ b/debian/source/options @@ -0,0 +1,2 @@ +tar-ignore = *.pyc +tar-ignore = __pycache__ (Maybe consider putting "3.0 (native)" in debian/source/format while you're there?) Thanks, S -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org