Skip to content

Commit fdb1dde

Browse files
committed
add source options to ignore .github and .reuse
Should prevent this: dpkg-source: info: local changes detected, the modified files are: intelmq-api/.github/workflows/code_style.yml intelmq-api/.github/workflows/codeql-analysis.yml intelmq-api/.github/workflows/debian-package.yml intelmq-api/.github/workflows/mypy.yml intelmq-api/.github/workflows/python-unittests.yml intelmq-api/.github/workflows/reuse.yml intelmq-api/.reuse/dep5 dpkg-source: error: aborting due to unexpected upstream changes, see /tmp/intelmq-api_3.3.0-1.diff.mEdAIt
1 parent 324526a commit fdb1dde

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

debian/source/options

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Ignore non-Debian upstream files that differ between git checkout and orig tarball
2+
extend-diff-ignore = "(^|/)(\.github|\.reuse)/.*"

0 commit comments

Comments
 (0)