This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository htrace.
commit b5d6b1242cfaad2b8dd697a8d3989eda7459a672 Author: Emmanuel Bourg <[email protected]> Date: Tue Jul 28 13:51:56 2015 +0200 Removed the generated files from the upstream tarball --- debian/changelog | 1 + debian/copyright | 2 ++ debian/rules | 3 +++ 3 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 66f9f4b..a0a98c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ htrace (3.0.4-2) UNRELEASED; urgency=medium * Updated debian/watch to watch the new incubator repository + * Removed the generated files from the upstream tarball -- Emmanuel Bourg <[email protected]> Tue, 28 Jul 2015 13:23:18 +0200 diff --git a/debian/copyright b/debian/copyright index 3663a2f..02c3f19 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,8 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: htrace Source: https://github.com/cloudera/htrace +Files-Excluded: htrace-zipkin/src/main/java/com/twitter/zipkin/gen/* + htrace-hbase/src/main/webapps/static/d3.min.js Files: * Copyright: 2012-2013, Jonathan Leavitt <[email protected]> diff --git a/debian/rules b/debian/rules index ad1f066..21dfad5 100755 --- a/debian/rules +++ b/debian/rules @@ -9,5 +9,8 @@ configure/libhtrace-core-java:: # Regenerate the Java classes from the Thrift files bash bin/gen_thrift.sh +clean:: + rm -f htrace-zipkin/src/main/java/com/twitter/zipkin/gen/* + get-orig-source: uscan --download-current-version --force-download --no-symlink -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/htrace.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

