[objenesis] 04/06: Switch from cdbs to dh sequencer.
Markus Koschany
apo-guest at moszumanska.debian.org
Mon Dec 14 22:20:25 UTC 2015
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository objenesis.
commit 1826e6ece2d9c3ef3f32713a504c7f33980a5fc8
Author: Markus Koschany <apo at debian.org>
Date: Sun Dec 13 23:39:18 2015 +0100
Switch from cdbs to dh sequencer.
---
debian/changelog | 1 +
debian/control | 1 -
debian/rules | 8 +++-----
3 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f8ebf07..96df055 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ objenesis (2.2-1) unstable; urgency=medium
* Update my e-mail address.
* debian/copyright: Fix path to BEA licensed file.
* Vcs-Browser: Use https.
+ * Switch from cdbs to dh sequencer.
-- Markus Koschany <apo at debian.org> Sun, 13 Dec 2015 23:33:08 +0100
diff --git a/debian/control b/debian/control
index d8cc4b7..f5e5a61 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,6 @@ Uploaders:
Gabriele Giacone <1o5g4r8o at gmail.com>,
Markus Koschany <apo at debian.org>
Build-Depends:
- cdbs,
debhelper (>= 9),
default-jdk,
default-jdk-doc,
diff --git a/debian/rules b/debian/rules
index b998ca1..521f583 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,8 @@
#!/usr/bin/make -f
+export JAVA_HOME=/usr/lib/jvm/default-java
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/maven.mk
-
-JAVA_HOME := /usr/lib/jvm/default-java
-DEB_MAVEN_DOC_TARGET := javadoc:jar javadoc:aggregate
+%:
+ dh $@ --parallel --buildsystem=maven
get-orig-source:
uscan --force-download --download-current-version --verbose
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/objenesis.git
More information about the pkg-java-commits
mailing list