[maven-ant-tasks] 08/09: Switch from cdbs to dh sequencer.

Markus Koschany apo-guest at moszumanska.debian.org
Mon Nov 16 23:02:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

apo-guest pushed a commit to branch master
in repository maven-ant-tasks.

commit 9c05d871096392a20229a01974e3bd7c3faefb27
Author: Markus Koschany <apo at debian.org>
Date:   Mon Nov 16 21:00:24 2015 +0100

    Switch from cdbs to dh sequencer.
---
 debian/control |  1 -
 debian/rules   | 13 ++++---------
 2 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 42af2cb..db5590f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,6 @@ Uploaders:
  Ramakrishnan Muthukrishnan <rkrishnan at debian.org>,
  Emmanuel Bourg <ebourg at apache.org>
 Build-Depends:
- cdbs,
  debhelper (>= 9),
  default-jdk,
  maven-debian-helper
diff --git a/debian/rules b/debian/rules
index b04cd74..a5a6b8b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,14 +1,9 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/maven.mk
+export JAVA_HOME=/usr/lib/jvm/default-java
 
-JAVA_HOME := /usr/lib/jvm/default-java
-DEB_PATCHPOMS_ARGS := -idebian/maven.ignoreRules
+%:
+	dh $@ --parallel --buildsystem=maven
 
 get-orig-source:
-	uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
-
-clean::
-	rm -f debian/maven.cleanIgnoreRules debian/maven.ignoreRules debian/maven.publishedRules
-
+	uscan --verbose --repack --compression xz --download-current-version --force-download

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-ant-tasks.git



More information about the pkg-java-commits mailing list