This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository derby.
commit 065cc25d1625d6638efdba8a603265cb28a9d71f Author: Emmanuel Bourg <[email protected]> Date: Fri Nov 18 16:24:25 2016 +0100 Remove the packageListLoc directories --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index b512274..acbd383 100755 --- a/debian/rules +++ b/debian/rules @@ -18,6 +18,7 @@ override_dh_auto_clean: rm -rf jars javadoc tools/java/* # Other bits rm -f *.log + rm -Rf packageListLoc* cd java/demo/toursdb/ ; rm -rf *generated* ToursDB_schema.sql loadTables.sql override_dh_auto_build: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/derby.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

