[maven-replacer-plugin] 01/02: Build with the DH sequencer instead of CDBS
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Dec 14 17:58:26 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-replacer-plugin.
commit f7302335f3d56ebfee2c13d478aebef9f646a2dc
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Sun Dec 13 08:47:53 2015 +0100
Build with the DH sequencer instead of CDBS
---
debian/changelog | 7 +++++++
debian/control | 2 +-
debian/rules | 8 ++++----
3 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index cee8782..21c452e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+maven-replacer-plugin (1.5.3-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Build with the DH sequencer instead of CDBS
+
+ -- Emmanuel Bourg <ebourg at apache.org> Sun, 13 Dec 2015 08:47:15 +0100
+
maven-replacer-plugin (1.5.3-1) unstable; urgency=medium
* Initial release (Closes: #758156)
diff --git a/debian/control b/debian/control
index 25c2166..ed71d9f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Timo Aaltonen <tjaalton at debian.org>
-Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.5)
+Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.5)
Build-Depends-Indep:
ant,
libcommons-io-java,
diff --git a/debian/rules b/debian/rules
index 00ca92c..8dea969 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 --debug --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-replacer-plugin.git
More information about the pkg-java-commits
mailing list