[isorelax] 02/07: Build with --with maven_repo_helper to simplify debian/rules
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Apr 28 07:44:19 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository isorelax.
commit 0c686e0b3986d508ef2c8a0cc95daff09cd510b7
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Apr 28 09:33:47 2016 +0200
Build with --with maven_repo_helper to simplify debian/rules
---
debian/rules | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/debian/rules b/debian/rules
index 09ba441..6e9507c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,5 @@
#!/usr/bin/make -f
-%:
- dh $@
-
JAVAC=javac
JAVADOC=javadoc
JAR=jar
@@ -17,6 +14,9 @@ JAVADOCFLAGS=-classpath $(JAVACLASSES)/ant.jar \
JARFILE=isorelax-20041111.jar
+%:
+ dh $@ --with maven_repo_helper
+
override_dh_auto_build:
$(JAVAC) $(JAVAFLAGS) `find jp org -name \*.java`
$(JAVADOC) -notimestamp $(JAVADOCFLAGS) -d api `find . -name \*.java`
@@ -27,8 +27,3 @@ override_dh_auto_clean:
rm -f `find . -name \*.class`
rm -f $(JARFILE)
rm -fr api
-
- mh_clean
-
-override_dh_install:
- mh_install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/isorelax.git
More information about the pkg-java-commits
mailing list