Building the package[1] causes changes to the source files (ignore the
d/changelog, that was dch -rm).
$ git diff --stat
debian/changelog | 4 ++--
debian/libjavaewah-java.poms | 2 +-
debian/maven.ignoreRules | 1 +
debian/maven.rules | 21 +++----------------
pom.xml | 212 [...]
5 files changed, 97 insertions(+), 143 deletions(-)
$ git diff --stat --ignore-space-change
debian/changelog | 4 ++--
debian/libjavaewah-java.poms | 2 +-
debian/maven.ignoreRules | 1 +
debian/maven.rules | 21 +++------------------
pom.xml | 50 [...]
[1] git clone && dpkg-buildpackage -tc (rather than git-buildpackage)