[openjpa] 06/07: Switch from cdbs to dh sequencer.
Markus Koschany
apo at moszumanska.debian.org
Fri Jul 15 09:02:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository openjpa.
commit 8bada840acf6f0aa9085375a2c79affed0ff7ea9
Author: Markus Koschany <apo at debian.org>
Date: Fri Jul 15 10:46:32 2016 +0200
Switch from cdbs to dh sequencer.
---
debian/control | 1 -
debian/rules | 13 ++++---------
2 files changed, 4 insertions(+), 10 deletions(-)
diff --git a/debian/control b/debian/control
index f2251c4..b6ea66a 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,6 @@ Priority: optional
Build-Depends: ant,
ant-optional,
aspectj,
- cdbs,
debhelper (>= 9),
default-jdk,
javacc,
diff --git a/debian/rules b/debian/rules
index 8df8df3..6ef852d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,10 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/maven.mk
+%:
+ dh $@ --parallel --buildsystem=maven
-JAVA_HOME := /usr/lib/jvm/default-java
-DEB_MAVEN_DOC_TARGET := javadoc:javadoc javadoc:aggregate
-DEB_MAVEN_ARGS := -e
-DEB_MAVEN_BUILD_TARGET := install
-
-common-post-build-indep::
- jh_installjavadoc -v
+override_dh_auto_build:
+ dh_auto_build -- install
get-orig-source:
uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjpa.git
More information about the pkg-java-commits
mailing list