[Reproducible-commits] [diffoscope] 01/03: Include ELF test files in the source tarball

Jérémy Bobbio lunar at moszumanska.debian.org
Thu Sep 17 10:02:53 UTC 2015


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository diffoscope.

commit a351351ebd1f3e818b5ef6a0a78ea2c7a85c9111
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Thu Sep 17 11:43:39 2015 +0200

    Include ELF test files in the source tarball
    
    dpkg-source has a default ignore pattern that contains *.o and *.a. This
    prevented our ELF test files to be included in the source tarball and
    made autopkgtest fail. So we now define our own ignore pattern to override
    the defaults.
---
 debian/source/options | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..b99e0e3
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1,11 @@
+# Default ignore patterns contains *.o and *.a. So we need to define our own
+# patterns to get them included.
+--tar-ignore=.*.sw?
+--tar-ignore=*/*~
+--tar-ignore=,,*
+--tar-ignore=.[#~]*
+--tar-ignore=.deps
+--tar-ignore=.git
+--tar-ignore=.gitattributes
+--tar-ignore=.gitignore
+--tar-ignore=.gitmodules

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git



More information about the Reproducible-commits mailing list