This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository javatools.
commit 0dae254602e497d7322318fbeeb8d26cfa9f10e4 Author: Emmanuel Bourg <[email protected]> Date: Wed Sep 10 21:45:14 2014 +0200 jh_repack: Remove the .svn directories (Closes: #689810) --- debian/changelog | 5 +++++ jh_repack | 1 + 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index df88e13..175c416 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,14 @@ javatools (0.47) UNRELEASED; urgency=medium * Team upload. + + [ tony mancill ] * Return "ppc64" as the archdir for ppc64el. (Closes: #756311) - Thank you to Colin Watson for the notification and patch. + [ Emmanuel Bourg ] + * jh_repack: Remove the .svn directories (Closes: #689810) + -- tony mancill <[email protected]> Mon, 28 Jul 2014 18:47:55 -0700 javatools (0.46) unstable; urgency=low diff --git a/jh_repack b/jh_repack index 5f3f25d..f9c5348 100755 --- a/jh_repack +++ b/jh_repack @@ -60,6 +60,7 @@ fi find . -name '*.class' -a -type f -print0 | xargs -0 rm -f find . -name '*.jar' -a -type f -print0 | xargs -0 rm -f +find . -name '.svn' -a -type d -print0 | xargs -0 rm -rf IFS=' ' for doctree in `find . -name allclasses-frame.html`; do -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javatools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

