This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository wsdl4j.
commit d1653a54affac70e1de11a2bfb7c79a475c2dcee Author: Jakub Adam <[email protected]> Date: Wed Jan 23 21:19:09 2013 +0000 Removed useless debhelper.mk include from d/rules --- debian/changelog | 1 + debian/rules | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 2fa43c7..6ae3b4a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ wsdl4j (1.6.2-5) UNRELEASED; urgency=low [ Jakub Adam ] * Use jh_installjavadoc to install API documentation. + * Removed useless debhelper.mk include from d/rules. -- Jakub Adam <[email protected]> Mon, 21 Jan 2013 19:21:12 +0100 diff --git a/debian/rules b/debian/rules index d153787..6471794 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,6 @@ #!/usr/bin/make -f # debian/rules file for libwsdl4j-java (uses cdbs) -include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/javahelper.mk include /usr/share/cdbs/1/class/ant.mk -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/wsdl4j.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

