[joda-convert] 01/07: Build with the DH sequencer instead of CDBS
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Dec 7 09:48:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository joda-convert.
commit 8336c5a55253acf9e4719e640f08d14e17752b4d
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Dec 7 10:22:48 2015 +0100
Build with the DH sequencer instead of CDBS
---
debian/changelog | 6 ++++++
debian/control | 2 +-
debian/rules | 8 ++++----
3 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 89f89bf..42ae1fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+joda-convert (1.7-2) UNRELEASED; urgency=medium
+
+ * Build with the DH sequencer instead of CDBS
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 07 Dec 2015 10:17:48 +0100
+
joda-convert (1.7-1) unstable; urgency=medium
* Team upload.
diff --git a/debian/control b/debian/control
index c895036..3ddf2d3 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: Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: debhelper (>= 7), cdbs, default-jdk, maven-debian-helper (>= 1.5)
+Build-Depends: debhelper (>= 7), default-jdk, maven-debian-helper (>= 1.5)
Build-Depends-Indep: libmaven-javadoc-plugin-java, libmaven-bundle-plugin-java, default-jdk-doc, junit
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/joda-convert.git
diff --git a/debian/rules b/debian/rules
index b76c54a..f39cf2f 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 --rename
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/joda-convert.git
More information about the pkg-java-commits
mailing list