[vecmath] 56/58: Use dh_auto_build.
Markus Koschany
apo at moszumanska.debian.org
Wed Jul 5 09:58:17 UTC 2017
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository vecmath.
commit d721f496eb083824cde09210f6f02f47c88db8ad
Author: Markus Koschany <apo at debian.org>
Date: Wed Jul 5 11:33:13 2017 +0200
Use dh_auto_build.
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index b2d6076..bfa4f24 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,10 +7,10 @@ CVS_VER = 1.5.2
dh $@ --with javahelper --builddirectory=vecmath
override_dh_auto_build:
- ant jar docs
+ dh_auto_build -Dvecmath jar docs
override_dh_auto_clean:
- ant clean
+ dh_auto_clean -Dvecmath clean
get-orig-source::
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/vecmath.git
More information about the pkg-java-commits
mailing list