Hi, On Tue, Apr 26, 2016 at 10:54:15AM +0200, Guillem Jover wrote: > That's weird, it does work fine here, just checked with git master to > make sure there's been no regressions:
we've been seeing the same behavior when uploading diffoscope. When I
build it, tests/data/test(1|2).(o|a) are not part of the source package,
when Rainer or Mattia build it, they are there as they should be…
.../diffoscope$ cat debian/source/options
# 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
.../diffoscope$ ls tests/data/*.o
tests/data/test1.o tests/data/test2.o
.../diffoscope$ ls tests/data/*.a
tests/data/test1.a tests/data/test2.a
I'm building with plain "debuild -S" and just confirmed this in sid and
jessie.
Having done this, I checked my ~/.devscripts and found this:
DEBUILD_DPKG_BUILDPACKAGE_OPTS="-uc -us -I -i"
Is this why?
--
cheers,
Holger
signature.asc
Description: Digital signature

