[libvldocking-java] 14/20: Build with the DH sequencer instead of CDBS
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Mar 28 13:35:39 BST 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libvldocking-java.
commit b66bd992c6a8e295c0fc1e86d90143cb69a25194
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Mar 28 13:59:00 2018 +0200
Build with the DH sequencer instead of CDBS
---
debian/changelog | 1 +
debian/control | 1 -
debian/rules | 15 +++++++--------
3 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d23d4b9..dcf1222 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libvldocking-java (2.1.4-5) UNRELEASED; urgency=low
* Team upload.
* Moved the package to Git (Closes: #670289)
+ * Build with the DH sequencer instead of CDBS
* Standards-Version updated to 4.1.3
* Switch to debhelper level 11
diff --git a/debian/control b/debian/control
index 9c893ac..c5de138 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Uploaders:
Varun Hiremath <varun at debian.org>
Build-Depends:
ant,
- cdbs,
debhelper (>= 11),
default-jdk
Standards-Version: 4.1.3
diff --git a/debian/rules b/debian/rules
index 0eef0fc..abcde9d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,12 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/ant.mk
-
-JAVA_HOME := /usr/lib/jvm/default-java
-DEB_ANT_BUILD_TARGET := jar javadoc
JAR_VERSION := 2.1-beta
-install/libvldocking-java::
- dh_link /usr/share/java/vldocking_$(JAR_VERSION).jar \
- /usr/share/java/vldocking.jar
+%:
+ dh $@
+
+override_dh_auto_build:
+ dh_auto_build -- jar javadoc
+override_dh_auto_install:
+ dh_link /usr/share/java/vldocking_$(JAR_VERSION).jar /usr/share/java/vldocking.jar
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libvldocking-java.git
More information about the pkg-java-commits
mailing list