[bsaf] 06/11: Switch from cdbs to dh sequencer.
Markus Koschany
apo at moszumanska.debian.org
Thu Oct 13 18:27:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository bsaf.
commit 909573f73e458501c0918994d9d950fe7123b27d
Author: Markus Koschany <apo at debian.org>
Date: Thu Oct 13 19:53:10 2016 +0200
Switch from cdbs to dh sequencer.
---
debian/control | 1 -
debian/rules | 6 ++----
2 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index fd9c366..50b6140 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,6 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
Uploaders:
Andrew Ross <ubuntu at rossfamily.co.uk>
Build-Depends:
- cdbs,
debhelper (>= 10),
default-jdk,
junit4,
diff --git a/debian/rules b/debian/rules
index 261ec16..5a6351f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,7 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/maven.mk
-
-JAVA_HOME := /usr/lib/jvm/default-java
+%:
+ dh $@
get-orig-source:
uscan --download-current-version --force-download --rename
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bsaf.git
More information about the pkg-java-commits
mailing list