[libparanamer-java] 08/12: Switch from cdbs to dh sequencer.
Markus Koschany
apo-guest at moszumanska.debian.org
Fri Sep 11 16:00:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch experimental
in repository libparanamer-java.
commit 217ced698562d09c654483d563206aa6cfb98ee3
Author: Markus Koschany <apo at gambaru.de>
Date: Thu Sep 10 22:37:29 2015 +0200
Switch from cdbs to dh sequencer.
---
debian/control | 1 -
debian/rules | 10 +++++-----
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index 1e45b3d..1c1ebbd 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,6 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Markus Koschany <apo at gambaru.de>
Build-Depends:
- cdbs,
debhelper (>= 9),
javahelper,
maven-debian-helper
diff --git a/debian/rules b/debian/rules
index a365327..95d75d3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,11 @@
#!/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
+%:
+ dh $@ --parallel --buildsystem=maven
-JAVA_HOME := /usr/lib/jvm/default-java
-DEB_MAVEN_BUILD_TARGET := install
-DEB_INSTALL_CHANGELOGS_ALL := README.md
+override_dh_installchangelogs:
+ dh_installchangelogs README.md
get-orig-source:
uscan --verbose --repack --compression xz --force-download
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libparanamer-java.git
More information about the pkg-java-commits
mailing list