[maven-dependency-plugin] 01/07: Build with the DH sequencer instead of CDBS
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Dec 9 11:59:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven-dependency-plugin.
commit a6cc5f165d0386ad932d7c0e64e3aaf4a2766395
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Dec 9 11:26:32 2015 +0100
Build with the DH sequencer instead of CDBS
---
debian/changelog | 7 +++++++
debian/rules | 8 ++++----
2 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index aae83c5..0a06106 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+maven-dependency-plugin (2.7-3) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Build with the DH sequencer instead of CDBS
+
+ -- Emmanuel Bourg <ebourg at apache.org> Wed, 09 Dec 2015 11:21:55 +0100
+
maven-dependency-plugin (2.7-2) unstable; urgency=medium
* Team upload.
diff --git a/debian/rules b/debian/rules
index b76c54a..145705a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +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
+%:
+ dh $@ --buildsystem=maven
get-orig-source:
- uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
+ uscan --download-current-version --force-download --no-symlink
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-dependency-plugin.git
More information about the pkg-java-commits
mailing list