This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository libjide-oss-java.
commit c89d398d7123b142d77702cb9bf9530accf584b0 Author: Markus Koschany <[email protected]> Date: Sun Aug 4 12:48:24 2013 +0200 Remove override for dh_builddeb xz is the default compressor now --- debian/rules | 3 --- 1 file changed, 3 deletions(-) diff --git a/debian/rules b/debian/rules index 667c1db..dae3f33 100755 --- a/debian/rules +++ b/debian/rules @@ -5,9 +5,6 @@ export JAVA_HOME=/usr/lib/jvm/default-java %: dh $@ --with javahelper --with jh_maven_repo_helper -override_dh_builddeb: - dh_builddeb -- -Zxz - override_dh_clean: dh_clean rm -rf $(CURDIR)/classes -- Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-java/libjide-oss-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

