[felix-shell-tui] 05/08: Switch from cdbs to dh sequencer.
Markus Koschany
apo at moszumanska.debian.org
Fri Dec 22 21:29:53 UTC 2017
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository felix-shell-tui.
commit 6aef7aacbc188fe6f3b29925ee68f4b4234fd675
Author: Markus Koschany <apo at debian.org>
Date: Fri Dec 22 22:11:33 2017 +0100
Switch from cdbs to dh sequencer.
---
debian/control | 1 -
debian/rules | 8 +++-----
2 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index 2713cfa..bae81d7 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,6 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
Uploaders:
Damien Raude-Morvan <drazzib at debian.org>
Build-Depends:
- cdbs,
debhelper (>= 11),
default-jdk,
default-jdk-doc,
diff --git a/debian/rules b/debian/rules
index b76c54a..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-version $(DEB_UPSTREAM_VERSION) --force-download --rename
+ uscan --download-current-version --force-download --rename
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/felix-shell-tui.git
More information about the pkg-java-commits
mailing list