This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository vecmath.

commit d2afb7dc1068453a84333d32792ea619f115fa28
Author: Markus Koschany <[email protected]>
Date:   Wed Jul 5 11:25:19 2017 +0200

    Switch from cdbs to dh sequencer.
---
 debian/control |  1 -
 debian/rules   | 19 +++++++++----------
 2 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/debian/control b/debian/control
index c469859..8b091eb 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,6 @@ Priority: optional
 Maintainer: Debian Java Maintainers 
<[email protected]>
 Uploaders: Emmanuel Bourg <[email protected]>
 Build-Depends: ant-optional,
-               cdbs,
                debhelper (>= 10),
                default-jdk,
                default-jdk-doc,
diff --git a/debian/rules b/debian/rules
index ae67631..b2d6076 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,18 +1,17 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/javahelper.mk
-include /usr/share/cdbs/1/class/ant.mk
+CVS_TAG = rel-1_5_2-fcs
+CVS_VER = 1.5.2
 
-JAVA_HOME_DIRS       := /usr/lib/jvm/default-java
+%:
+       dh $@ --with javahelper --builddirectory=vecmath
 
-DEB_JARS             := ant-launcher
-DEB_ANT_CLEAN_TARGET := clean
-DEB_ANT_BUILD_TARGET := jar docs
-DEB_BUILDDIR         := vecmath
+override_dh_auto_build:
+       ant jar docs
+
+override_dh_auto_clean:
+       ant clean
 
-CVS_TAG = rel-1_5_2-fcs
-CVS_VER = 1.5.2
 
 get-orig-source::
        @ echo "Password for the guest CVS user is an empty password (press 
[enter])"

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/vecmath.git

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to