[maven-antrun-plugin] 18/19: Build with the DH sequencer instead of CDBS
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Jun 20 11:04:17 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven-antrun-plugin.
commit 03cdb78ddd0e2e3a8f0ab3c05288ae8692b7013b
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Jun 20 13:00:23 2017 +0200
Build with the DH sequencer instead of CDBS
---
debian/changelog | 1 +
debian/control | 1 -
debian/rules | 8 +++-----
3 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index dc3903d..16409c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ maven-antrun-plugin (1.8-1) UNRELEASED; urgency=medium
* New upstream release
* No longer install the plugin jar in /usr/share/java
+ * Build with the DH sequencer instead of CDBS
* Moved the package to Git
* Standards-Version updated to 3.9.8
* Switch to debhelper level 10
diff --git a/debian/control b/debian/control
index 0bd263c..967ff15 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Uploaders:
Emmanuel Bourg <ebourg at apache.org>
Build-Depends:
ant (>= 1.8.2),
- cdbs,
debhelper (>= 10),
default-jdk,
libmaven-invoker-plugin-java (>= 1.3),
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/maven-antrun-plugin.git
More information about the pkg-java-commits
mailing list