This is an automated email from the git hooks/post-receive script. nomadium pushed a commit to branch 729017 in repository geronimo-commonj-spec.
commit 31f55fc778eeda6ac010c8229920fd5e273b5b87 Author: Miguel Landaeta <[email protected]> Date: Wed Jan 8 23:06:06 2014 -0300 Add override to jh_installlibs target --- debian/jlibs | 1 - debian/rules | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/debian/jlibs b/debian/jlibs deleted file mode 100644 index 591f832..0000000 --- a/debian/jlibs +++ /dev/null @@ -1 +0,0 @@ -geronimo-commonj-spec.jar diff --git a/debian/rules b/debian/rules index d99a005..8aad8f8 100755 --- a/debian/rules +++ b/debian/rules @@ -5,9 +5,9 @@ export JAVA_HOME=/usr/lib/jvm/default-java %: dh $@ --with javahelper -override_dh_auto_install: - mh_installpom -pgeronimo-commonj-spec pom.xml - mh_installjar -pgeronimo-commonj-spec --java-lib pom.xml geronimo-commonj-spec.jar +override_jh_installlibs: + mh_installpom -plibgeronimo-commonj-spec-java pom.xml + mh_installjar -plibgeronimo-commonj-spec-java --java-lib pom.xml geronimo-commonj-spec.jar override_dh_clean: dh_clean -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/geronimo-commonj-spec.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

